News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

xml parsing recommendation

Started by d0d0, May 02, 2009, 08:10:41 PM

Previous topic - Next topic

d0d0

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.

Biterider

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

d0d0


thomas_remkus

"libxml2". sax. extremely fast parser. never had any issue. docs are all online.

ecube

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.