aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIfunctions.html
Commit message (Collapse)AuthorAgeFilesLines
* Python generator bug raised by the const changeDaniel Veillard2014-10-131-41/+41
| | | | the doc methode for xmlDocGetRootElement wasn't generated anymore
* Release of libxml2-2.9.1Daniel Veillard2013-04-191-0/+5
| | | | | * configure.in: bumped version * doc/*: updated the symbols file and regenerated
* Release of libxml2-2.9.0Daniel Veillard2012-09-111-1/+26
| | | | | | * libxml.spec.in: update * doc/*: updated and regenerated * libxml2.syms testapi.c: regenerated
* Release candidate 1 of libxml2-2.9.0Daniel Veillard2012-08-101-14/+13
| | | | | * configure.in libxml.spec.in python/setup.py: bumped release numbers * doc//*: regenerated as part of the release
* Release of libxml2-2.8.0Daniel Veillard2012-05-231-0/+3
| | | | | | | - Makefile.am: don't package .git - configure.in : update to new release - doc/xml.html: added the new release - doc/* testapi.c: regenerated
* Updated URL for lxml python bindingsDaniel Veillard2011-03-071-1/+1
| | | | Also fixed the warning for XPath threaded usage a bit
* 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
* Regenerated API and symbolsDaniel Veillard2009-08-241-0/+2
| | | | | | * doc/Makefile.am: make the check for symbols pbm a make api failure * doc/symbols.xml: added xmlXIncludeProcessTreeFlagsData * doc//* elfgcchack.h libxml2.syms testapi.c: regenerated
* Rebuilt the API and regenerated docsDaniel Veillard2009-08-211-2/+1
|
* 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
* adds element traversal support avoid a warning regenerated danielDaniel Veillard2008-11-271-0/+5
| | | | | | | | | | * include/libxml/tree.h tree.c python/generator.py: adds element traversal support * valid.c: avoid a warning * doc/*: regenerated daniel svn path=/trunk/; revision=3804
* fix a small initialization problem raised by Ashwin increase testingDaniel Veillard2008-08-271-0/+4
| | | | | | | | | | | | | * 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
* added new function xmlSchemaValidCtxtGetParserCtxt based on HolgerDaniel Veillard2008-04-111-0/+1
| | | | | | | | | | | | | | | | * include/libxml/xmlschemas.h xmlschemas.c: added new function xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch * doc/apibuild.py doc/*: regenerated the doc, chased why the new function didn't got any documentation, added more checking in the generator * include/libxml/relaxng.h include/libxml/schematron.h include/libxml/xmlschemas.h include/libxml/c14n.h include/libxml/xmlregexp.h include/libxml/globals.h include/libxml/xmlreader.h threads.c xmlschemas.c: various changes and cleanups following the new reports Daniel svn path=/trunk/; revision=3738
* trying to clarify even more the xmlCleanupParser() use and the memoryDaniel Veillard2008-03-311-0/+3
| | | | | | | | * parser.c docs/*: trying to clarify even more the xmlCleanupParser() use and the memory documentation Daniel svn path=/trunk/; revision=3719
* 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
* release of libxml2 2.6.28 patch from Dagfinn I. Mannsåker for idness ofDaniel Veillard2007-06-121-0/+2
| | | | | | | | | * doc/* configure.in NEWS: release of libxml2 2.6.28 * valid.c: patch from Dagfinn I. Mannsåker for idness of name in HTML, c.f. bug #305885. Daniel svn path=/trunk/; revision=3638
* Re-generated the documentation (API chunks 27-29 were missing) (alsoWilliam M. Brack2007-01-111-0/+2
| | | | | | | | * Re-generated the documentation (API chunks 27-29 were missing) (also causes changes to testapi.c, elfgcchack.h and win32/libxml2.def.src) svn path=/trunk/; revision=3574
* fixed a weird error where validity context whould not show up if warningsDaniel Veillard2006-10-111-0/+3
| | | | | | | | * 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-1/+6
| | | | | | * 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/+1
| | | | | * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25 Daniel
* preparing 2.6.24 release, fixed Python paths at the last moment fix someDaniel Veillard2006-04-281-1/+1
| | | | | | | * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python paths at the last moment * relaxng.c testapi.c tree.c: fix some comments Daniel
* updated the Ruby bindings links, and regenerated the docs. DanielDaniel Veillard2006-02-231-3/+10
| | | | | | * 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-0/+14
| | | | | | | * 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
* updated the docs and rebuild releasing 2.6.21 removedDaniel Veillard2005-09-041-0/+1
| | | | | | | | | * 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
* prepare for release work for #303289, fix a formatting bug for MIN_INTDaniel Veillard2005-09-041-0/+1
| | | | | | * configure.in doc/* configure.in: prepare for release * xpath.c: work for #303289, fix a formatting bug for MIN_INT Daniel
* Hopefully fixed this time, danielDaniel Veillard2005-08-231-11/+0
|
* regenerated fixed a compilation problem some cleanups and one bug fixDaniel Veillard2005-08-231-0/+8
| | | | | | | | * 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-1/+52
| | | | | | | | * 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
* applied patch from Marcus Boerger to route relaxng and schemas errorDaniel Veillard2005-07-131-1/+7
| | | | | | | | | | * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h include/libxml/xmlschemas.h: applied patch from Marcus Boerger to route relaxng and schemas error messages when using the reader through the structured interface if activated. * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs to test. Daniel
* preparing to make testsuite releases along with code source releases fixedDaniel Veillard2005-07-101-0/+8
| | | | | | | | | | | | | * 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-0/+9
| | | | | | | | | | * 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
* if sax1 is used and input is a file use the old API xmlParseFile()Daniel Veillard2005-06-151-0/+6
| | | | | | | | | * 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
* Further enhancement for XPath streaming, consolidated with schemas usageWilliam M. Brack2005-06-091-0/+1
| | | | | | | | | | | | * pattern.c, xpath.c, include/libxml/pattern.h: Further enhancement for XPath streaming, consolidated with schemas usage of pattern.c. Added a new enum xmlPatternFlags. * doc/*, testapi.c, elfgcchack.h: updated to reflect new enum. * test/XPath/tests/mixedpat, test/XPath/docs/mixed, result/XPath/mixedpat: added regression test for problems reported in bug306348
* fixing bug #303068 increasing the nanoftp buffer. fixed __attribute()Daniel Veillard2005-05-061-1/+4
| | | | | | | * 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-2/+14
| | | | | | | | | | | * 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
* 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
* a bit of cleanup rebuilt the API the tests and the documentation as aDaniel Veillard2005-02-191-0/+13
| | | | | | | * 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-0/+5
| | | | | | | | | | | | | | | | 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
* fixing the way testapi.c is generated, fixes bug #161386 fix a commentDaniel Veillard2005-01-251-1/+9
| | | | | | | | * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c is generated, fixes bug #161386 * dict.c: fix a comment typo * elfgcchack.h doc/*: regenerated 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/+7
| | | | | | | * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated the API description, rebuilt, improved navigation in documentation a bit. Daniel
* applied patch from Bjorn Reese, plus some cleanups fixed the stylesheet toDaniel Veillard2005-01-041-1/+2
| | | | | | | | | * xmlmodule.c include/libxml/xmlmodule.h: applied patch from Bjorn Reese, plus some cleanups * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to add the new header * doc/* testapi.c: regenerated the API Daniel
* making DSO support an option code and documentation cleanups regeneratedDaniel Veillard2005-01-041-0/+5
| | | | | | | | | | | * 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
* fixed ID deallocation problem based on patch from Steve Shepard fixes bugDaniel Veillard2004-12-101-0/+3
| | | | | | | | * 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
* preparing release 2.6.15 cleanups DanielDaniel Veillard2004-10-271-0/+10
| | | | | | * 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/+13
| | | | | * configure.in doc/*: releasing 2.6.14, rebuilding the docs Daniel
* preparing 2.6.12 release, updated and and rebuilt the docs. DanielDaniel Veillard2004-08-221-4/+4
| | | | | | * 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/+21
| | | | | | | | | | * 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
|