pugixml-doc

Light-weight c++ xml processing library (documentation)
  http://pugixml.org/
  0
  no reviews



Pugixml is a lightweight c++ xml processing library with xpath support. it features:
* dom like interface with rich traversal/modification capabilities
* extermely fast non-validating xml parser which constructs the dom
tree from an xml file/buffer.
* xpath 1.0 implementation for complex data-driven tree queries
* full unicode support with unicode interface variants and automatic
encoding conversions.
this package contains api documentation.