how to use xml in vc?

Started by
3 comments, last by vallentin 18 years, 1 month ago
I know use xml in java.how to use xml in vc? which parser is available?
Advertisement
Quote:Original post by derek7
I know use xml in java.how to use xml in vc? which parser is available?


Managed or Unmanaged ?

The .NET framework has System.XML. If unmanaged, you'll have to use a third party library like tinyXML.
I teleported home one night; With Ron and Sid and Meg; Ron stole Meggie's heart away; And I got Sydney's leg. <> I'm blogging, emo style
A search from google shows many parses, my favorite being TinyXML.
Hope that helps
TinyXML is nice when you need a light-weight XML parser, for a full-blown, heavy-weight validating XML parser check Apache's Xerces-C++.
xee..
I couldn't find an answer regarding TinyXML.Does it have a string pool or equal strings are kept in different locations?
e.g.
<AAA AAA="AAA">AAA</AAA>.How many strings are saved here?

[Edited by - vallentin on March 15, 2006 3:57:46 AM]

This topic is closed to new replies.

Advertisement