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 ## Usage
Use ``xml_parse(path)`` to parse the whole xml. 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. Use ``xml_getproperty(key)`` to get an attribute of the xml.
## Unsuported yet ## Unsuported yet
@@ -23,4 +25,4 @@ Comments
String containing multiples following spaces. String containing multiples following spaces.
String containing \n, \r or \t (theses specials chars are removed) String containing \n, \r or \t (theses specials chars are removed)