Update README.md

This commit is contained in:
Anonymus Raccoon
2019-12-09 10:23:34 +01:00
committed by GitHub
parent 9fc5dedb4a
commit 878faa88b3

View File

@@ -1,16 +1,16 @@
## XmlParser
# XmlParser
An xml parser in C.
# Usage
## Usage
Use ``xml_parse(path)`` to parse the whole xml.
Use ``xml_getproperty(key)`` to get an attribute of the xml.
# System calls
## System calls
Open, Close, Read, Stat
# Unsuported yet
## Unsuported yet
Attributes with semi quotes (') instead of quotes (")
Comments