README: add comment about parser limitation/restriction - xmlparser - XML parser | |
git clone git://git.codemadness.org/xmlparser | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 41dd854ab87458efcc330f9f77470e4ffb727880 | |
parent 908a3c3d0c612673b32c2714d9f46bc723c7a38b | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 21 Jun 2019 13:57:44 +0200 | |
README: add comment about parser limitation/restriction | |
Diffstat: | |
M README | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -47,6 +47,7 @@ Caveats | |
- 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. | |
+- Entity expansions are not parsed aswell as DOCTYPE, ATTLIST etc. | |
Files used |