XML and URL

G

Guest

Hello,

I have a very simple xml document which has a node containing the following:

<url>http://finance.yahoo.com/d/quotes.csv?s=pwr&f=sl1d1t1c1ohgvj1pp2wern</url>

It blows up with the following message when I run the XML document:

A semi colon character was expected. Error processing resource 'file:///C:/Documents and Settings/skd1102/My Documents/Visual Studio Projects/StockQuote/StockQuote.xml'. Line 4, Position 60

<url>http://finance.yahoo.com/d/quotes.csv?s=pwr&f=sl1d1t1c1ohgvj1pp2wern</url>
-----------------------------------------------------------^


How do I get around this properly?
 
G

Guest

Convert the URL to a "ctype" XML element. The existance
of the ? is messing things up. CTYPE's can include "text"
as it appies to general statements.

-----Original Message-----
Hello,

I have a very simple xml document which has a node containing the following:

<url>http://finance.yahoo.com/d/quotes.csv?
s=pwr&f=sl1d1t1c1ohgvj1pp2wern said:
It blows up with the following message when I run the XML document:

A semi colon character was expected. Error processing
resource 'file:///C:/Documents and Settings/skd1102/My
Documents/Visual Studio
Projects/StockQuote/StockQuote.xml'. Line 4, Position 60
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top