summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* updating the benchmark graph and using a PNG instead of a GIF updated theDaniel Veillard2004-02-163-4/+4
| | | | | | | * benchmark.png index.html xml.html: updating the benchmark graph and using a PNG instead of a GIF * xmlreader.c: updated the TODO Daniel
* doc/tutorial/xmltutorial.xml doc/tutorial/xmltutorial.pdfMST 2004 John Fleck2004-02-1522-1720/+597
| | | | | | | | | | Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net> * doc/tutorial/xmltutorial.xml * doc/tutorial/xmltutorial.pdf * doc/tutorial/*.html Fix bug in XPath example in the tutorial, thanks to Carlos, whose last name I don't know, for pointing this out
* preparing release of 2.6.6 updated the docs and rebuilt them DanielLIBXML2_2_6_6Daniel Veillard2004-02-123-25/+74
| | | | | | * NEWS configure.in: preparing release of 2.6.6 * doc/*: updated the docs and rebuilt them Daniel
* added xmlByteConsumed() interface updated the benchmark rebuilt the docsDaniel Veillard2004-02-1127-22/+151
| | | | | | | | | | * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h include/libxml/xmlIO.h: added xmlByteConsumed() interface * doc/*: updated the benchmark rebuilt the docs * python/tests/Makefile.am python/tests/indexes.py: added a specific regression test for xmlByteConsumed() * include/libxml/encoding.h rngparser.c tree.c: small cleanups Daniel
* Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.netJohn Fleck2004-01-316-49/+55
| | | | | | | | | | Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net * doc/examples/reader1.c, reader2.c, reader3.c * doc/examples/examples.xml * doc/examples/*.html add note that reader examples need libmxl2 > 2.6, rebuild html - this time doing it correctly :-)
* doc/examples/examples.xml doc/examples/*.html add note that readerMST 2004 John Fleck2004-01-313-174/+174
| | | | | | | | | Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net> * doc/examples/examples.xml * doc/examples/*.html add note that reader examples need libmxl2 > 2.6, rebuild html
* doc/examples/Makefile.am per Jan. 15 email to the list from oliverst, theMST 2004 John Fleck2004-01-281-32/+32
| | | | | | | | Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net> * doc/examples/Makefile.am per Jan. 15 email to the list from oliverst, the index.html file from this directory wasn't making it into the tarball
* don't rely on . being on the path for make tests, should keep Mr. CrozatDaniel Veillard2004-01-263-11/+13
| | | | | | * doc/examples/index.py: don't rely on . being on the path for make tests, should keep Mr. Crozat quiet until next time... Daniel
* preparing release 2.6.5, rebuilt the docs, checked rngparser stuff doesLIBXML2_2_6_5Daniel Veillard2004-01-2522-131/+234
| | | | | | * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the docs, checked rngparser stuff does not end up in the tarball Daniel
* added io1.c an example ox xmlIO usage and io1.res test result, fixed aDaniel Veillard2004-01-2328-108/+465
| | | | | | | | | | | | | | | | | | | | | | | | * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res test result, fixed a awful lot of memory leaks showing up in testWriter.c, changed the examples and the Makefiles to test memory leaks. * xmlwriter.c: fixed a memory leak * Makefile.am: run the doc/examples regression tests as part of make tests * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to compile an XPath expression within a context, currently the goal is to be able to reuse the XSLT stylesheet dictionnary, but this opens the door to others possible optimizations. * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows to build a new dictionnary based on another read-only dictionnary. This is needed for XSLT to keep the stylesheet dictionnary read-only while being able to reuse the strings for the transformation dictionnary. * xinclude.c: fixed a dictionnar reference counting problem occuring when document parsing failed. * testSAX.c: adding option --repeat for timing 100times the parsing * doc/* : rebuilt all the docs Daniel
* applied patch from Mark Vadoc to not use SAX1 unless necessary. DanielDaniel Veillard2004-01-131-3/+3
| | | | | | * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied patch from Mark Vadoc to not use SAX1 unless necessary. Daniel
* applying patch from Mark Vakoc for Windows applied doc fixes from SvenDaniel Veillard2004-01-073-28/+28
| | | | | | | | * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc: applying patch from Mark Vakoc for Windows * doc/catalog.html doc/encoding.html doc/xml.html: applied doc fixes from Sven Zimmerman Daniel
* fixed the comment in the header rebuilt the docs DanielDaniel Veillard2004-01-0637-156/+172
| | | | | | * 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-0675-6357/+6363
| | | | | | | | | | | | | | | | | | | | | * 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)
* doc/tutorial/customfo.xsl doc/tutorial/customhtml.xsl update customMST 2004 John Fleck2004-01-062-2/+2
| | | | | | | | | Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net> * doc/tutorial/customfo.xsl * doc/tutorial/customhtml.xsl update custom tutorial-building stylesheets in preparation for tutorial update
* fixed apibuild.py's generation of "constructors" to be in alphabeticalWilliam M. Brack2004-01-053-605/+606
| | | | | | | * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml, win32/libxml2.def.src: fixed apibuild.py's generation of "constructors" to be in alphabetical order (instead of previous random sequence); regenerated resulting files.
* change background color of function declaration to improve readabilityMST 2004 John Fleck2004-01-0566-692/+219
| | | | | | | | 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
* fixed missing dictionaries for Memory and Doc parser contexts (problemWilliam M. Brack2003-12-251-1/+4
| | | | | | | | * xmlschemas.c: fixed missing dictionaries for Memory and Doc parser contexts (problem reported on mailing list) * doc/apibuild.py: small change to prevent duplicate lines on API functions list. It will take effect the next time the docs are rebuilt.
* updated the docs and prepared a new release 2.6.4 DanielLIBXML2_2_6_4Daniel Veillard2003-12-2425-183/+254
| | | | | | * configure.in NEWS doc/*: updated the docs and prepared a new release 2.6.4 Daniel
* Fixed typo pointed out by S.-H. Zimmermann, DanielDaniel Veillard2003-12-232-2/+2
|
* applied fixes to allow build from 'outside' directory (Bug 129172)William M. Brack2003-12-211-1/+0
| | | | | | * python/Makefile.am, python/tests/Makefile.am, doc/Makefile.am: applied fixes to allow build from 'outside' directory (Bug 129172)
* fixed xmlXPathReturnString to cater for NULL pointer (bug 129561) addedWilliam M. Brack2003-12-2034-122/+293
| | | | | | | | * include/libxml/xpathInternals.h: fixed xmlXPathReturnString to cater for NULL pointer (bug 129561) * globals.c: added comment to suppress documentation warning * doc/apibuild.py: fixed problem which caused last APIchunkxx.html to be lost. Rebuilt doc/* (including adding APIchunk26.html)
* base64Binary is supported now, DanielDaniel Veillard2003-12-184-5/+5
|
* don't call the result files .out but .res as the Makefiles tend to tryDaniel Veillard2003-12-1713-26/+26
| | | | | | * doc/examples/*: don't call the result files .out but .res as the Makefiles tend to try generating binaries for .out targets... Daniel
* doc/html/libxml-pattern.html - cvs add API docs for new pattern stuffMST 2003 John Fleck2003-12-171-0/+31
| | | | | | | Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net> * doc/html/libxml-pattern.html - cvs add API docs for new pattern stuff
* tree.c doc/* Elaborate in documentation discussion of xmlNewChild andMST 2003 John Fleck2003-12-1737-126/+167
| | | | | | | | | | | | 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. 
* Updated Relax-NG adding ISO standard reference, DanielDaniel Veillard2003-12-152-2/+2
|
* applied small fix from Lucas Brasilino DanielDaniel Veillard2003-12-111-1/+1
| | | | | * doc/examples/testWriter.c: applied small fix from Lucas Brasilino Daniel
* Updating back to text versions, DanielDaniel Veillard2003-12-114-0/+0
|
* fixed to point to releases of libxml2-2.6, DanielDaniel Veillard2003-12-1019-181/+181
|
* preparing release of libxml2-2.6.3, updated and regenerated the docs.LIBXML2_2_6_3Daniel Veillard2003-12-109-35/+93
| | | | | | * configure.in doc/* libxml.spec.in: preparing release of libxml2-2.6.3, updated and regenerated the docs. Daniel
* Fixed a reference to a removed file, DanielDaniel Veillard2003-12-101-1/+1
|
* augmented the XInclude API to be able to pass XML parser flags down to theDaniel Veillard2003-12-0921-87/+196
| | | | | | | | | | | | | | * 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
* fixed the pattern interfaces but not yet the parser to handle theDaniel Veillard2003-12-056-5/+15
| | | | | | | | * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h include/libxml/xmlreader.h: fixed the pattern interfaces but not yet the parser to handle the namespaces. * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs. Daniel
* cleanup the make rebuild in doc, this include new directive to stopDaniel Veillard2003-12-0547-260/+707
| | | | | | | | | | | | | | | | | * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h include/libxml/pattern.h include/libxml/schemasInternals.h include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup the make rebuild in doc, this include new directive to stop documentation warnings * doc/* doc/html/*: rebuilt the docs * pattern.c xmlreader.c include/libxml/pattern.h include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern() to save nodes while scanning the tree with the reader, cleanup the way element were freed, and xmlTextReaderPreserve() implementation, the API might change for namespace binding support when compiling patterns. * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve() Daniel
* John Fleck <jfleck@inkstain.net> rebuild docsJohn Fleck2003-12-0412-7/+38
| | | | | John Fleck <jfleck@inkstain.net> rebuild docs
* doc/xml.html doc/docs.html add reference to the Code Examples page toMST 2003 John Fleck2003-12-022-0/+2
| | | | | | | | | Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net> * doc/xml.html * doc/docs.html add reference to the Code Examples page to docs.html list of resources
* un Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>John Fleck2003-12-0127-420/+634
| | | | | | | * include/libxml/xinclude.h * doc/* Add comments for macro definitions in xinclude.h and rebuild the docs
* doc/docdescr.doc Updating William's explanation of how to build docs,MST 2003 John Fleck2003-12-011-48/+14
| | | | | | | | Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net> * doc/docdescr.doc Updating William's explanation of how to build docs, reflecting Daniel's new docs build system
* doc/xml.html doc/python.html fix tst.py text, which didn't import sysMST 2003 John Fleck2003-11-292-2/+2
| | | | | | | | Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net> * doc/xml.html * doc/python.html fix tst.py text, which didn't import sys
* more XML Schemas fixes based on Eric van der Vlist examples addedDaniel Veillard2003-11-242-2/+2
| | | | | | | | | | | * xmlregexp.c xmlschemas.c: more XML Schemas fixes based on Eric van der Vlist examples * result/schemas/vdv-first4* test/schemas/vdv-first4*: added regression tests * doc/examples/Makefile.am doc/examples/index.py: do not regenerate the index on make all target, but only on make rebuild to avoid troubles. Daniel
* remove reference to gtk-doc now that Daniel has removed it, fix link toMST 2003 John Fleck2003-11-222-12/+9
| | | | | | | | Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net> * doc/xml.html, docs.html: remove reference to gtk-doc now that Daniel has removed it, fix link to George's IBM article, other minor edits
* applied patch from Robert Stepanek to start import os schemas support,Daniel Veillard2003-11-211-5/+5
| | | | | | | | * xmlschemas.c: applied patch from Robert Stepanek to start import os schemas support, cleaned up stuff and the patch. * test/schemas/import0_0.* result/schemas/import0_0_0*: added test to regression, fixed a few regressions too. Daniel
* added two xmlReader examples cleaned up some bugs in the process DanielDaniel Veillard2003-11-208-12/+355
| | | | | | * doc/examples/*: added two xmlReader examples * xmlreader.c: cleaned up some bugs in the process Daniel
* applied patch from Alfred Mickautsch, bugfixes and comments added his testDaniel Veillard2003-11-2040-640/+1928
| | | | | | | | | | * xmlwriter.c include/libxml/xmlwriter.h: applied patch from Alfred Mickautsch, bugfixes and comments * doc/examples/*: added his test as the xmlWriter example * doc/html/ doc/*.html: this resulted in some improvements * include/libxml/hash.h: fixed an inclusion problem when <libxml/hash.h> wasn't preceeded by <xml/parser.h> Daniel
* fix an error message added tree2 example from Lucas Brasilino DanielDaniel Veillard2003-11-197-3/+192
| | | | | | * xinclude.c: fix an error message * doc/examples/*: added tree2 example from Lucas Brasilino Daniel
* improve the sort sequence for page content regenerate the web pagesWilliam M. Brack2003-11-1941-3095/+3128
| | | | | * 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-1845-8699/+7553
| | | | | | | | | * 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-1851-1258/+1797
| | | | | | | | | | | | * 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
* Fixed the search uppercase for fragment identifiers, DanielDaniel Veillard2003-11-181-4/+4
|