Log

Author Commit Date CI Message
Daniel Veillard dda8f1ba 2002-09-26T09:47:36 make sure ATTRIBUTE_UNUSED is always put after the attribute declaration, * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure ATTRIBUTE_UNUSED is always put after the attribute declaration, not before Daniel
Daniel Veillard d4cb1e8a 2002-09-26T09:34:23 fixed a stupid error breaking the python API Daniel * python/generator.py python/libxml2class.txt: fixed a stupid error breaking the python API 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 118aed78 2002-09-24T14:13:13 fixed the data callback on transition functionality which was broken when * xmlregexp.c: fixed the data callback on transition functionality which was broken when using the compact form * result/schemas/*: updated the results, less verbose, all tests pass like before * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of annoying warnings * xpath.c: try to provide better error report when possible Daniel
Daniel Veillard 7233615a 2002-09-21T13:08:14 fixed a breakage raised by Jacob Daniel * Makefile.am: fixed a breakage raised by Jacob Daniel
Igor Zlatkovic 3f1e94ba 2002-09-20T18:08:17 *** empty log message ***
Igor Zlatkovic 3ad77297 2002-09-20T18:07:29 added HAVE_ERRNO_H definition
Igor Zlatkovic 01280584 2002-09-20T16:40:34 *** empty log message ***
Igor Zlatkovic 3acadf41 2002-09-20T16:40:17 applied zlib patch
Igor Zlatkovic 9a4efcb9 2002-09-20T13:41:55 *** empty log message ***
Igor Zlatkovic 8e040974 2002-09-20T13:39:53 Mark Vakoc added regexp support
Daniel Veillard b5c05735 2002-09-20T13:36:25 as pointed by Igor Float and Double parsing ain't finished yet Daniel * xmlschemastypes.c: as pointed by Igor Float and Double parsing ain't finished yet Daniel
Daniel Veillard 40b11344 2002-09-20T12:01:39 trying to fix #88412 by bypassing all the python subdir if python ain't * Makefile.am configure.in: trying to fix #88412 by bypassing all the python subdir if python ain't detected daniel
Daniel Veillard 23e73571 2002-09-19T19:56:43 made configuring with regexps/automata/unicode the default but without * Makefile.am configure.in include/libxml/xmlversion.h.in: made configuring with regexps/automata/unicode the default but without schemas ATM * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h: fixed the regexp based DTD validation performance and memory problem by switching to a compact form for determinist regexps and detecting the determinism property in the process. Seems as fast as the old DTD validation specific engine :-) despite the regexp built and compaction process. Daniel
Daniel Veillard 5acfd6b5 2002-09-18T16:29:02 determinism is debugged, new DTD checking code now works but * valid.c: determinism is debugged, new DTD checking code now works but xmlFAComputesDeterminism takes far too much CPU and the whole set usues too much memory to be really usable as-is Daniel
Daniel Veillard 0f04f8ed 2002-09-17T23:04:40 fixed another stupid bug in xmlGetNodePath() --version now report the * tree.c: fixed another stupid bug in xmlGetNodePath() * xmllint.c: --version now report the options compiled in Daniel
Daniel Veillard a646cfdb 2002-09-17T21:50:03 small cleanup switched DTD validation to use only regexp when configured * HTMLparser.c: small cleanup * valid.c xmlregexp.c: switched DTD validation to use only regexp when configured with them. A bit of debugging around the determinism checks is still needed Daniel
Daniel Veillard 63b01c2d 2002-09-17T19:25:28 stupid bug found by mattam@netcourrier.com Daniel * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com Daniel
Daniel Veillard 9272704b 2002-09-17T17:59:20 small portability glitch fixed. Daniel * xmlIO.c: small portability glitch fixed. Daniel
Daniel Veillard 84d70a46 2002-09-16T10:51:38 incomplete steps for real/double support avoiding a compilation problem * xmlschemastypes.c: incomplete steps for real/double support * testAutomata.c include/libxml/xmlautomata.h include/libxml/xmlregexp.h: avoiding a compilation problem * valid.c include/libxml/valid.h: starting the work toward using the regexps for actual DTD validation Daniel
Daniel Veillard aeb258a9 2002-09-13T14:48:12 cosmetic cleanup started integrating a DTD validation layer based on the * hash.c: cosmetic cleanup * valid.c include/libxml/tree.h include/libxml/valid.h: started integrating a DTD validation layer based on the regexps Daniel
Daniel Veillard 4402ab42 2002-09-12T16:02:56 fixed a bug reported by Jeff Goff, the determinism was tested before * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff, the determinism was tested before eliminating the epsilon transitions :-( Daniel
Daniel Veillard c6d4a933 2002-09-12T15:00:57 updated the python bindings, added code for easier File I/O, and the * python/generator.py python/libxml.c python/libxml.py python/libxml2-python-api.xml python/libxml2class.txt python/libxml_wrap.h python/types.c: updated the python bindings, added code for easier File I/O, and the ability to define a resolver from Python fixing bug #91635 * python/tests/Makefile.am python/tests/inbuf.py python/tests/outbuf.py python/tests/pushSAXhtml.py python/tests/resolver.py python/tests/serialize.py: updated and augmented the set of Python tests. Daniel
Igor Zlatkovic 353bf582 2002-09-10T19:07:14 *** empty log message ***
Igor Zlatkovic 0ceeb8e8 2002-09-10T19:07:02 added more readme info for the binary package
Daniel Veillard 607b35c5 2002-09-10T12:16:19 fixed a stupid out of bound array error Daniel * xmlIO.c: fixed a stupid out of bound array error Daniel
Daniel Veillard f4862f0f 2002-09-10T11:13:43 messing around with support for Windows path, cleanups, trying to identify * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c: messing around with support for Windows path, cleanups, trying to identify and fix the various code path to the filename access. Added xmlNormalizeWindowsPath() Daniel
Daniel Veillard cb7543be 2002-09-09T10:54:06 Adding link to MacOsX binaries, Daniel
Daniel Veillard 76575769 2002-09-05T14:21:15 working on better error reporting of validity errors, especially providing * error.c valid.c: working on better error reporting of validity errors, especially providing an accurate context. * result/valid/xlink.xml.err result/valid/rss.xml.err: better error reports in those cases. Daniel
Daniel Veillard 3487c8d9 2002-09-05T11:33:25 get rid of all the perror() calls made in the library execution paths. * DOCBparser.c HTMLparser.c c14n.c entities.c list.c parser.c parserInternals.c xmlIO.c: get rid of all the perror() calls made in the library execution paths. This should fix both #92059 and #92385 Daniel
Daniel Veillard 19aa7024 2002-09-05T11:14:19 memory leak reporting was broken after a change of the preprocessor symbol * xmllint.c: memory leak reporting was broken after a change of the preprocessor symbol used to activate it. Daniel
Daniel Veillard ec6725e9 2002-09-05T11:12:45 try to make the copy function work for node of type * tree.c: try to make the copy function work for node of type XML_DOCUMENT_FRAG_NODE, they are only created by the DOM layers though, not libxml2 itself. Daniel
Daniel Veillard b9cd8b4c 2002-09-05T10:58:49 try to provide file and line informations, not all messages are covered, * valid.c: try to provide file and line informations, not all messages are covered, but it's a (good) start Daniel
Daniel Veillard bbc72c3a 2002-09-05T10:52:10 reimplemented a large part of the XInclude processor, trying to minimize * xinclude.c: reimplemented a large part of the XInclude processor, trying to minimize resources used, James Henstridge provided a huge test case which was exhibiting severe memory consumption problems. Daniel
Daniel Veillard 2206dbfa 2002-09-05T08:09:37 applied patch from Christophe Merlet to reestablish DESTDIR Daniel * python/Makefile.am: applied patch from Christophe Merlet to reestablish DESTDIR Daniel
Daniel Veillard 5643b5ac 2002-09-04T12:27:06 fixes libary path for x86_64 AMD Daniel * libxml.spec.in: fixes libary path for x86_64 AMD 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 b212bbbc 2002-08-25T14:39:16 handle Windows sepecific file://localhost/ semantic ... Daniel * xmlIO.c: handle Windows sepecific file://localhost/ semantic ... 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
Havoc Pennington 84ec40a5 2002-08-22T13:59:35 update error message for missing automake 2002-08-22 Havoc Pennington <hp@pobox.com> * autogen.sh: update error message for missing automake
Daniel Veillard 08cccaa0 2002-08-22T09:47:29 typo in target name resulted in libxml2.py to not be rebuilt. fixed * python/Makefile.am: typo in target name resulted in libxml2.py to not be rebuilt. fixed DESTDIR similary to the libxslt one. Daniel
Daniel Veillard 22669b26 2002-08-22T07:17:11 updated with version from Elizabeth Barham at * win32/win32/Makefile.mingw: updated with version from Elizabeth Barham at http://soggytrousers.net/repository/ Daniel
Igor Zlatkovic a40adbc7 2002-08-20T14:42:32 *** empty log message ***
Igor Zlatkovic a78942c5 2002-08-20T14:42:07 Added the prefix location to the include and lib search path
Havoc Pennington 830e8971 2002-08-18T22:22:13 hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and 2002-08-18 Havoc Pennington <hp@pobox.com> * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and 1.4 installed get the right automake. Means compilation from CVS will now require the latest automake 1.4 release, or manually creating symlinks called "automake-1.4" and "aclocal-1.4"
Daniel Veillard b6984efc 2002-08-14T16:55:31 more AMD 64 induced changes from Frederic Crozat Daniel * configure.in python/Makefile.am: more AMD 64 induced changes from Frederic Crozat Daniel
Daniel Veillard c4bad4a7 2002-08-14T14:45:25 oops I was missing the xml:base fixup too this adds xml:base attributes to * xinclude.c: oops I was missing the xml:base fixup too * result/XInclude/*.xml: this adds xml:base attributes to most results of the tests Daniel
Daniel Veillard e3b7d9a1 2002-08-14T14:11:30 quick but apparently working implementation of xi:fallback, should close * xinclude.c: quick but apparently working implementation of xi:fallback, should close bug #89684 * Makefile.am test/XInclude/docs/fallback.xml result/XInclude/fallback.xml: added a basic test for fallback, and run with --nowarning to avoid a spurious warning * configure.in: applied patch from Frederic Crozat for python bindings on AMD 64bits machines. Daniel
Daniel Veillard 9e92351e 2002-08-14T08:48:52 xmlSAXUserParseMemory() really ought to fail if the caller don't pass a * parser.c: xmlSAXUserParseMemory() really ought to fail if the caller don't pass a SAX callback block. Daniel
Daniel Veillard c1a0da3c 2002-08-14T08:32:18 applied the same fix for the XML-1.0 namespace to xmlSearchNsByHref() as * tree.c: applied the same fix for the XML-1.0 namespace to xmlSearchNsByHref() as was done for xmlSearchNs() Daniel
Daniel Veillard ad11b301 2002-08-12T14:53:41 small cleanup of the man page fixed a potential problem raised by Petr * libxml.3: small cleanup of the man page * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec when serializing HREF attributes generated by XSLT. Daniel
Daniel Veillard c084e478 2002-08-12T13:27:28 integrated a cleaned up version of Marc Liyanage' patch for boolean * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up version of Marc Liyanage' patch for boolean attributes in HTML output Daniel
Daniel Veillard ad64e889 2002-08-12T12:24:02 Fixed the bugzilla module name ! Daniel
Daniel Veillard 5f91b378 2002-08-12T12:13:01 fixed the test results, indenting behaviour changed slightly Daniel * python/tests/serialize.py: fixed the test results, indenting behaviour changed slightly Daniel
Aleksey Sanin 9e951761 2002-08-08T18:02:41 added new c14n function to Windows def files * win32/dsp/libxml2.def.src win32/libxml2.def.src: added new c14n function to Windows def files
Aleksey Sanin ea4272a1 2002-08-02T23:50:03 fixed memory leak in c14n code * c14n.c: fixed memory leak in c14n code
Daniel Veillard 58e44c9d 2002-08-02T22:19:49 adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover * parser.c include/libxml/parser.h: adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover * valid.c: patch from Rick Jones for some grammar cleanup in validation messages * result/VC/* result/valid/*: this slightly change some of the regression tests outputs Daniel
Daniel Veillard 0bf2900b 2002-08-01T12:54:11 trying to fix a problem in namespaced attribute handling raised by * tree.c: trying to fix a problem in namespaced attribute handling raised by Christian Glahn Daniel
Daniel Veillard a57c26ec 2002-08-01T12:52:24 trying to fix a problem in namespaced attribute handling raised by * tree.c: trying to fix a problem in namespaced attribute handling raised by Christian Glahn Daniel
Daniel Veillard 6f46f6c5 2002-08-01T12:22:24 Opening the interface xmlNewCharEncodingHandler as requested in #89415 * encoding.c include/libxml/encoding.h: Opening the interface xmlNewCharEncodingHandler as requested in #89415 * python/generator.py python/setup.py.in: applied cleanup patches from Marc-Andre Lemburg * tree.c: fixing bug #89332 on a specific case of loosing the XML-1.0 namespace on xml:xxx attributes Daniel
Aleksey Sanin 2c135a1c 2002-08-01T06:31:50 fixed one more c14n + namespaces corner case from new Merlin's test suite * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces corner case from new Merlin's test suite and added a callback that will be used to improve xmlsec performance
Daniel Veillard 0b22defa 2002-07-29T16:23:03 trying to fix the <style> escaping problem in HTML serialization bug * HTMLtree.c: trying to fix the <style> escaping problem in HTML serialization bug #89342 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
PDT 2002  Aleksey Sanin 8e8a703c 2002-07-22T18:03:11 added _private member to xmlNs struct Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com> * include/libxml/tree.h: added _private member to xmlNs struct
Daniel Veillard 1d995271 2002-07-22T16:43:32 fixing bug #84876 based on the xml working code. Daniel * HTMLparser.c: fixing bug #84876 based on the xml working code. Daniel
William M. Brack 61eaba5b 2002-07-21T11:14:18 fixed python/Makefile.am for bug 72012
William M. Brack ef61d208 2002-07-19T08:32:00 xpath.c: small additional enhancement for boolean compared to nodeset
Daniel Veillard 1175e9c5 2002-07-18T22:29:28 Added link to MAc OS X binaries, Daniel
Daniel Veillard 3a42f3fe 2002-07-17T17:57:34 changed the order of the encoding declaration attributes in the meta tags * HTMLtree.c: changed the order of the encoding declaration attributes in the meta tags due to a bug in IE/Mac Daniel
William M. Brack 0c022ad8 2002-07-12T00:56:01 xpath.c fix bug 85256
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
Igor Zlatkovic 6ac30174 2002-07-10T19:22:48 *** empty log message ***
Igor Zlatkovic c3b604e2 2002-07-10T19:22:22 Added copy *.pdb to install, few have asked for this.
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 176d99f4 2002-07-06T19:22:28 fixing bug #84169 by fixing the comment of xmlCreatePushParserCtxt to * parser.c: fixing bug #84169 by fixing the comment of xmlCreatePushParserCtxt to describe the encoding detection parameters better. Daniel
Daniel Veillard 37f961db 2002-07-06T17:53:56 fixing bug #79331 in one path the lookup for ID attributes on a namespaced * valid.c: fixing bug #79331 in one path the lookup for ID attributes on a namespaced node wasn't handled correctly :-\ Daniel
Daniel Veillard 8c9872ca 2002-07-05T18:17:10 trying to fix 87235 about discarded white spaces in the HTML parser. this * HTMLparser.c: trying to fix 87235 about discarded white spaces in the HTML parser. * result/HTML/*: this changes the output of a number of HTML regression tests Daniel
Daniel Veillard fdc9156a 2002-07-01T21:52:03 applied patch from Richard Jinks for the namespace axis + fixed a memory * xpath.c: applied patch from Richard Jinks for the namespace axis + fixed a memory error. * parser.c parserInternals.c: applied patches from Peter Jacobi removing ctxt->token for good. * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks popped out by the regression tests. * Makefile.am: patch for threads makefile from Gary Pennington Daniel
William M. Brack 692092b5 2002-06-28T15:01:24 further xpath enhancement
William M. Brack 6000af54 2002-06-28T11:43:13 fixed xpath position problem
Daniel Veillard 153120c4 2002-06-18T07:58:35 applied a patch from Peter Jacobi to solve a problem when compiling with * hash.c: applied a patch from Peter Jacobi to solve a problem when compiling with the Watcom C on Win32 * result/schemas/*.err: the change of hashing algo generated permutations in the output Daniel
Daniel Veillard 5f7f991a 2002-06-17T17:03:00 applied patch from Sander Vesik improving the quality of the hash * hash.c: applied patch from Sander Vesik improving the quality of the hash function. Daniel
Daniel Veillard 21473679 2002-06-17T07:29:22 Added a pointer to the libxml# C# bindings, Daniel
Aleksey Sanin a5808b95 2002-06-14T17:07:41 *** empty log message ***
Aleksey Sanin 49cc9756 2002-06-14T17:07:10 replaced sprintf() with snprintf() to prevent possible buffer overflow * DOCBparser.c HTMLparser.c debugXML.c encoding.c nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c xmllint.c xpath.c: replaced sprintf() with snprintf() to prevent possible buffer overflow (the bug was pointed out by Anju Premachandran)
Daniel Veillard e059b891 2002-06-13T15:32:10 removed an uninitialized data error popped by valgrind on PE references * parser.c: removed an uninitialized data error popped by valgrind on PE references 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
Daniel Veillard f5582f15 2002-06-11T10:08:16 applied a couple of patches from Peter Jacobi to start to get rid of * parser.c: applied a couple of patches from Peter Jacobi to start to get rid of ctxt->token, with a possible significant speed improvement to be gained once done. Better compliance with PE references constructs in DTDs too. * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests from Peter too Daniel
Daniel Veillard 38d80e25 2002-06-11T07:24:56 Babak Vahedipour-Kunze reported that openTag in xmlParseElement was likely * parser.c: Babak Vahedipour-Kunze reported that openTag in xmlParseElement was likely to have been deallocated at the time of the report, possibly leading to segfault. Just report the tag name now. Daniel
Daniel Veillard 9e412302 2002-06-10T15:59:44 patch from Richard Jinks for XPath substring() function new set of tests * xpath.c: patch from Richard Jinks for XPath substring() function * result/XPath/expr/strings test/XPath/expr/strings: new set of tests Daniel
Aleksey Sanin 9c45ba8f 2002-06-06T21:46:13 patch from Rachel Hestilow to fix bug #84340 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
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