From 3bce637a2a610c7991b7cbf87c530d87b019c3d6 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 16 Oct 2020 11:24:28 +0200 Subject: README.xml: reference examples, ANSI compatible, mention original parser --- README.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.xml b/README.xml index 1385f49..5750f2f 100644 --- a/README.xml +++ b/README.xml @@ -3,11 +3,14 @@ XML parser A small XML parser. +For the original version see: +https://git.codemadness.org/xmlparser/ + Dependencies ------------ -- C compiler (C99). +- C compiler (ANSI). Features @@ -51,7 +54,7 @@ Caveats HTML
 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.
 
 
@@ -72,6 +75,9 @@ Examples
 
 sfeed_opml_import.c or sfeed_web.c or sfeed_xmlenc.c
 
+See skeleton.c in the original xmlparser repository for a base program to start
+quickly.
+
 
 License
 -------
-- 
cgit v1.2.3