sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 3bce637a2a610c7991b7cbf87c530d87b019c3d6
parent 2cda3937b6e8cd333e4a4388553a17339fce82ac
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 16 Oct 2020 11:24:28 +0200

README.xml: reference examples, ANSI compatible, mention original parser

Diffstat:
MREADME.xml | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git 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 <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. @@ -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 -------