The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: d0d0 on May 02, 2009, 08:10:41 PM

Title: xml parsing recommendation
Post by: d0d0 on May 02, 2009, 08:10:41 PM
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.
Title: Re: xml parsing recommendation
Post by: Biterider on May 03, 2009, 05:01:28 AM
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
Title: Re: xml parsing recommendation
Post by: d0d0 on May 03, 2009, 02:09:13 PM
Thanks, will check it out.
Title: Re: xml parsing recommendation
Post by: thomas_remkus on May 12, 2009, 12:37:50 AM
"libxml2". sax. extremely fast parser. never had any issue. docs are all online.
Title: Re: xml parsing recommendation
Post by: ecube on May 12, 2009, 02:04:02 AM
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.