Files
xmlParser/README.md
Anonymus Raccoon 878faa88b3 Update README.md
2019-12-09 10:23:34 +01:00

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.