wiki:XmlLib

Xml

back


Rationale


Design


Dependencies

Apart from STL and Boost, this library uses the following:

expat (2.0.0)

  • made available in 'thirdp'
  • this is the actual xml parser
  • we use the SAX model

filutil

  • made available in util/fileutil
  • this is used to set the locale, see
    set_global_utf8_codecvt_facet()
    

Example


Use