Re: [xml-dev] c++ validating parser for xml

From
Thomas B. Passin <>
To
"''" <>
Date
2004-01-09T14:44:44Z
ID
<>
Thread
Re: [xml-dev] c++ validating parser for xml
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