aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchunk14.html
Commit message (Collapse)AuthorAgeFilesLines
* Python generator bug raised by the const changeDaniel Veillard2014-10-131-2/+0
| | | | the doc methode for xmlDocGetRootElement wasn't generated anymore
* Release of libxml2-2.9.1Daniel Veillard2013-04-191-0/+1
| | | | | * configure.in: bumped version * doc/*: updated the symbols file and regenerated
* Release of libxml2-2.9.0Daniel Veillard2012-09-111-0/+2
| | | | | | * libxml.spec.in: update * doc/*: updated and regenerated * libxml2.syms testapi.c: regenerated
* Release candidate 1 of libxml2-2.9.0Daniel Veillard2012-08-101-6/+9
| | | | | * configure.in libxml.spec.in python/setup.py: bumped release numbers * doc//*: regenerated as part of the release
* Updated URL for lxml python bindingsDaniel Veillard2011-03-071-1/+1
| | | | Also fixed the warning for XPath threaded usage a bit
* Release of libxml2-2.7.8Daniel Veillard2010-11-041-0/+3
|
* 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
* updated SVN URL for GNOME as pointed by Vincent Lefevre and regeneratedDaniel Veillard2009-03-251-4/+6
| | | | | | | | * doc/*: updated SVN URL for GNOME as pointed by Vincent Lefevre and regenerated docs daniel svn path=/trunk/; revision=3824
* fix a small initialization problem raised by Ashwin increase testingDaniel Veillard2008-08-271-0/+1
| | | | | | | | | | | | | * 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
* fx compilation when configured without the reader should fix #513110Daniel Veillard2008-05-121-0/+4
| | | | | | | | | | * xmlschemas.c runtest.c testapi.c include/libxml/xmlreader.h python/types.c python/libxml_wrap.h python/libxml.c: fx compilation when configured without the reader should fix #513110 * doc/*: regenerated Daniel svn path=/trunk/; revision=3743
* fix a link to XmlNodeType doc reported by Martijn Arts rebuilt DanielDaniel Veillard2008-04-071-0/+1
| | | | | | | | * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts * docs/*: rebuilt Daniel svn path=/trunk/; revision=3732
* preparing release of 2.6.30 DanielDaniel Veillard2007-08-231-1/+1
| | | | | | | * configure.in doc/*: preparing release of 2.6.30 Daniel svn path=/trunk/; revision=3654
* fixed a bug where the principal node type of an axis wasn't tested on nameDaniel Veillard2006-11-231-0/+2
| | | | | | * xpath.c: fixed a bug where the principal node type of an axis wasn't tested on name check, fixes bug #377432 daniel
* fixed a weird error where validity context whould not show up if warningsDaniel Veillard2006-10-111-0/+1
| | | | | | | | * 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
* applied patch from Marton Illes to fix an allocation bug inDaniel Veillard2006-08-121-6/+3
| | | | | | * xmlschemas.c: applied patch from Marton Illes to fix an allocation bug in xmlSchemaXPathEvaluate should close #351032 Daniel
* preparing release of 2.6.25 DanielDaniel Veillard2006-06-061-0/+2
| | | | | * 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-33/+9
| | | | | | * doc//*: updated the Ruby bindings links, and regenerated the docs. Daniel
* upated the news regenerated the docs, preparing for release of 2.6.23Daniel Veillard2006-01-051-6/+36
| | | | | | | * 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_XHTMLDaniel Veillard2005-09-121-1/+1
| | | | | | | | | * 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
* updated the docs and rebuild releasing 2.6.21 removedDaniel Veillard2005-09-041-3/+4
| | | | | | | | | * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild releasing 2.6.21 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled() * threads.c include/libxml/threads.h xmllint.c: added the more generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it. Daniel
* avoid passing a char[] as snprintf first argument. implementedDaniel Veillard2005-09-021-1/+2
| | | | | | | | | * encoding.c parserInternals.c: avoid passing a char[] as snprintf first argument. * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled() based on Andrew W. Nosenko idea. * doc/* elfgcchack.h: regenerated the API Daniel
* regenerated fixed a compilation problem some cleanups and one bug fixDaniel Veillard2005-08-231-0/+3
| | | | | | | | * elfgcchack.h testapi.c doc/*: regenerated * schematron.c: fixed a compilation problem * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix * result/expr/base: slightly changes the number of Cons. Daniel
* rescanned code and rebuilt small cleanup cleanup problems from codeDaniel Veillard2005-08-221-31/+15
| | | | | | | | * 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-403/+422
| | | | | | | | | | | | | * 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
* fixing #307823 and a couple of assorted bugs fixed conditionals inDaniel Veillard2005-07-031-338/+401
| | | | | | | | | | * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of assorted bugs * python/generator.py python/libxml2-python-api.xml: fixed conditionals in generator too * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some cleanups too and rebuilt Daniel
* fixing bug #303068 increasing the nanoftp buffer. fixed __attribute()Daniel Veillard2005-05-061-2/+10
| | | | | | | * 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
* fixed a lack of comment and missing test for a pointer in the API. DanielDaniel Veillard2005-04-011-0/+1
| | | | | | * xmlschemastypes.c: fixed a lack of comment and missing test for a pointer in the API. Daniel
* preparing release of 2.6.18 updated docs and rebuilt reactivated gccDaniel Veillard2005-03-131-0/+1
| | | | | | | * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18 updated docs and rebuilt * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0 Daniel
* fixed bug #157633 in relaxng choice optimization added regression testsDaniel Veillard2005-01-151-1/+1
| | | | | | | | | * relaxng.c: fixed bug #157633 in relaxng choice optimization * result/relaxng/choice0* test/relaxng/choice0*: added regression tests about it. * doc/*: rebuilt * testdso.c: removed a warning due to a missing void in signature. Daniel
* regenerated the API description, rebuilt, improved navigation inDaniel Veillard2005-01-121-0/+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-29/+0
| | | | | | | | | | | * 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
* Re-examined the problems of configuring a "minimal" library.William M. Brack2005-01-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Synchronized the header files with the library code in order to assure that all the various conditionals (LIBXML_xxxx_ENABLED) were the same in both. Modified the API database content to more accurately reflect the conditionals. Enhanced the generation of that database. Although there was no substantial change to any of the library code's logic, a large number of files were modified to achieve the above, and the configuration script was enhanced to do some automatic enabling of features (e.g. --with-xinclude forces --with-xpath). Additionally, all the format errors discovered by apibuild.py were corrected. * configure.in: enhanced cross-checking of options * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml, doc/libxml2-api.xml, gentest.py: changed the usage of the <cond> element in module descriptions * elfgcchack.h, testapi.c: regenerated with proper conditionals * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c, testSAX.c: cleaned up conditionals * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h, hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h, valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]: synchronized the conditionals with the corresponding module code * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c: added additional conditions required for compilation * doc/*.html, doc/html/*.html: rebuilt the docs
* 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
* fixed ID deallocation problem based on patch from Steve Shepard fixes bugDaniel Veillard2004-12-101-0/+1
| | | | | | | | * valid.c: fixed ID deallocation problem based on patch from Steve Shepard fixes bug #160893 * xmlmemory.c: improving comment. * testapi.c: new test for xmlDictExists() is generated. Daniel
* integrated in "make tests" added -q option, and more conditional featuresDaniel Veillard2004-11-091-1/+2
| | | | | | | | | | | * Makefile.am gentest.py testapi.c: integrated in "make tests" added -q option, and more conditional features fixes * catalog.c debugXML.c parser.c testThreads.c xmllint.c xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h include/libxml/debugXML.h: various compilation and conditional cleanups. * doc/*: regenerated Daniel
* preparing release 2.6.15 cleanups DanielDaniel Veillard2004-10-271-0/+2
| | | | | | * 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 DanielDaniel Veillard2004-09-291-0/+3
| | | | | * 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-1/+2
| | | | | | | | * 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
* preparing 2.6.12 release, updated and and rebuilt the docs. DanielDaniel Veillard2004-08-221-2/+2
| | | | | | * 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-1/+4
| | | | | | | | | | * 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
* oops, DanielDaniel Veillard2004-08-141-1/+1
|
* Change the color of non-visited links, DanielDaniel Veillard2004-08-141-1/+1
|
* releasing 2.6.11, updated and regenerated the docs DanielDaniel Veillard2004-07-051-2/+2
| | | | | | * configure.in doc/*: releasing 2.6.11, updated and regenerated the docs Daniel
* applied Schemas patches from Kasimier Buchcik, there is still one openDaniel Veillard2004-06-291-12/+15
| | | | | | | | | | * 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-1/+8
| | | | | | | | | | | | | | * 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-2/+3
|
* preparing 2.6.9 release updated and rebuilt the docs DanielDaniel Veillard2004-04-181-0/+1
| | | | | | * configure.in: preparing 2.6.9 release * doc/* News: updated and rebuilt the docs Daniel
* fixes the comments for xmlCatalogDump and xmlDumpACatalog rebuilt toDaniel Veillard2004-03-291-0/+1
| | | | | | * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog * doc/*: rebuilt to update Daniel
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-0/+1
| | | | | | | | | | | | * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from Alfred Mickautsch for better DTD support. * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c xmlschemas.c: fixed bug #137867 i.e. fixed properly the way reference counting is handled in the XML parser which had the side effect of removing a lot of hazardous cruft added to try to fix the problems associated as they popped up. * xmlIO.c: FILE * close fixup for stderr/stdout Daniel