This commit is contained in:
AnonymusRaccoon
2019-12-11 13:50:58 +01:00

View File

@@ -14,6 +14,8 @@ Simple clone the repo and use the command ``make``.
## Usage
Use ``xml_parse(path)`` to parse the whole xml.
Use ``xml_getnode(xml, node_name)`` to get the first node with the name you inputed.
Use ``xml_getproperty(key)`` to get an attribute of the xml.
## Unsuported yet