summaryrefslogtreecommitdiff
path: root/README.xml
AgeCommit message (Collapse)Author
2021-07-06README.xml: remove newline before EOFHiltjo Posthuma
2020-10-16README.xml: reference examples, ANSI compatible, mention original parserHiltjo Posthuma
2020-02-01sync README.xml comment about white-space handlingHiltjo Posthuma
2019-08-22README, README.xml: improve some wordingHiltjo Posthuma
2019-06-21README.xml: add comment about parser limitation/restrictionHiltjo Posthuma
2019-02-17update README.xmlHiltjo Posthuma
2018-11-04README.xml: remove mention of variable that is not used anymoreHiltjo Posthuma
2018-08-26xml: use ANSI types and struct initializationHiltjo Posthuma
long is atleast 32-bits, codepointtoutf8() works with >= 32-bit types. Valid codepoint ranges are not larger than this. unsigned char is not needed because converted unicode bytes don't use this range. tested all valid codepoints and output on amd64, i386 and SPARC64.
2018-08-21README.xml: improveHiltjo Posthuma
2016-02-26mention ISC in README.xml, not MITHiltjo Posthuma
2015-08-23README.xml: remove example, just check examples listedHiltjo Posthuma
2015-08-22xml: simplify XML readerHiltjo Posthuma
2015-08-22README.xml: update exampleHiltjo Posthuma
2015-08-14xml: separate reader context from parserHiltjo Posthuma
also: - rename xmlparser_ prefix to xml_. - make xml_parse public, this allows a custom reader like a direct mmap, see: XMLParser.getnext and (optionall) XMLParser.getnext_data. - improve the README text.
2015-05-16update READMEHiltjo Posthuma
2015-01-05README.xml: reword some things, reference files (to always have working ↵Hiltjo Posthuma
examples)
2015-01-02README.xml: code-styleHiltjo Posthuma
2014-06-27improve wordingHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-06-27add initial README for xml parserHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>