summaryrefslogtreecommitdiff
path: root/doc/html/libxml-xmlerror.html
Commit message (Collapse)AuthorAgeFilesLines
* Remove old websiteNick Wellnhofer2022-03-291-865/+0
|
* Update news and rebuild documentationNick Wellnhofer2022-02-191-1/+1
|
* Release of libxml2-2.9.11v2.9.11Daniel Veillard2021-05-131-1/+1
| | | | | | | Prompted by CVE-2021-3541, but this includes an awful lot of serious bug fixes by Nick and others. - configure.ac: bumped to new release - doc/* updated and regenerated
* Rebuild docsNick Wellnhofer2019-09-301-2/+2
|
* Release of libxml2-2.9.5v2.9.5Daniel Veillard2017-09-041-2/+2
| | | | | * configure.ac, doc/xslt.html: updated for the release * doc/*, python/setup.py, testapi.c: regenerated
* Python generator bug raised by the const changev2.9.2-rc2Daniel Veillard2014-10-131-1/+1
| | | | the doc methode for xmlDocGetRootElement wasn't generated anymore
* Release of libxml2-2.9.1v2.9.1Daniel Veillard2013-04-191-0/+1
| | | | | * configure.in: bumped version * doc/*: updated the symbols file and regenerated
* Release candidate 1 of libxml2-2.9.0Daniel Veillard2012-08-101-2/+4
| | | | | * configure.in libxml.spec.in python/setup.py: bumped release numbers * doc//*: regenerated as part of the release
* Release of libxml2-2.8.0v2.8.0Daniel Veillard2012-05-231-1/+1
| | | | | | | - 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/+2
| | | | | | | 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
* 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
* regenerated DanielDaniel Veillard2008-08-301-0/+1
| | | | | | | * doc/* testapi.c: regenerated Daniel svn path=/trunk/; revision=3786
* fix a small initialization problem raised by Ashwin increase testingDaniel Veillard2008-08-271-0/+3
| | | | | | | | | | | | | * threads.c: fix a small initialization problem raised by Ashwin * testapi.c gentest.py: increase testing especially for document with an internal subset, and entities * tree.c: fix a deallocation issue when unlinking entities from a document. * valid.c: fix a missing entry point test not found previously. * doc/*: regenerated the APIs, docs etc. daniel svn path=/trunk/; revision=3778
* small doc improvement for xmlXPathContext from Jack Jansen, fixes #524759Daniel Veillard2008-04-031-1/+5
| | | | | | | | | * 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
* preparing release of 2.6.25 DanielDaniel Veillard2006-06-061-0/+1
| | | | | * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25 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
* upated the news regenerated the docs, preparing for release of 2.6.23LIBXML2_2_6_23Daniel Veillard2006-01-051-0/+5
| | | | | | | * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news regenerated the docs, preparing for release of 2.6.23 * pattern.c xmlschemas.c: fixed some comments Daniel
* release of 2.6.22 updated doc and rebuild. added XML_SAVE_NO_XHTMLLIBXML2_2_6_22Daniel Veillard2005-09-121-0/+5
| | | | | | | | | * NEWS configure.in doc//*: release of 2.6.22 updated doc and rebuild. * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML xmlSaveOption * xmlschemas.c: minor cleanups Daniel
* finally converted the encoding module to the common error reportingDaniel Veillard2005-08-241-2/+8
| | | | | | | * encoding.c error.c include/libxml/xmlerror.h: finally converted the encoding module to the common error reporting mechanism * doc/* doc/html/libxml-xmlerror.html: rebuilt Daniel
* rescanned code and rebuilt small cleanup cleanup problems from codeDaniel Veillard2005-08-221-0/+1
| | | | | | | | * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt * xmlregexp.c: small cleanup * include/libxml/schematron.h include/libxml/xmlexports.h include/libxml/xmlversion.h.in: cleanup problems from code scanner Daniel
* preparing to make testsuite releases along with code source releases fixedDaniel Veillard2005-07-101-0/+7
| | | | | | | | | | | | | * xstc/Makefile.am README README.tests Makefile.tests Makefile.am: preparing to make testsuite releases along with code source releases * gentest.py testapi.c: fixed a couple of problem introduced by the new Schemas support for Readers * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude but simple way. * xmlschemas.c include/libxml/tree.h: fixed a couple of problems raised by the doc builder. * doc/*: made rebuild Daniel
* if sax1 is used and input is a file use the old API xmlParseFile()Daniel Veillard2005-06-151-0/+1
| | | | | | | | | * xmllint.c: if sax1 is used and input is a file use the old API xmlParseFile() * xmlschemas.c: cleanups * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings for the new functions in Schemas. 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
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
| | | | | | | | | | | * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h format to cope with gcc4 change of aliasing allowed scopes, had to add extra informations to doc/libxml2-api.xml to separate the header from the c module source. * *.c: updated all c library files to add a #define bottom_xxx and reimport elfgcchack.h thereafter, and a bit of cleanups. * doc//* testapi.c: regenerated when rebuilding the API Daniel
* a bit of cleanup rebuilt the API the tests and the documentation as aDaniel Veillard2005-02-191-0/+1
| | | | | | | * xmlschemastypes.c: a bit of cleanup * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and the documentation as a result. Daniel
* This change started out as a simple desire to speed up theWilliam M. Brack2005-02-131-1/+3
| | | | | | | | | | | | | | | | execution time of testapi.c, which was being delayed by nameserver requests for non-existent URL's. From there it just sort of grew, and grew.... * nanohttp.c, nanoftp.c: changed the processing of URL's to use the uri.c routines instead of custom code. * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX * uri.c: added accepting ipV6 addresses, in accordance with RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6) * gentest.py, testapi.c: fixed a few problems with the testing of the nanoftp and nanohttp routines. * include/libxml/xmlversion.h: minor change to fix a warning on the docs generation * regenerated the docs
* regenerated the API description, rebuilt, improved navigation inDaniel Veillard2005-01-121-1/+1
| | | | | | | * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated the API description, rebuilt, improved navigation in documentation a bit. Daniel
* making DSO support an option code and documentation cleanups regeneratedDaniel Veillard2005-01-041-0/+3
| | | | | | | | | | | * configure.in: making DSO support an option * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code and documentation cleanups * elfgcchack.h testapi.c doc/*: regenerated the docs and checks for new module * test/valid/REC-xml-19980210.xml: fix a small change introduced previously 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
* changing the way the .c is generated, extending the tests coverage fixingDaniel Veillard2004-11-041-0/+1
| | | | | | | | | * gentest.py testapi.c: changing the way the .c is generated, extending the tests coverage * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some function signatures, regenerating stuff * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening Daniel
* preparing release 2.6.15 cleanups DanielDaniel Veillard2004-10-271-1/+42
| | | | | | * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups Daniel
* releasing 2.6.14, rebuilding the docs DanielLIBXML2_2_6_14Daniel Veillard2004-09-291-0/+8
| | | | | * configure.in doc/*: releasing 2.6.14, rebuilding the docs Daniel
* some cleanup checking for xmllint and xsltproc in configure.in, fixed makeDaniel Veillard2004-09-071-129/+134
| | | | | | | | * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup checking for xmllint and xsltproc in configure.in, fixed make dist w.r.t. the new xstc subdir. * doc/*: rebuilt Daniel
* also produce a tar ball with just the sources added --path option andDaniel Veillard2004-08-311-0/+30
| | | | | | | | * Makefile.am: also produce a tar ball with just the sources * xmllint.c: added --path option and --load-trace options to xmllint, RFE #147740 based on xsltproc versions * doc/xmllint.* doc/*: updated the man page and rebuilt Daniel
* preparing 2.6.12 release, updated and and rebuilt the docs. DanielLIBXML2_2_6_12Daniel Veillard2004-08-221-3/+14
| | | | | | * configure.in doc/* NEWS: preparing 2.6.12 release, updated and and rebuilt the docs. Daniel
* Applied patch from Torkel Lyng to add Schemas support to the PythonDaniel Veillard2004-08-181-22/+43
| | | | | | | | | | * 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
* applied Schemas patches from Kasimier Buchcik, there is still one openDaniel Veillard2004-06-291-0/+58
| | | | | | | | | | * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h: applied Schemas patches from Kasimier Buchcik, there is still one open issue about referencing freed memory. * test/schemas/* result/schemas/*: updated with new tests from Kasimier Daniel
* hack based on Arjan van de Ven suggestion to reduce ELF footprint andDaniel Veillard2004-06-271-0/+19
| | | | | | | | | | | | | | * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de Ven suggestion to reduce ELF footprint and generated code. Based on aliasing of libraries function to generate direct call instead of indirect ones * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic generation of elfgcchack.h based on the API description, extended the API description to show the conditionals configuration flags required for symbols. * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup * doc/*: regenerated the docs. Daniel
* Rebuild the docs, danielDaniel Veillard2004-05-161-3/+9
|
* preparing 2.6.9 release updated and rebuilt the docs DanielDaniel Veillard2004-04-181-0/+3
| | | | | | * configure.in: preparing 2.6.9 release * doc/* News: updated and rebuilt the docs Daniel
* keep the ChangeLog compressed fix a segfault when using Close() test forDaniel Veillard2004-04-181-0/+2
| | | | | | | | * libxml.spec.in: keep the ChangeLog compressed * xmlreader.c: fix a segfault when using Close() * python/tests/Makefile.am python/tests/reader8.py: test for the Close() reader API. Daniel
* Updated pages, dAnielDaniel Veillard2004-02-261-1/+1
|
* preparing 2.6.7 release, updated and rebuilt the documentation. DanielLIBXML2_2_6_7Daniel Veillard2004-02-231-1/+1
| | | | | | * doc/* NEWS configure.in: preparing 2.6.7 release, updated and rebuilt the documentation. Daniel
* 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
* augmented the XInclude API to be able to pass XML parser flags down to theDaniel Veillard2003-12-091-0/+3
| | | | | | | | | | | | | | * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h include/libxml/xmlerror.h: augmented the XInclude API to be able to pass XML parser flags down to the Inclusion process. Also resynchronized with the Last Call W3C Working Draft 10 November 2003 for the xpointer attribute. * Makefile.am test/XInclude/docs/nodes[23].xml result/XInclude/*: augmented the tests for the new namespace and testing the xpointer attribute, changed the way error messages are tested * doc/*: regenerated the documentation Daniel
* un Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>John Fleck2003-12-011-0/+6
| | | | | | | * include/libxml/xinclude.h * doc/* Add comments for macro definitions in xinclude.h and rebuild the docs
* improve the sort sequence for page content regenerate the web pagesWilliam M. Brack2003-11-191-71/+71
| | | | | * 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-118/+99
| | | | | | | | | * 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-4/+5
| | | | | | | | | | | | * 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