README 890 B

1234567891011121314151617181920212223
  1. libstudxml is a streaming XML pull parser and streaming XML serializer
  2. implementation for modern, standard C++. It has an API that we believe
  3. should have already been in Boost or even in the C++ standard library.
  4. For more information see:
  5. http://www.codesynthesis.com/projects/libstudxml/
  6. See the NEWS file for the user-visible changes from the previous release.
  7. See the LICENSE file for distribution conditions.
  8. See the INSTALL file for prerequisites and installation instructions.
  9. See the doc/ directory for the API documentation.
  10. See the examples/ directory for examples. See examples/README for an
  11. overview of the provided examples as well as the README file in each
  12. example directory for more details on any particular example.
  13. See the tests/ directory for the test suite.
  14. Send questions, bug reports, or any other feedback to the
  15. studxml-users@codesynthesis.com mailing list.