Project Description

SDPXML is an XML parser written in C++ with a clean C++ interface, neither DOM
nor SAX. Its functionality includes performing XPath and other queries on a
loaded XML document, creating and parsing documents with typesafe conversions
between XML and C++ objects, and serializing XML documents to streams. By
casting-off the DOM and SAX APIs, SDPXML attempts to provide XML services that
integrate well with the rest of the C++ standard library.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Review
Your rating
Review this project