Hello folks
I'm in need of some advice on xml parsers. I'm looking for simple light parser preferable SAX that I can use for parsing simple MathML xml scripts.
There seems to be a zillion out there and my experience with xml processing has been using the .NET one.
Thank you.
MSXML, currently in the version 6, is a good choice. You need a bit of COM understanding to work with it.
http://www.microsoft.com/downloads/details.aspx?FamilyID=993c0bcf-3bcf-4009-be21-27e85e1857b1&displaylang=en
Biterider
Thanks, will check it out.
"libxml2". sax. extremely fast parser. never had any issue. docs are all online.
careful with the msxml, I seen some really nasty IE browser vulnerabilities that exploit something that comes with that package, an ocx maybe. I don't know if it's been fixed or what, just a heads up.