Attached code is an xml file, used by "zoiper", which is a software voip client. I have 200+ users and instead of inputing the account info 200+ times I was wondering if anyone could give me...
Dear Experts,
Windows XP w/SP2
Access 2002 w/SP3
Access 2003 w/SP2
I want to know which the latest MSXML version is. And where I can download it
>MSXML6 first shipped with SQL Serv...
I need to learn how to take a sql database and dump the contents into an xml file, using c#. Does anyone know how to do this or know of any links with good tutorials?
Hi gurus;
I am writing a report using VS 2005 for Reporting Services to bring in contract infromation from MS CRM.
What I also need to do is bring in our normal Ts & Cs from a word documen...
Hello,
I have an xml file with a stylesheet that is my site's index page. I can specify the default index page in my htacess file, so it displays fine in xml-compliant browsers. But how do ...
Experts,
Is there any way i can concatenate certain values from other XML documents into an XML documents ?
So if one file has my first name and second file has my last nam...
Ok, ive been staring at this for too long, time to ask the experts.
Im trying to create an appointment in a public calendar on a 2003 exchange server.
I get a HTTP/1.1 400 Bad Request up...
How to split xml result into two table using xsl
<xml version="1.0">
<TABLE ID="tbleMyData" NAME="tbleMyData">
<xsl:for-each select="MYDATA/DATA[@ID='ABC']">
<xsl:choose>
<x...
Hi,
I need PHP code to get values from following web service.
http://www.webservicex.net/LondonGoldFix.asmx/GetLondonGoldAndSilverFix
I want to get values of Gold and Silver.
Thanks...
I need to create an xml file in predefined format as part of xml feed to a third party vendor where I need to copy the description of the products. The issue here is all the product has got &...
Hi All,
I've created some ASP code which retrieves data from a XML file, with the end goal being to store this data in a MYSQL database.
The code below works fine if one entry is passed ...
Hi,
I am trying to code an HTML page that will get the guest IP, store it, and compare it to stored IPs.
The purpose is a service I wish to provide and allow only once per IP.
I would rat...
I have a client who needs an xml creation tool to create podcast listings from his backend admin after he uploads a new podcast. I've written the following page below, which creates an rss/xm...
I want to create a simple form to output to an xml file. the form will contain approx 20 fields. i'm working with visual studio.
here is an example of the end product.
<?xml version="1....
Hi,
I have a flash program that has drag and dropable objects. These drag and dropable objects have rollovers in them, and therefor cannot be treated with a standard drag and drop.
I am ...
Trying to create an external DTD but keep getting error message that "Cannot have multiple Doc type declarations". Have tried different placements of the DTD but still get the same error. Have...
I need to parse some XHTML (XML) which include the & character. For example:
<ul>
<li><a href="bolts & hammers.cfm">bolts & hammers</a></li>
</ul>
As you can see, the character "&" app...
So, I'm just trying to get this DTD to show in IE. Keep getting the same error
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try ag...
<books>
<author>
<name="john"/>
</author>
<author>
<name="tony">
<bookPrice>5.00</bookPrice>
</name>
</author>
<author>
<name="bob"> ...
I'm trying to download something that is some kind of xml file, it can be found on the following link:
http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wa/viewGenre?id=6001
...
I need to generate an automatic XML based RSS feed based on a query from a MySQL database. I am looking for program that will allow me to specify the criteria and fields to use. Can anyone r...
I am signing up for a website online catalog feed from an affiliate program. They will be pushing XML data to my website and I don't have a clue how to make that populate my web pages.
The s...
I have this class that is trying to teach us XML/NameSpace and I'm just not getting it. The assignment is to add "a Namespace" to an XML page that is basically our resume. I have no idea why...
How do i bridge the gap between XML and RDF
Hello,
Given the following line of code;
SchemaParser sparser = new SchemaParser(schemaParserFile.toURI().toURL());
The URL points to an xml file.
How could one print/show the content of...