Hi all,
I have an XML as following at the lower part. I'm trying to read it with the this code:
DataSet cars = new DataSet();
cars.ReadXml("http://localhost/cars/newcars.xml");
All the nodes are getting properly populated into the Dataset created EXCEPT the "description" node. This node is just not populated (the value is 0 for that node). I can't find a way to make ReadXML (or similar method) to get the content of the description node and skip the HTML tags. I would like just treat that portion as pure text, ignoring the html content.
My question would be: How can I read an XML file which some of the nodes have HTML tags inserted? How could I avoid that the program treats the HTML tags as XML nodes>
thanks,
Juan
red
ford
Superfast
Reasons to buy
Just because
Enter your message below
Sign in or Join us (it's free).