1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-19 05:43:19 +03:00

rebuilt the API added the new options --nocdata and --nsclean to remove

* doc/libxml2-api.xml: rebuilt the API
* xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
  --nocdata and --nsclean to remove CDATA section and surperfluous
  namespace declarations
* parser.c SAX2.c: implementation of the 2 new options
Daniel
This commit is contained in:
Daniel Veillard
2003-09-26 13:53:14 +00:00
parent 9475a352bd
commit dca8cc79db
9 changed files with 257 additions and 10 deletions

View File

@ -11,6 +11,10 @@ htmlHandleOmittedElem()
htmlIsScriptAttribute()
htmlParseDoc()
htmlParseFile()
htmlReadDoc()
htmlReadFd()
htmlReadFile()
htmlReadMemory()
# functions from module HTMLtree
htmlIsBooleanAttr()
@ -812,6 +816,12 @@ Class parserCtxt(parserCtxtCore)
wellFormed()
# functions from module HTMLparser
htmlCtxtReadDoc()
htmlCtxtReadFd()
htmlCtxtReadFile()
htmlCtxtReadMemory()
htmlCtxtReset()
htmlCtxtUseOptions()
htmlFreeParserCtxt()
htmlParseCharRef()
htmlParseChunk()