summaryrefslogtreecommitdiff
path: root/README.xml
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-08-22 20:28:59 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-08-22 20:28:59 +0200
commit7b8c57549b6748bd9405b211bb9aaba90aabaa75 (patch)
tree55acf930a2c10a9f13a5ee274fbcc4bdb2fd9f88 /README.xml
parent11ca310bfd7d82f65289afc884d0e57c15559fc8 (diff)
README, README.xml: improve some wording
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