doc


Log

Author Commit Date CI Message
Daniel Veillard e59494fa 2003-01-04T16:35:29 a bit of cleanup small fix more work on the XmlTextReader tutorial a few * xmllint.c: a bit of cleanup * xmlreader.c: small fix * doc/xmlreader.html: more work on the XmlTextReader tutorial * python/libxml.py: a few fixes pointed out by Hannu Krosing Daniel
Daniel Veillard 66b82892 2003-01-04T00:44:13 starting documenting the new XmlTextReader interface. Daniel * doc/xmlreader.html: starting documenting the new XmlTextReader interface. Daniel
Daniel Veillard 8ba1741a 2003-01-01T19:13:12 generate the NEWS file from doc/news.html and a stylesheet Daniel * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file from doc/news.html and a stylesheet Daniel
Daniel Veillard e18fc185 2002-12-28T22:56:33 extended the XmlTextReader API a bit, addding accessors for the current * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: extended the XmlTextReader API a bit, addding accessors for the current doc and node, and an entity substitution mode for the parser. * python/libxml.py python/libxml2class.txt: related updates * python/tests/Makefile.am python/tests/reader.py python/tests/reader2.py python/tests/reader3.py: updated a bit the old tests and added a new one to test the entities handling Daniel
Daniel Veillard 6943a4db 2002-12-28T18:07:59 Small update to the guidelines, Daniel
Daniel Veillard 83298840 2002-12-28T15:12:33 added a document on guidelines for publishing and deploying XML Daniel * doc/guidelines.html: added a document on guidelines for publishing and deploying XML Daniel
MST 2002 John Fleck 6647aedd 2002-12-26T02:23:24 doc/xmllint.xml doc/xmllint.1 Add discussion of XML_DEBUG_CATALOG to Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net> * doc/xmllint.xml * doc/xmllint.1 Add discussion of XML_DEBUG_CATALOG to xmllint man page - bug #100907
Daniel Veillard 4258b9c8 2002-12-20T10:29:40 one really need to provide the base URI information when creating a reader * doc/libxml2-api.xml python/tests/reader.py: one really need to provide the base URI information when creating a reader parser from an input stream. Updated the API and the example using it. Daniel
Daniel Veillard c84f8b58 2002-12-19T22:12:47 fixed the Windows link, Daniel
Daniel Veillard beb70bd3 2002-12-18T14:53:54 more work on the xml reader interfaces. updated Igor's mail and the Web * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more work on the xml reader interfaces. * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the Web page for the Windows binaries. Daniel
Daniel Veillard 67df809c 2002-12-16T22:04:11 Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. * parser.c: Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. * test/att4 result/att4 result/noent/att4: adding the test * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added more methods to XmlTextReader. Daniel
Daniel Veillard 27907c70 2002-12-16T16:05:58 Added llink to Python bindings for Windows, Daniel
MST 2002 John Fleck 7c67a835 2002-12-16T13:38:06 doc/tutorial/xmltutorial.xml plus generated html and pdf Updating tutorial Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net> * doc/tutorial/xmltutorial.xml plus generated html and pdf Updating tutorial again based on further comments from Niraj Tolia on the last iteration
MST 2002 John Fleck 44aacb34 2002-12-16T04:34:57 doc/tutorial/xmltutorial.xml doc/tutorial/includekeyword.c Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net> * doc/tutorial/xmltutorial.xml * doc/tutorial/includekeyword.c * doc/tutorial/includegetattribute.c plus generated html and pdf Adding fix from Niraj Tolia to tutorial to properly free memory.
Daniel Veillard da46d2d3 2002-12-15T23:36:49 added more methods of XmlTextReader. this increased the methods in the * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added more methods of XmlTextReader. * python/libxml2class.txt python/tests/reader.py: this increased the methods in the bndings, augmented the test to check those new functions. Daniel
Daniel Veillard 0eb38c72 2002-12-14T23:00:35 added the close and getattribute methods of XmlTextReader. added the * xmlreader.c doc/libxml2-api.xml: added the close and getattribute methods of XmlTextReader. * python/generator.py python/libxml_wrap.h python/types.c python/libxml2class.txt: added the reader to the Python bindings * python/tests/Makefile.am python/tests/reader.py: added a specific test for the Python bindings of the Reader APIs * parser.c: small cleanup. Daniel
Daniel Veillard 7ef0fcb8 2002-12-14T10:38:55 Added a small blurb about the API file and generator, Daniel
Daniel Veillard c1eed320 2002-12-12T11:01:32 preparing release of 2.4.30 fixups to the api builder, gives enum values, * configure.in: preparing release of 2.4.30 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder, gives enum values, fix functype return type, put back fields in structs * doc/*: updated the docs rebuilt Daniel
Daniel Veillard 000eafb5 2002-12-12T10:04:22 fixups to the api builder, gives enum values, fix functype return type * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder, gives enum values, fix functype return type Daniel
Daniel Veillard 024b5701 2002-12-12T00:15:55 patch from Mark Vadok about htmlNodeDumpOutput location. removed an * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok about htmlNodeDumpOutput location. * xpath.c: removed an undefined function signature * doc/apibuild.py doc/libxml2-api.xml: the script was exporting too many symbols in the API breaking the python bindings. Updated with the libxslt/libexslt changes. Daniel
Daniel Veillard 9b4bb4d0 2002-12-11T19:28:47 preparing release of 2.4.29 rebuilt the docs and API a few more fixes for * configure.in: preparing release of 2.4.29 * doc/*: rebuilt the docs and API * xmlreader.c: a few more fixes for the XmlTextReader API Daniel
Daniel Veillard 5aad832a 2002-12-11T15:59:44 a bit more cleanup Daniel * catalog.c doc/libxml2-api.xml: a bit more cleanup Daniel
Daniel Veillard a9b66d00 2002-12-11T14:23:49 new API building Python script, does the C parsing directly, generates a * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API building Python script, does the C parsing directly, generates a better API description including structure fieds defs and enums. Still a couple of bugs, but good enough for the python wrappers now. * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c include/libxml/schemasInternals.h include/libxml/tree.h: more cleanup based on the python analysis script reports. * libxml.spec.in: make sure the API XML description is part of the devel package. Daniel
Daniel Veillard e1ca5033 2002-12-09T14:13:43 Adding a new set of APIs based on the C# TextXmlReader API but converted * Makefile.am xmlreader.c include/libxml/Makefile.am include/libxml/xmlreader.h: Adding a new set of APIs based on the C# TextXmlReader API but converted to C. Allow to parse in constant memory usage, far simpler to program and explain than the SAX like APIs, unfinished but working. * testReader.c: test program Daniel
Daniel Veillard 8db67d27 2002-11-27T19:39:27 applied the same kind of refactoring to the HTML saving code. slight API * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind of refactoring to the HTML saving code. * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected in the doc. Daniel
Daniel Veillard 9d5ea17e 2002-11-27T08:02:06 another patch from Stéphane Bidoul for Python bindings on Windows small * python/setup.py.in: another patch from Stéphane Bidoul for Python bindings on Windows * doc/parsedecl.py: small cleanup Daniel
Daniel Veillard 80d7b901 2002-11-23T16:23:08 Jan Rafaj pointed a bug in the Makefile. Daniel * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile. Daniel
Daniel Veillard f9c4cad2 2002-11-22T15:57:07 preparing 2.4.28 some cleanup updated the news and regenerated. Daniel * configure.in: preparing 2.4.28 * libxml.spec.in doc/Makefile.am: some cleanup * doc/*: updated the news and regenerated. Daniel
Daniel Veillard fee408f5 2002-11-22T13:18:30 final touch at closing #87235 </p> end tags need to be generated. this * HTMLparser.c: final touch at closing #87235 </p> end tags need to be generated. * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html: this change slightly the output of a few tests * doc/*: regenerated Daniel
Daniel Veillard c14401e4 2002-11-20T14:28:17 Updated the binding page for the libxml++ bindings, Daniel
Daniel Veillard 817e70b6 2002-11-19T22:28:48 repair some problem if gtk-doc fail or such patch for Solaris on new * doc/Makefile.am: repair some problem if gtk-doc fail or such * configure.in: patch for Solaris on new autoconf closes #98880 * doc/parsedecl.py: repair the frigging API building script, did I say that python xmllib sucks ? * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering and some comment are no more truncated. Daniel
Daniel Veillard dad3f680 2002-11-17T16:47:27 preparing release 2.4.27 updated and rebuilt the docs try to make sure the * configure.in: preparing release 2.4.27 * doc/* : updated and rebuilt the docs * doc/Makefile.am libxml.spec.in: try to make sure the tutorial and all the docs are actually packaged and in the final RPMs * parser.c parserInternals.c include/libxml/parser.h: restore xmllint --recover feature. Daniel
Daniel Veillard 66651aa8 2002-11-15T11:21:43 trying to fix bug #98517 about building outside the source tree fixed the * Makefile.am python/Makefile.am python/tests/Makefile.am: trying to fix bug #98517 about building outside the source tree * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585 Daniel
MST 2002 John Fleck f854d99f 2002-11-12T03:49:05 adding pdf of tutorial, changing web page to link to it Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net> adding pdf of tutorial, changing web page to link to it * doc/tutorial/xmltutorial.pdf * doc/xml.html * doc/docs.html
MST 2002 John Fleck 52717f34 2002-11-11T03:49:33 doc/tutorial/ar01s08.html adding file what I forgot for tutorial Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net> * doc/tutorial/ar01s08.html adding file what I forgot for tutorial
MST 2002 John Fleck bd3b4fd1 2002-11-11T03:41:11 Adding encoding discussion to tutorial Added: DocBook admonition image Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net> Adding encoding discussion to tutorial Added: * doc/tutorial/images/*.png: DocBook admonition image files * doc/tutorial/apf.html, apg.html: new generated html * doc/tutorial/includeconvert.c: conversion code entity file changed: * doc/tutorial/xmltutorial.xml: DocBook original * doc/tutorial/*.html: generated html
Igor Zlatkovic 7ae91bcd 2002-11-08T17:18:52 retired xmlwin32version.h
Daniel Veillard 7216cfd6 2002-11-08T15:10:00 fixed a typo pointed out by Igor try to speed up node compare using line * globals.c: fixed a typo pointed out by Igor * xpath.c: try to speed up node compare using line numbers if available. Daniel
John Fleck 61f6fb66 2002-10-31T15:23:29 doc/xml.html (and, by implication, FAQ.html) added UTF-8 conversaion FAQ 2002-10-31 John Fleck <jfleck@inkstain.net> * doc/xml.html (and, by implication, FAQ.html) added UTF-8 conversaion FAQ from Marcus Labib Iskander
Daniel Veillard 2afc5c51 2002-10-23T15:04:30 Rebuilt te docs, oops, daniel
Daniel Veillard e645e8c1 2002-10-22T17:35:37 Applied the VMS update patch from Craig A. Berry update Daniel * vms/build_libxml.com vms/config.vms vms/readme.vms include/libxml/parser.h include/libxml/parserInternals.h include/libxml/tree.h include/libxml/xmlIO.h HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c: Applied the VMS update patch from Craig A. Berry * doc/*.html: update Daniel
Daniel Veillard 4826743d 2002-10-18T11:21:38 preparing the release of 2.4.26 updated and rebuilt the documentation * configure.in: preparing the release of 2.4.26 * doc/*: updated and rebuilt the documentation Daniel
Daniel Veillard 595978c9 2002-10-09T18:46:35 make the link to search a local reference, daniel
Daniel Veillard f007012c 2002-10-09T14:24:17 integrated the XSLT indexing, a few fixed in the indexer, added a scope * doc/index.py doc/search.php: integrated the XSLT indexing, a few fixed in the indexer, added a scope selection at the search level. Daniel
Daniel Veillard 321be0c5 2002-10-08T21:26:42 applied patch from Mark Vakoc except the API change, preserved it. updated * debugXML.c: applied patch from Mark Vakoc except the API change, preserved it. * doc/*: updated the docs to point to the search engine for information lookup or before bug/help reports. Daniel
Daniel Veillard d7960a8a 2002-10-08T19:13:50 Fixed a small bug for year wide archive indexing, Daniel
Daniel Veillard 10543b1b 2002-10-08T17:30:30 And limit the number in the SQL requests too, Daniel
Daniel Veillard 06665ecc 2002-10-08T17:26:56 Limit the number of returned hits, Daniel
Daniel Veillard f08d400d 2002-10-08T17:17:11 Added year archiving + fix a problem on current date archive, Daniel
Daniel Veillard 01e87d22 2002-10-08T16:55:06 added mailing-list archives indexing and lookup Daniel * doc/index.py doc/search.php: added mailing-list archives indexing and lookup Daniel
Daniel Veillard 80ce373e 2002-10-07T17:39:30 Regenerated the docs and added a set of files missing from CVS, Daniel
Daniel Veillard a6287a46 2002-10-07T13:17:22 Debugging of strange results and tuning, Daniel
Daniel Veillard 9b00613d 2002-10-07T11:13:27 improved HTML indexing make the queries also lookup the HTML based indexes * doc/index.py: improved HTML indexing * doc/search.php: make the queries also lookup the HTML based indexes Daniel
Daniel Veillard 141d04ba 2002-10-06T21:51:18 added HTML page indexing Daniel * doc/index.py: added HTML page indexing Daniel
Daniel Veillard dc6d4aba 2002-10-04T15:58:34 Added a bit of logging to the searches to get a better idea of what's asked for, Daniel
Daniel Veillard 538d3b90 2002-10-01T14:04:56 Grab the passwd from an envidonment variable, Daniel
Daniel Veillard 2c77cd7f 2002-10-01T13:54:14 Added the operation needed to start the indexer on a box, daniel
Daniel Veillard 3371ff8f 2002-10-01T13:37:48 Added the indexing script use to fill up the MySQL DB with API indexes, Daniel
Daniel Veillard ad0ac024 2002-10-01T12:08:12 Improve cross reference rating, Daniel
Daniel Veillard 55a4eb53 2002-10-01T11:54:06 Update the description, Daniel
Daniel Veillard 5ede35e3 2002-10-01T11:37:35 Integrated the search form to the web site, regenerated, Daniel
Daniel Veillard 8135e5f7 2002-10-01T11:13:14 Started adding a search front-end, Daniel
Daniel Veillard e16b5740 2002-09-26T17:50:03 preparing release of 2.4.25 updated and regenerated teh docs and web * configure.in include/libxml/xmlwin32version.h: preparing release of 2.4.25 * doc/*: updated and regenerated teh docs and web pages. Daniel
Daniel Veillard 2ace1956 2002-09-26T12:28:02 added the 3 new modules xmlregexp xmlautomata and xmlunicode and * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode and regenerated the docs and web site Daniel
Daniel Veillard b7c29c38 2002-09-25T22:44:43 applied a trio update patch from Bjorn Reese which should work with MinGW * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c triostr.h: applied a trio update patch from Bjorn Reese which should work with MinGW Daniel
Daniel Veillard bd9afb52 2002-09-25T22:25:35 improving some documentation comments found and fixed a mem leak with * tree.c: improving some documentation comments * xmlregexp.c: found and fixed a mem leak with python regression tests * doc/*: rebuilt the doc and the API XML file including the xmlregexp.h xmlautomata.h and xmlunicode.h headers * python/generator.py python/libxml2class.txt python/libxml_wrap.h python/types.c: added access to the XML Schemas regexps from python * python/tests/Makefile.am python/tests/regexp.py: added a simple regexp bindings test Daniel
MDT 2002 John Fleck 30c7054c 2002-09-24T14:24:54 doc/xml.html fixing ftp links - thanks to Vitaly Ostanin Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/xml.html fixing ftp links - thanks to Vitaly Ostanin
Daniel Veillard cb7543be 2002-09-09T10:54:06 Adding link to MacOsX binaries, Daniel
John Fleck be98b332 2002-09-04T03:16:23 Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net> Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/tutorial/includekeyword.c * doc/tutorial/xmltutorial.xml (plus resulting generated html files) fixing one spot I missed in the tutorial where I hadn't freed memory properly
MDT 2002 John Fleck 77e4d358 2002-09-01T01:37:11 doc/tutorial/includeaddattribute.c doc/tutorial/includeaddkeyword.c Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/tutorial/includeaddattribute.c * doc/tutorial/includeaddkeyword.c * doc/tutorial/includegetattribute.c * doc/tutorial/includekeyword.c * doc/tutorial/xmltutorial.xml * doc/tutorial/*.html update tutorial to properly free memory (thanks to Christopher R. Harris for pointing out that this needs to be done) * doc/tutorial/images/callouts/*.png added image files so the callouts are graphical, making it easier to read ( use "--param callout.graphics 1" to generate html with graphical callouts)
Daniel Veillard 8f40f1e6 2002-08-28T21:18:45 Changed to use the new Gnome2 logo, Daniel
Daniel Veillard e1662547 2002-08-28T11:50:59 nice logos generated by Marc Liyanage changed the stylesheet to show the * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif: nice logos generated by Marc Liyanage * doc/site.xsl *.html: changed the stylesheet to show the new logo and regenerated the pages Daniel
Daniel Veillard 42766c0e 2002-08-22T20:52:17 possible mem leak patch from Jason Adams integrated xf:escape-uri() from * xpath.c: possible mem leak patch from Jason Adams * xpath.c: integrated xf:escape-uri() from Wesley Terpstra in the XQuery namespace * configure.in: preparing 2.4.24 * doc/*.html: updated the web pages * python/generator.py: closing bug #85258 by generating conditional compile check to avoid linking to routines not configured in. Daniel
Daniel Veillard ad64e889 2002-08-12T12:24:02 Fixed the bugzilla module name ! Daniel
Daniel Veillard 0b28e88e 2002-07-24T23:47:05 applied syntax patch from Rick Jones and rebuilt the web site. Daniel * doc/xml.html doc/*.html: applied syntax patch from Rick Jones and rebuilt the web site. Daniel
Daniel Veillard 1175e9c5 2002-07-18T22:29:28 Added link to MAc OS X binaries, Daniel
Daniel Veillard 06944e21 2002-07-11T19:55:18 fixing Red Hat bug #68614 by adding the doc/xmlcatalog_man.xml to the * doc/Makefile.am: fixing Red Hat bug #68614 by adding the doc/xmlcatalog_man.xml to the source distribution Daniel
Daniel Veillard 782afdaf 2002-07-08T15:12:49 Added news for 2.4.23, Daniel
Daniel Veillard 539638ba 2002-07-06T19:55:14 preparing 2.4.23 rebuilt the docs Daniel * configure.in: preparing 2.4.23 * doc/*: rebuilt the docs Daniel
Daniel Veillard 21473679 2002-06-17T07:29:22 Added a pointer to the libxml# C# bindings, Daniel
MDT 2002 John Fleck d7ca7f92 2002-06-13T03:41:03 doc/xml.html adding tutorial reference to the web page Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/xml.html adding tutorial reference to the web page
MDT 2002 John Fleck 54520837 2002-06-13T03:30:26 doc/tutorial/xmltutorial.xml doc/tutorial/ar01s07.html Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net> * doc/tutorial/xmltutorial.xml * doc/tutorial/ar01s07.html * doc/tutorial/ape.html * doc/tutorial/includegetattribute.c adding section to tutorial about retrieving an attribute value
MDT 2002 John Fleck a63f3ffb 2002-06-06T02:14:01 *doc/FAQ.html fixing typos in FAQ, thanks to Robert Funnell for the Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net> *doc/FAQ.html fixing typos in FAQ, thanks to Robert Funnell for the editing help
Daniel Veillard fc59c09d 2002-06-05T14:48:26 site.xsl: linked the John's tutorial *.html: regenerated Daniel
MDT 2002 John Fleck 598f6ebb 2002-06-04T15:10:36 apa.html apb.html apc.html apd.html ar01s02.html ar01s03.html ar01s04.html Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net> * added doc/tutorial, including: apa.html apb.html apc.html apd.html ar01s02.html ar01s03.html ar01s04.html ar01s05.html ar01s06.html includeaddattribute.c includeaddkeyword.c includekeyword.c includestory.xml index.html xmltutorial.xml libxml tutorial, including generated html
Daniel Veillard c0801af9 2002-05-28T16:28:42 Added docs for 2.4.22, Daniel
Daniel Veillard 1b31e4a0 2002-05-27T14:44:50 fixing #79334 making htmlParseDocument a public entry point. rebuilt the * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument a public entry point. * doc/*: rebuilt the API and docs Daniel
Daniel Veillard 46c5c1dc 2002-05-20T07:15:54 amother typo fix, Daniel
Daniel Veillard 63d83142 2002-05-20T06:51:05 Applied a spelling patch from Geert Kloosterman to xml.html, and regenerated the web site, Daniel
Daniel Veillard 6d1ef17b 2002-05-19T18:26:28 Applied another patch from Christian Cornelssen to the buildDocBookCatalog script, Daniel
Daniel Veillard 10b6da4a 2002-05-18T07:55:20 apply a couple of patches from Christian Cornelssen fixing the man pages * libxml.3 doc/buildDocBookCatalog: apply a couple of patches from Christian Cornelssen fixing the man pages and the Catalog building script. * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet next step is <xs:import> I now have a reasonable understanding of how it works. Daniel
Daniel Veillard 9b6fd30f 2002-05-13T12:06:47 Adding references to XMLwrapp the C++ wrapper, Daniel
Daniel Veillard e6d8e20c 2002-05-02T06:11:10 Adding more informations on Schemas, added a link to the Pascal bindings in the Related Link sections, Daniel
Daniel Veillard cf27f7c9 2002-04-30T07:12:39 Updated the news pages with the new release informations, Daniel
Daniel Veillard fc57b41c 2002-04-29T15:50:14 preparing 2.4.21 raised a too low limit rebuilt the docs Daniel * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21 * valid.c: raised a too low limit * doc/*: rebuilt the docs Daniel
Daniel Veillard 93d3a478 2002-04-26T14:04:55 added a link to Norms article, Daniel
Daniel Veillard 0bfbb422 2002-04-26T09:21:45 Added a mirror in Austria, Daniel
Daniel Veillard f7c730f0 2002-04-16T12:28:22 Remove mailto and point people to the bug report page, Daniel
Daniel Veillard c397534f 2002-04-15T18:54:52 Updated the web pages, Daniel
Daniel Veillard a7084cd5 2002-04-15T17:12:47 release of 2.4.20 updated and rebuilt the docs Daniel * configure.in: release of 2.4.20 * doc/*: updated and rebuilt the docs Daniel