diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-06-21 13:57:28 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-06-21 13:57:28 +0200 |
commit | 10b01c064f0519123eebcdcc73dd07c0d2399728 (patch) | |
tree | 72c4a7c535ee2de0a8bc0b6b11c569c6cacdd538 | |
parent | f578062c498b7fba33328c813a736e13c28ea372 (diff) |
README.xml: add comment about parser limitation/restriction
-rw-r--r-- | README.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |