summaryrefslogtreecommitdiff
path: root/README.xml
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-02-17 21:08:03 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-02-17 21:08:03 +0100
commit9968bbc6d1a45d883be36ab1a4e44d6ec58edef9 (patch)
tree75df32743a50d1602f319c923b1d85a141e4dadf /README.xml
parent7b75e89fc9be1b364a12ce9198c785ad9acbabbf (diff)
update README.xml
Diffstat (limited to 'README.xml')
-rw-r--r--README.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.xml b/README.xml
index 4fb423b..3901c29 100644
--- a/README.xml
+++ b/README.xml
@@ -5,7 +5,7 @@ XML parser
Dependencies
------------
-- C compiler (C99 expected).
+- C compiler (C99).
Features
@@ -36,6 +36,8 @@ Caveats
-------
- It is not a compliant XML parser.
+- Performance: data is buffered even if a handler is not set: to make parsing
+ faster change this code from xml.c.
- The XML is not checked for errors so it will continue parsing XML data, this
is by design.
- Internally fixed-size buffers are used, callbacks like XMLParser.xmldata are