Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML in visual studio.net

Status
Not open for further replies.

Wings

Programmer
Feb 14, 2002
247
US
Hello,
I have to create an xml document for a project I'm on, but I have no idea how to use it. Does visual studio have a built in XML parser or do I write my own?

Thanks
 
You could use IE. VS has syntax highlighting but doesn't tell you about errors in the xml. IE spots some of them but doesn't tell you everything.
 
I found the answer, managed c++ provides a XmlTextReader class that handles it all.

Thanks for the help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top