Hello,
I have a very simple xml document which has a node containing the following:
<url>http://finance.yahoo.c om/d/quotes.csv?s=pw r&f=sl1d1t1c1oh gvj1pp2wern</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.c om/d/quotes.csv?s=pw r&f=sl1d1t1c1oh gvj1pp2wern</url>
-----------------------------------------------------------^
How do I get around this properly?
I have a very simple xml document which has a node containing the following:
<url>http://finance.yahoo.c om/d/quotes.csv?s=pw r&f=sl1d1t1c1oh gvj1pp2wern</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.c om/d/quotes.csv?s=pw r&f=sl1d1t1c1oh gvj1pp2wern</url>
-----------------------------------------------------------^
How do I get around this properly?
Comment