* 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:
parent
9bd0dc42c6
commit
9c57902b96
9 changed files with 280 additions and 69 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue