URI:
       README: add comment about parser limitation/restriction - xmlparser - XML parser
  HTML git clone git://git.codemadness.org/xmlparser
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 41dd854ab87458efcc330f9f77470e4ffb727880
   DIR parent 908a3c3d0c612673b32c2714d9f46bc723c7a38b
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
   DIR 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