summaryrefslogtreecommitdiff
path: root/README.xml
diff options
context:
space:
mode:
Diffstat (limited to 'README.xml')
-rw-r--r--README.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.xml b/README.xml
index 38051c7..9a43126 100644
--- a/README.xml
+++ b/README.xml
@@ -1,5 +1,7 @@
XML parser
-==========
+----------
+
+A small XML parser.
Dependencies
@@ -29,7 +31,7 @@ Supports
- Helper function (xml_entitytostr) to convert XML 1.0 / HTML 2.0 named entities
and numeric entities to UTF-8.
- Reading XML from a fd, string buffer or implement a custom reader:
- see: XMLParser.getnext.
+ see: XMLParser.getnext or GETNEXT() macro.
Caveats