出典:Wikipedia
出典:『Wikipedia』 (2010/06/07 18:13 UTC 版)
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.