mirror of
https://github.com/zoriya/xmlParser.git
synced 2025-12-06 02:56:10 +00:00
320 B
320 B
XmlParser
An xml parser in C.
Usage
Use xml_parse(path) to parse the whole xml.
Use xml_getproperty(key) to get an attribute of the xml.
System calls
Open, Close, Read, Stat
Unsuported yet
Attributes with semi quotes (') instead of quotes (")
Comments
The error handling is not fiable yet.