aboutsummaryrefslogtreecommitdiffstats
path: root/doc/html/libxml-HTMLparser.html
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade libxml2 to 1a360c1c2ec950f478d55b31722ecf78f5698e97Haibo Huang2020-07-311-1/+1
| | | | | | | | | | | Also change upstream to github. This change moves away from stable release. Because we need CMakeLists.txt. It is not in any release yet. They are likely to release another stable version within this year. We can upgrade to that version when it is available. Bug: 157157503 Change-Id: If6f245dbabe36a114563d209c8e100b7e3083f20
* Release of libxml2-2.9.5Daniel Veillard2017-09-041-4/+4
| | | | | * configure.ac, doc/xslt.html: updated for the release * doc/*, python/setup.py, testapi.c: regenerated
* Release of libxml2-2.8.0Daniel Veillard2012-05-231-1/+2
| | | | | | | - Makefile.am: don't package .git - configure.in : update to new release - doc/xml.html: added the new release - doc/* testapi.c: regenerated
* Fix web site encoding problemsDaniel Veillard2010-09-301-2/+3
| | | | | | | The encoding.html page was generated incorectly, revamp the input xml.html and convert the full XSLT chain to use and serve it as UTF-8 * doc/*: fix xml.html, update all stylesheets and regenerate
* Release of libxml2-2.7.7Daniel Veillard2010-03-151-1/+2
| | | | | * configure.in: bump version * doc//*: regenerated
* Fix Solaris binary links, cleanupsDaniel Veillard2009-08-071-1/+1
| | | | | * doc/*.html doc/site.xsl doc/xml.html: Dagobert Michelsen pointed out that binaries build for Solaris now live in OpenCSW
* small doc improvement for xmlXPathContext from Jack Jansen, fixes #524759Daniel Veillard2008-04-031-1/+1
| | | | | | | | | * include/libxml/xpath.h: small doc improvement for xmlXPathContext from Jack Jansen, fixes #524759 * doc/newapi.xsl doc/*: fixed a problem and regenerated the docs Daniel svn path=/trunk/; revision=3722
* fixed a weird error where validity context whould not show up if warningsDaniel Veillard2006-10-111-1/+4
| | | | | | | | * valid.c: fixed a weird error where validity context whould not show up if warnings were disabled pointed out by Bob Stayton * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs * doc//* testapi.c: rebuilt the docs Daniel
* updated the Ruby bindings links, and regenerated the docs. DanielDaniel Veillard2006-02-231-1/+1
| | | | | | * doc//*: updated the Ruby bindings links, and regenerated the docs. Daniel
* the profiling usually don't work, disabled rebuilt DanielDaniel Veillard2005-08-251-0/+1
| | | | | | * libxml.spec.in: the profiling usually don't work, disabled * doc/*: rebuilt Daniel
* fixed compilation when configured --without-sax1 and other cleanups fixesDaniel Veillard2005-08-231-0/+1
| | | | | | | | * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation when configured --without-sax1 and other cleanups fixes bug #172683 * doc/* elfgcchack.h: regenerated Daniel
* fixing bug #303068 increasing the nanoftp buffer. fixed __attribute()Daniel Veillard2005-05-061-1/+1
| | | | | | | * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer. * doc/apibuild.py: fixed __attribute() parsing problem * doc/* testapi.c: regenerated the descriptions and docs. Daniel
* doc/site.xsl, doc/xml.html, plus rebuilt all the html pages ChangeMST 2004 John Fleck2004-12-211-1/+1
| | | | | | | | Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net> * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages Change reference to new site for Solaris binaries, fixing bug 160598
* Applied patch from Torkel Lyng to add Schemas support to the PythonDaniel Veillard2004-08-181-1/+1
| | | | | | | | | | * xmlschemas.c include/libxml/xmlschemas.h python/generator.py python/libxml.c python/libxml_wrap.h python/types.c python/tests/schema.py python/tests/Makefile.am: Applied patch from Torkel Lyng to add Schemas support to the Python bindings and extend the schemas error API, registered a new test. * doc/* elfgcchack.h: rebuilt to regenerate the bindings Daniel
* Rebuild the docs, danielDaniel Veillard2004-05-161-1/+1
|
* Updated pages, dAnielDaniel Veillard2004-02-261-1/+1
|
* preparing 2.6.7 release, updated and rebuilt the documentation. DanielDaniel Veillard2004-02-231-1/+1
| | | | | | * doc/* NEWS configure.in: preparing 2.6.7 release, updated and rebuilt the documentation. Daniel
* fixed the comment in the header rebuilt the docs DanielDaniel Veillard2004-01-061-2/+2
| | | | | | * include/libxml/xmlstring.h: fixed the comment in the header * doc/*: rebuilt the docs Daniel
* moved string and UTF8 routines out of parser.c and encoding.c into a newWilliam M. Brack2004-01-061-25/+25
| | | | | | | | | | | | | | | | | | | | | * encoding.c, parser.c, xmlstring.c, Makefile.am, include/libxml/Makefile.am, include/libxml/catalog.c, include/libxml/chvalid.h, include/libxml/encoding.h, include/libxml/parser.h, include/libxml/relaxng.h, include/libxml/tree.h, include/libxml/xmlwriter.h, include/libxml/xmlstring.h: moved string and UTF8 routines out of parser.c and encoding.c into a new module xmlstring.c with include file include/libxml/xmlstring.h mostly using patches from Reid Spencer. Since xmlChar now defined in xmlstring.h, several include files needed to have a #include added for safety. * doc/apibuild.py: added some additional sorting for various references displayed in the APIxxx.html files. Rebuilt the docs, and also added new file for xmlstring module. * configure.in: small addition to help my testing; no effect on normal usage. * doc/search.php: added $_GET[query] so that persistent globals can be disabled (for recent versions of PHP)
* change background color of function declaration to improve readabilityMST 2004 John Fleck2004-01-051-1/+1
| | | | | | | | Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net> * doc/newapi.xsl: change background color of function declaration to improve readability * doc/*: rebuild docs with new stylesheet
* tree.c doc/* Elaborate in documentation discussion of xmlNewChild andMST 2003 John Fleck2003-12-171-2/+2
| | | | | | | | | | | | Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net> * tree.c * doc/* Elaborate in documentation discussion of xmlNewChild and xmlNewTextChild. Thanks to Steve Lenti for pointing out the usefulness of a more explicit explanation of the reserved character escaping issue. 
* improve the sort sequence for page content regenerate the web pagesWilliam M. Brack2003-11-191-78/+78
| | | | | * doc/newapi.xsl: improve the sort sequence for page content * doc/html/*.html: regenerate the web pages
* do not package cvs versioning temp files. more cleanup, slightly improvedDaniel Veillard2003-11-181-158/+124
| | | | | | | | | * Makefile.am: do not package cvs versioning temp files. * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup, slightly improved the API xml format, fixed a lot of small rendering problems * doc/html/libxml*.html: rebuilt Daniel
* modified the file header to add more informations, painful... updated toDaniel Veillard2003-11-181-5/+6
| | | | | | | | | | | | * include/libxml/*.h include/libxml/*.h.in: modified the file header to add more informations, painful... * genChRanges.py genUnicode.py: updated to generate said changes in headers * doc/apibuild.py: extract headers, add them to libxml2-api.xml * *.html *.xsl *.xml: updated the stylesheets to flag geprecated APIs modules. Updated the stylesheets, some cleanups, regenerated * doc/html/*.html: regenerated added back book1 and libxml-lib.html Daniel
* cleaned up the build process to remove all remains from the old gtk-docDaniel Veillard2003-11-181-1/+3
| | | | | | | | | * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up the build process to remove all remains from the old gtk-doc inherited, libxml2-refs.xml is now generated by apibuild.py, the stylesheets have been improved, and the API*html now generated are XHTML1 valid too Daniel
* more cleanup, improving navigation updated the result DanielDaniel Veillard2003-11-171-1/+1
| | | | | | | * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup, improving navigation * doc/html/*.html: updated the result Daniel
* improvement of the stylesheets, fixed a API generation problem, switchedDaniel Veillard2003-11-171-579/+207
| | | | | | | | | * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: improvement of the stylesheets, fixed a API generation problem, switched the stylesheet and Makefile to build the HTML output. * doc/html/*.html: complete update, ditched some old files, might introduce some breakage... Daniel
* Finally - found the problem with the page generation (XMLPUBFUN notWilliam M. Brack2003-11-161-3/+450
| | | | | | | | | | | | | | | | | * doc/html/*.html: Finally - found the problem with the page generation (XMLPUBFUN not recognized by gtkdoc). Re-created the pages using a temporary version of include/libxml/*.h. * testOOMlib.c,include/libxml/encoding.h, include/libxml/schemasInternals.h,include/libxml/valid.h, include/libxml/xlink.h,include/libxml/xmlwin32version.h, include/libxml/xmlwin32version.h.in, include/libxml/xpathInternals.h: minor edit of comments to help automatic documentation generation * doc/docdescr.doc: small elaboration * doc/examples/test1.c,doc/examples/Makefile.am: re-commit (messed up on last try) * xmlreader.c: minor change to clear warning.
* rebuilt the generated pages (again), manually restored doc/html/index.htmlWilliam M. Brack2003-11-151-266/+28
| | | | | | | | | | | * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the generated pages (again), manually restored doc/html/index.html and manually edited generated file doc/gnome-xml.xml to put in appropriate headings. * doc/docdescr.doc: new file to describe details of the document generation (helps my memory for the next time) * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor enhancement to please the automatic documentation generation.
* new dictionary module to keep a single instance of the names used by theDaniel Veillard2003-08-181-61/+59
| | | | | | | | | | | | | | | | | | * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am: new dictionary module to keep a single instance of the names used by the parser * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c: switched all parsers to use the dictionary internally * include/libxml/HTMLparser.h include/libxml/parser.h include/libxml/parserInternals.h include/libxml/valid.h: Some of the interfaces changed as a result to receive or return "const xmlChar *" instead of "xmlChar *", this is either insignificant from an user point of view or when the returning value changed, those function are really parser internal methods that no user code should really change * doc/libxml2-api.xml doc/html/*: the API interface changed and the docs were regenerated Daniel
* regenerated API documentation for xmlsoft.org (part of Bug 119535)William M. Brack2003-08-161-57/+59
| | | | | * doc/API*.html, doc/html/*: regenerated API documentation for xmlsoft.org (part of Bug 119535)
* preparing libxml2-2.5.10 release updated the doc and rebuilt DanielDaniel Veillard2003-08-151-1/+1
| | | | | | * News configure.in: preparing libxml2-2.5.10 release * doc/* : updated the doc and rebuilt Daniel
* reverted back patch for #113521, due to #115104 and while fixing #115101 .Daniel Veillard2003-06-131-122/+100
| | | | | | | * doc/Makefile.am doc/html/*: reverted back patch for #113521, due to #115104 and while fixing #115101 . HTML URLs must not be version dependant. Daniel
* Added informations about xml2-config in the FAQ, DanielDaniel Veillard2003-04-291-100/+121
|
* fixing a function comment switching to the XML/XSLT doc generation closingDaniel Veillard2003-04-291-0/+371
* xmlschemas.c doc/libxml2-api.xml: fixing a function comment * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching to the XML/XSLT doc generation closing #111799 * doc/html/*: complete update of the HTML results Daniel