mirror of
https://github.com/zoriya/xmlParser.git
synced 2026-05-28 08:23:23 +00:00
Update README.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user