mirror of
https://github.com/zoriya/xmlParser.git
synced 2025-12-06 02:56:10 +00:00
Merging
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user