1 /** -*- HTML-Helper -*-
5 @mainpage ACEXML - A Small and Portable XML Parser
7 @section acexml_synopsis Synopsis
8 ACEXML is a small footprint and portable framework for integrating XML
9 parsing ability into user applications. The framework is based on the
10 <a href="http://www.saxproject.org/"> Simple API for XML
11 (SAX 2.0) </A> by David Megginson. A simple non-conformant XML parser
12 is also included in the framework. Since our original motivation was
13 to use the parser for specifying software composition and
14 configuration descriptors, at the current stage, the parser does not
15 fully support all the features specified in the XML specification.
17 We do, however, plan to add more features to the parser and will
18 either release a more versatile parser or allow the current parser to
19 dynamically load in the extra features in the future.
21 @section acexml_features Features of ACEXML
23 <li> ACEXML only recognize UNICODE documents, although they can be
24 in various different encoding, such as UTF-8, UTF-16, or UCS-4.
25 Therefore, it might be a problem to handle document containing
26 multi-byte charatersets. They can, however, be translated into
27 UNICODE before being parsed by ACEXML parser.
31 @section acexml_others Other Topics
33 <li>@ref acexml_parser_features
34 <li>@ref acexml_guides