tags:

views:

16

answers:

1

Hello

I'm new to VC++ and i want to load an XML file and read the values from the nodes using VC++. Any guidance?

Thank you

NLV

+1  A: 

You should use one of the XML parsers libraries. In our projects we use Xerces. There are also solutions from Microsoft MSXML or XmlLite.

Peter
Thanks for your reply.
NLV