documentation
download
introduction
why?
development
progress
|
|
Having written some code to interpret XML into data structures
(using the Microsoft xml parser SDK) for consumption by a program,
I have found that most of this kind of coding is tedious and boring.
Like similar tedious, boring tasks, converting a DTD into
parser back-end code should be automated.
There are different XML parsing libraries around but this is a little
different (IMHO - don't have enough time to try them all). Instead
of presenting an API for interrogating an XML document, XMLpg takes
the approach of producing an STL based C++ representation of the
document for C++ native use.
|