Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. BareXML is a basic XML parser written in C. It is written using a basic state engine, and generates a simple tree structure to reference into the parsed XML. Like a number of other XML parsers, such as TinyXML and ezXML, BareXML does not store mixed XML data. It does parse attribut ...Full description
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. BareXML is a basic XML parser written in C. It is written using a basic state engine, and generates a simple tree structure to reference into the parsed XML. Like a number of other XML parsers, such as TinyXML and ezXML, BareXML does not store mixed XML data. It does parse attributes though, so it is more than just a Simple xml parser. Currently BareXML is distributed along with glue written in XS (Perl) so that the parser can be used to create a Perl structure. The parser is licensed under the Artistic License and the GPL.