README: some small changes - xmlparser - XML parser | |
git clone git://git.codemadness.org/xmlparser | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 6d001c968814d93492e5925f63ede6aa94c12552 | |
parent 69fd59a2bde2c2ddd9a478e83a90cfb969ad2369 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 16 Oct 2020 11:23:59 +0200 | |
README: some small changes | |
Diffstat: | |
M README | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
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. | |