README: some small changes - xmlparser - XML parser
HTML git clone git://git.codemadness.org/xmlparser
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 6d001c968814d93492e5925f63ede6aa94c12552
DIR parent 69fd59a2bde2c2ddd9a478e83a90cfb969ad2369
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 16 Oct 2020 11:23:59 +0200
README: some small changes
Diffstat:
M README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/README b/README
@@ -7,7 +7,7 @@ A small XML parser.
Dependencies
------------
-- C compiler (C99).
+- C compiler (ANSI).
Features
@@ -51,7 +51,7 @@ Caveats
HTML <pre> tags.
- The XML specification has no limits on tag and attribute names. For
simplicity/sanity sake this XML parser takes some liberties. Tag and
- attribute names are truncated.
+ attribute names are truncated if they are excessively long.
- Entity expansions are not parsed aswell as DOCTYPE, ATTLIST etc.