Update README.md

This commit is contained in:
Anonymus Raccoon
2019-12-09 10:22:06 +01:00
committed by GitHub
parent b57baf39a1
commit f4ddb97e03
+12 -11
View File
@@ -1,15 +1,16 @@
**XmlParser**
## XmlParser
An xml parser in C.
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.
# Usage
Use ``xml_parse(path)`` to parse the whole xml.
*System calls*
Open, Close, Read, Stat
Use ``xml_getproperty(key)`` to get an attribute of the xml.
*Unsuported yet*
Attributes with semi quotes (') instead of quotes (")
Comments
The error handling is not fiable yet.
# System calls
Open, Close, Read, Stat
# Unsuported yet
Attributes with semi quotes (') instead of quotes (")
Comments
The error handling is not fiable yet.