[
Lists Home |
Date Index |
Thread Index
]
Eliasen Jan wrote:
> I am writing a library that other C++ code uses. And it must run under
> different unix-versions, so I guess MSXML is out of the question?
>
C/C++ validating parser libraries besides Xerxes have been done already
- e.g., see libxml at
http://xmlsoft.org
You could also look at adapting rxp -
http://www.cogsci.ed.ac.uk/~richard/rxp.html
Also look at the list of free xml software maintained by Lars Marius
Garshol -
http://www.garshol.priv.no/download/xmltools/cat_ix.html#SC_XML
And a search on Vivisimo for "xml parser c++" may also be useful.
Cheers,
Tom P
|