Newbie on writing xml web service. need some advice
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'm writing a web service that reads an XML from the web but this XML has some special characters that messes the reading method of the XmlReader and i can't find a way to resolve it. here is the XML example im trying to parse to a datatable
<?xml version="1.0" ?> <gsmrs_teams last_generated="20070428013954"> <team team_id="2015" team_logo="true"> <type>Club</type> ETC.
the error looks like that:'>' is an unexpected token. The expected token is '"' or '''. Line 2, position 29. My other Q is how can i read the output stream of the browser. Meaning how can i get the text equivalent to copy paste that i would do inside the browser text, but with asp.net methods (only text with no tags). I want to Read text inside HTML tags. Thanks, Leo