* XML parser conformance to W3 spec

* Names lexically correct (NCName)
  * Syntactically Correct handling of '<?' (processing instructions) and '<?xml' (XML declaration)
  * XML prolog syntax for 'well-formed' XML
  * <!DOCTYPE (ie DTD) is not supported.
This commit is contained in:
Olof hagsand 2018-11-18 13:22:08 +01:00
parent 9bd0dc42c6
commit 9c57902b96
9 changed files with 280 additions and 69 deletions

View file

@ -78,7 +78,7 @@ all: $(APPS)
@echo "You may want to make clixon_util_stream separately (curl dependency)"
clean:
rm -f $(APPS) *.core
rm -f $(APPS) clixon_util_stream *.core
# APPS
clixon_util_xml: clixon_util_xml.c $(MYLIB)