ALPS Project: parser library
The parser library contains simple helper functions for a very primitive
XML parser. We aim to replace it with a good C++ XML as soon as one is
available.
Documentation
- xml.h includes all headers of the parser library.
- parser/parser.h contains helper
functions to parse text and XML files.
- parser/xmlattributes.h contains
classes to store XML tag attributes.
- parser/xmlstream.h contains a stream
class and helper functions to output a well-formatted XML
document.
- parser/xslt.h contains functions to set path for XSLT
stylefiles (no documentation).
- parser/xmlhandler.h and parser/xmlparser.h contain experimental
codes, and they are not documented at the moment.
(c) 1994-2004 by Matthias
Troyer and Synge
Todo