Log

Author Commit Date CI Message
Daniel Veillard 427174fb 2003-12-10T10:42:59 removed some compilation warnings Daniel * SAX2.c pattern.c: removed some compilation warnings Daniel
Daniel Veillard 3df01181 2003-12-10T10:17:51 fixing bug #119264 xmllint failing to report serialization errors in some * xmllint.c: fixing bug #119264 xmllint failing to report serialization errors in some cases. Daniel
Daniel Veillard 18ab8721 2003-12-09T22:51:37 fixed an XML entites content serialization potentially triggered by * entities.c: fixed an XML entites content serialization potentially triggered by XInclude, see #126817 Daniel
Daniel Veillard 10c08c7d 2003-12-09T15:14:26 applied the patch to xmlTextWriterStartPI() suggested by Daniel Schulman * xmlwriter.c: applied the patch to xmlTextWriterStartPI() suggested by Daniel Schulman in #128313 Daniel
Daniel Veillard 6984e6d3 2003-12-09T14:20:17 another patch from Kenneth Haley for Mingw, c.f. #128787 Daniel * configure.in Makefile.am: another patch from Kenneth Haley for Mingw, c.f. #128787 Daniel
Daniel Veillard d324ff05 2003-12-09T14:09:47 applied patch from Kenneth Haley for compiling on Mingw see #128786 Daniel * include/libxml/xmlexports.h: applied patch from Kenneth Haley for compiling on Mingw see #128786 Daniel
Daniel Veillard 5a30b2d1 2003-12-09T13:54:39 some flags were not passed down correctly as parsing options. Fixes * xmllint.c: some flags were not passed down correctly as parsing options. Fixes #126806 Daniel
Daniel Veillard e74d2e1c 2003-12-09T11:35:37 augmented the XInclude API to be able to pass XML parser flags down to the * 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
Daniel Veillard b5fa0208 2003-12-08T17:41:29 filter warning messages if the global setting blocks them updated the * error.c: filter warning messages if the global setting blocks them * xinclude.c xmlreader.c include/libxml/xinclude.h include/libxml/xmlerror.h: updated the change of namespace at the XInclude level, raise a warning if the old one is found, and some cleanup Daniel
Daniel Veillard 2f6ff81a 2003-12-08T12:11:14 tentative fix for #126117 character reference in attributes output problem * tree.c: tentative fix for #126117 character reference in attributes output problem in some cornercase. Daniel
Daniel Veillard f88d8cf9 2003-12-08T10:25:02 tried to fix the problems reported in bug #126735 fixed again some problem * python/libxml.py: tried to fix the problems reported in bug #126735 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h: fixed again some problem trying to use the structured error handlers, c.f. bug #126735 * result/VC/ElementValid: tiny change due to the fix Daniel
Daniel Veillard fded7bf9 2003-12-07T21:30:45 fixed __xmlRaiseError to use structured error handlers defined by * error.c: fixed __xmlRaiseError to use structured error handlers defined by xmlSetStructuredErrorFunc(), fixes bug #126211 Daniel
Daniel Veillard 43caefb3 2003-12-07T19:32:22 attempt to fix #126211 ... Daniel * parser.c: attempt to fix #126211 ... Daniel
Daniel Veillard ffa7b7e2 2003-12-05T16:10:21 fixed the pattern interfaces but not yet the parser to handle the * 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
Daniel Veillard 1e90661b 2003-12-05T14:57:46 cleanup the make rebuild in doc, this include new directive to stop * 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
Daniel Veillard 85bb5b08 2003-12-04T14:12:05 oops forgot to modify/commit the new code. Daniel * python/libxml.py: oops forgot to modify/commit the new code. Daniel
Daniel Veillard 6cbd6c07 2003-12-04T12:31:49 cleanup the output buffer support to at least get the basic to work fixes * python/generator.py python/libxml.c python/libxml_wrap.h: cleanup the output buffer support to at least get the basic to work * python/tests/outbuf.py python/tests/serialize.py: fixes and cleanup. * include/libxml/xmlwriter.h: cleanup Daniel
John Fleck 7c5f5868 2003-12-04T04:57:40 John Fleck <jfleck@inkstain.net> rebuild docs John Fleck <jfleck@inkstain.net> rebuild docs
MST 2003 John Fleck 941f40d6 2003-12-04T04:55:46 include/libxml/xmlversion.h.in add WITH_TRIO comment so it shows up in the Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net> * include/libxml/xmlversion.h.in add WITH_TRIO comment so it shows up in the docs
Daniel Veillard ebe48c60 2003-12-03T12:12:27 fix bug #128401 affecting regexp quantifiers Daniel * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting regexp quantifiers Daniel
Daniel Veillard b3de70c2 2003-12-02T22:32:15 adding the pattern node selection code. Inheried in part from libxslt but * pattern.c include/libxml/pattern.h: adding the pattern node selection code. Inheried in part from libxslt but smaller. * Makefile.am configure.in include/libxml/xmlversion.h.in: integrated the pattern module, made it a configure time option * xmllint.c: added --pattern to test when doing --stream Daniel
Daniel Veillard c36965da 2003-12-02T10:28:48 fixed a problem in xmlreader validation when streaming exposed by reader2 * xmlreader.c: fixed a problem in xmlreader validation when streaming exposed by reader2 example. Daniel
MST 2003 John Fleck 990c7a9b 2003-12-02T03:42:56 doc/xml.html doc/docs.html add reference to the Code Examples page to 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
Igor Zlatkovic c7646e6d 2003-12-01T11:33:27 Applied the patch for BCB from Eric
John Fleck 0eaf41c3 2003-12-01T04:45:26 un Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net> * include/libxml/xinclude.h * doc/* Add comments for macro definitions in xinclude.h and rebuild the docs
MST 2003 John Fleck dd088c15 2003-12-01T04:07:49 doc/docdescr.doc Updating William's explanation of how to build docs, 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
William M. Brack 0622fe8b 2003-11-29T10:47:56 enhanced by adding mutex to protect global structures in a multi-threading * xmlmemory.c: enhanced by adding mutex to protect global structures in a multi-threading environment. This fixed some random errors on the Threads regression tests. * encoding.c, include/libxml/encoding.h: Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is handled internally by default, with proper BOM and UTF-16LE encoding. Native UTF-16LE and UTF-16BE encoding will not generate BOM on output, and will be automatically recognized on input. * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*: added regression tests for above.
MST 2003 John Fleck 2dffb760 2003-11-29T04:41:24 doc/xml.html doc/python.html fix tst.py text, which didn't import sys 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
William M. Brack f9415e49 2003-11-28T09:39:10 Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. Now * encoding.c, include/libxml/encoding.h: Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is handled internally by default, with proper BOM and UTF-16LE encoding. Native UTF-16LE and UTF-16BE encoding will not generate a BOM on output, and will be automatically recognized on input. * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*: added regression tests for above.
Igor Zlatkovic ae8c9642 2003-11-27T18:40:18 adapted for the new ignorables
Igor Zlatkovic 4f928215 2003-11-27T18:39:01 modified for compiler coexistence, added xmlwriter, added cruntime option
Igor Zlatkovic b23de5ad 2003-11-27T18:36:46 added IN_LIBXML macro
Igor Zlatkovic 7c6f6cc6 2003-11-27T18:36:24 *** empty log message ***
Igor Zlatkovic 5a816403 2003-11-26T20:57:47 *** empty log message ***
Igor Zlatkovic 61a48c4f 2003-11-26T20:55:06 appied patch from Eric
Daniel Veillard c76440fc 2003-11-26T20:39:47 stefan on IRC pointed out that XML_GET_LINE is broken on 2.6.x Daniel * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE is broken on 2.6.x Daniel
Daniel Veillard d4532558 2003-11-25T18:29:55 fixed #127877, never output &quot; in element content this changes the * entities.c: fixed #127877, never output &quot; in element content * result/isolat3 result/slashdot16.xml result/noent/isolat3 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml result/valid/index.xml result/valid/xlink.xml: this changes the output of a few tests Daniel
Daniel Veillard bd2904b9 2003-11-25T15:38:59 added xsd:include support, fixed testSchemas behaviour when a schemas * include/libxml/schemasInternals.h include/libxml/xmlerror.h testSchemas.c xmlschemas.c: added xsd:include support, fixed testSchemas behaviour when a schemas failed to parse. * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one test for xsd:include from Eric Van der Vlist Daniel
Daniel Veillard e70c877c 2003-11-25T07:21:18 swapped the attribute defaulting and attribute checking parts of parsing a * parser.c: swapped the attribute defaulting and attribute checking parts of parsing a new element start, fixes bug #127772 * result/valid/127772.* test/valid/127772.xml test/valid/dtds/127772.dtd: added the example in the regression tests Daniel
Daniel Veillard 74c0e594 2003-11-25T07:01:38 moved xmlCleanupThreads() to the end of xmlCleanupParser() to avoid bug * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser() to avoid bug #127851 Daniel
Daniel Veillard f8b9de32 2003-11-24T14:27:26 fixing some Negative Character Group and Character Class Subtraction * xmlregexp.c: fixing some Negative Character Group and Character Class Subtraction handling. Daniel
Daniel Veillard f2a12835 2003-11-24T13:04:35 more XML Schemas fixes based on Eric van der Vlist examples added * 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
Daniel Veillard be9c6320 2003-11-22T20:37:51 lot of bug fixes, cleanup, starting to add proper namespace support too. * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h include/libxml/schemasInternals.h: lot of bug fixes, cleanup, starting to add proper namespace support too. * test/schemas/* result/schemas/*: added a number of tests fixed the result from some regression tests too. Daniel
MST 2003 John Fleck 2b7142a1 2003-11-22T03:55:27 remove reference to gtk-doc now that Daniel has removed it, fix link to 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
Daniel Veillard 1d913863 2003-11-21T00:28:39 applied patch from Robert Stepanek to start import os schemas support, * 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
Daniel Veillard c59d826e 2003-11-20T21:59:12 applied two parsing fixes from James Bursa Daniel * HTMLparser.c: applied two parsing fixes from James Bursa Daniel
Daniel Veillard 16ed597a 2003-11-20T18:22:31 added two xmlReader examples cleaned up some bugs in the process Daniel * doc/examples/*: added two xmlReader examples * xmlreader.c: cleaned up some bugs in the process Daniel
Daniel Veillard 5841f0e0 2003-11-20T11:59:09 applied patch from Alfred Mickautsch, bugfixes and comments added his test * 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
Daniel Veillard a152c4d6 2003-11-19T16:24:26 fix an error message added tree2 example from Lucas Brasilino Daniel * xinclude.c: fix an error message * doc/examples/*: added tree2 example from Lucas Brasilino Daniel
William M. Brack 7f40d13a 2003-11-19T09:52:29 improve the sort sequence for page content regenerate the web pages * doc/newapi.xsl: improve the sort sequence for page content * doc/html/*.html: regenerate the web pages
Daniel Veillard 1a79241a 2003-11-18T23:52:38 do not package cvs versioning temp files. more cleanup, slightly improved * 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
Daniel Veillard be586972 2003-11-18T20:56:51 modified the file header to add more informations, painful... updated to * 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
Daniel Veillard 2f9cf62d 2003-11-18T14:29:49 Fixed the search uppercase for fragment identifiers, Daniel
Daniel Veillard e8ba84ef 2003-11-18T13:54:15 cleaned up the build process to remove all remains from the old gtk-doc * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up the build process to remove all remains from the old gtk-doc inherited, libxml2-refs.xml is now generated by apibuild.py, the stylesheets have been improved, and the API*html now generated are XHTML1 valid too Daniel
William M. Brack b1d53165 2003-11-18T06:54:40 minor enhancement to prevent comment with unreferenced variable. edited * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor enhancement to prevent comment with unreferenced variable. * threads.c xmlreader.c xmlwriter.c: edited some comments to improve auto-generation of documentation * apibuild.py: minor change to an error message
Daniel Veillard bff06bff 2003-11-17T16:58:05 more cleanup, improving navigation updated the result Daniel * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup, improving navigation * doc/html/*.html: updated the result Daniel
Daniel Veillard 2925c0a0 2003-11-17T13:58:17 improvement of the stylesheets, fixed a API generation problem, switched * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: improvement of the stylesheets, fixed a API generation problem, switched the stylesheet and Makefile to build the HTML output. * doc/html/*.html: complete update, ditched some old files, might introduce some breakage... Daniel
Daniel Veillard 0b3d9b8d 2003-11-17T11:51:30 lot of improvements, this starts looking good enough to be usable. Daniel * doc/newapi.xsl: lot of improvements, this starts looking good enough to be usable. Daniel
Daniel Veillard c72f9fd1 2003-11-16T23:59:52 stylesheet to build HTML pages from the API XML description, Work in * doc/newapi.xsl: stylesheet to build HTML pages from the API XML description, Work in Progress Daniel
William M. Brack c125a721 2003-11-16T08:06:19 fixed bug 126976 (string != empty nodeset should be false) * xpath.c: fixed bug 126976 (string != empty nodeset should be false)
William M. Brack 60f394e9 2003-11-16T06:25:42 Finally - found the problem with the page generation (XMLPUBFUN not * doc/html/*.html: Finally - found the problem with the page generation (XMLPUBFUN not recognized by gtkdoc). Re-created the pages using a temporary version of include/libxml/*.h. * testOOMlib.c,include/libxml/encoding.h, include/libxml/schemasInternals.h,include/libxml/valid.h, include/libxml/xlink.h,include/libxml/xmlwin32version.h, include/libxml/xmlwin32version.h.in, include/libxml/xpathInternals.h: minor edit of comments to help automatic documentation generation * doc/docdescr.doc: small elaboration * doc/examples/test1.c,doc/examples/Makefile.am: re-commit (messed up on last try) * xmlreader.c: minor change to clear warning.
Daniel Veillard 8d7b5c7e 2003-11-15T18:24:36 fixed some wording make sure doc/examples is packaged fixed the really * Copyright: fixed some wording * libxml.spec.in: make sure doc/examples is packaged * include/libxml/tree.h valid.c xmlreader.c: fixed the really annoying problem about xmlRemoveID and xmlReader streaming. Thing looks fixed now, add to add a doc reference to the xmlID structure though... Daniel
MST 2003 John Fleck 485fa4ba 2003-11-15T16:54:50 doc/docdescr.doc added description of man page building Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net> * doc/docdescr.doc added description of man page building
William M. Brack f4e9a6e9 2003-11-15T11:14:47 added missing pages for the website. * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html, doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html, doc/html/libxml-wincecompat, doc/html/winsockcompat.html, doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html, doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html: added missing pages for the website.
William M. Brack 2ad1dfff 2003-11-15T10:35:20 rebuilt the generated pages (again), manually restored doc/html/index.html * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the generated pages (again), manually restored doc/html/index.html and manually edited generated file doc/gnome-xml.xml to put in appropriate headings. * doc/docdescr.doc: new file to describe details of the document generation (helps my memory for the next time) * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor enhancement to please the automatic documentation generation.
William M. Brack 272693c7 2003-11-14T16:20:34 minor error cleanup for gcc-3.3.[12] compilation warnings. * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py, chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c: minor error cleanup for gcc-3.3.[12] compilation warnings.
William M. Brack d7cf7f8d 2003-11-14T07:13:16 minor changes to some comments rebuilt the generated HTML pages for * tree.c: minor changes to some comments * doc/*.html: rebuilt the generated HTML pages for changes from jfleck (bug 126945)
Daniel Veillard d9d63d6e 2003-11-13T11:45:43 added Dodji's example, added output handling Daniel * doc/examples/*: added Dodji's example, added output handling Daniel
Daniel Veillard 241e19d4 2003-11-13T10:39:27 added Aleksey XPath example, fixed bugs in the indexer Daniel * doc/examples/*: added Aleksey XPath example, fixed bugs in the indexer Daniel
Daniel Veillard a59853a3 2003-11-12T22:50:47 integrating the examples in the navigation menus added make tests, updated * doc/*: integrating the examples in the navigation menus * doc/examples/*: added make tests, updated the navigation, added a new test, cleanups, updates. Daniel
Daniel Veillard 8c03401b 2003-11-12T16:54:26 rebuilt the generated HTML pages updated the stylesheets, added a * doc/*.html: rebuilt the generated HTML pages * doc/examples/*: updated the stylesheets, added a synopsis, Makefile.am is now generated by index.py Daniel
Daniel Veillard b72876d2 2003-11-12T00:40:33 added autogeneration of a web page for the examples updated the * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html: added autogeneration of a web page for the examples * doc/examples/example1.c doc/examples/.cvsignore doc/examples/examples.xml doc/examples/index.py: updated the informations extracted, improved the format and indexing. Daniel
Daniel Veillard d8cf9061 2003-11-11T21:12:36 less verbose on difference cleanup fixed xmlCleanupParser() doc work on * check-xinclude-test-suite.py: less verbose on difference * libxml.spec.in: cleanup * parser.c: fixed xmlCleanupParser() doc * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/examples/Makefile.am doc/examples/example1.c doc/examples/examples.xml doc/examples/index.py doc/examples/test1.xml: work on adding C examples and generating automated information about those. examples.xml is autogenerated describing the examples. * example/Makefile.am: cleanup Daniel
William M. Brack 8763df8d 2003-11-10T15:49:27 fixed missing '-' in block names, enhanced the hack for ABI aliasing. * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h: fixed missing '-' in block names, enhanced the hack for ABI aliasing.
William M. Brack ea939087 2003-11-09T12:45:26 enhanced for range checking, updated to Unicode version 4.0.1 (API docs * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h, python/libxml2class.txt: enhanced for range checking, updated to Unicode version 4.0.1 (API docs also updated) * python/generator.py: minor change to fix a warning
Daniel Veillard fe9fc792 2003-11-05T22:47:51 apply fix from Karl Eichwalder for script path Daniel * Makefile.am: apply fix from Karl Eichwalder for script path Daniel
Daniel Veillard 6b9d6951 2003-11-05T09:50:55 applied patch from Mark Vakoc to simplify his work from CVS checkouts. * win32/configure.js: applied patch from Mark Vakoc to simplify his work from CVS checkouts. Daniel
MST 2003 John Fleck dbf6ae87 2003-11-05T04:15:16 doc/xmlreader.html minor cleanups Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net> * doc/xmlreader.html minor cleanups
William M. Brack 30ce0dd0 2003-11-04T23:57:30 changed macro ATTRIBUTE_UNUSED for gcc so that, if undefined, it's defined * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED for gcc so that, if undefined, it's defined as __attribute__((unused))
William M. Brack 6bf4d6fd 2003-11-04T23:29:16 small enhancement to assure ATTRIBUTE_UNUSED appears after the variable * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED appears after the variable declaration. * valid.c: trivial change to eliminate a warning message
Daniel Veillard 6d373a26 2003-11-04T10:26:43 preparing release 2.6.2, updated and rebuilt the docs Daniel * configure.in NEWS doc/*: preparing release 2.6.2, updated and rebuilt the docs Daniel
Daniel Veillard 42fd4126 2003-11-04T08:47:48 change --html to make sure we use the HTML serialization rule by default * xmllint.c: change --html to make sure we use the HTML serialization rule by default when HTML parser is used, add --xmlout to allow to force the XML serializer on HTML. * HTMLtree.c: ugly tweak to fix the output on <p> element and solve #125093 * result/HTML/*: this changes the output of some tests Daniel
Daniel Veillard 798ae543 2003-11-03T17:13:52 fixed bug #125812, about XPointer in XInclude failing but not returning an * xinclude.c: fixed bug #125812, about XPointer in XInclude failing but not returning an error. Daniel
Daniel Veillard a8ff65d7 2003-11-03T16:20:10 fixed bug #125811 related to DTD post validation where the DTD doesn't * valid.c: fixed bug #125811 related to DTD post validation where the DTD doesn't pertain to a document. Daniel
Daniel Veillard 61b9338c 2003-11-03T14:28:31 implemented the XML_PARSE_NONET parser option. converted xmllint.c to use * parser.c xmlIO.c include/libxml/parserInternals.h: implemented the XML_PARSE_NONET parser option. * xmllint.c: converted xmllint.c to use the option instead of relying on the global resolver variable. Daniel
Daniel Veillard 7899c5c5 2003-11-03T12:31:38 adding XInclude support to the reader interface. Lot of testing of the * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude support to the reader interface. Lot of testing of the walker, various bug fixes. * xmllint.c: added --walker and made sure --xinclude --stream --debug works as expected * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6 result/XInclude/*.rdr: added regression tests for the walker and XInclude xmlReader support, had to slightly change a couple of tests because the walker can't distinguish <foo/> from <foo></foo> Daniel
Daniel Veillard 254b1260 2003-11-01T17:04:58 second BeOS patch from Marcin 'Shard' Konicki Daniel * tree.c nanohttp.c threads.c: second BeOS patch from Marcin 'Shard' Konicki Daniel
Daniel Veillard 375bf669 2003-10-31T22:58:00 Added pointer to Rexx bindings, Daniel
Daniel Veillard 7ec29978 2003-10-31T14:36:36 always generate line numbers Daniel * parser.c: always generate line numbers Daniel
Daniel Veillard fd343dc3 2003-10-31T10:55:22 fixed another regression introduced in fixing #125823 Daniel * parser.c: fixed another regression introduced in fixing #125823 Daniel
Daniel Veillard 157fee01 2003-10-31T10:36:03 previous fix for #124044 was broken, correct fix provided. fix * python/libxml.c: previous fix for #124044 was broken, correct fix provided. * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser() and the error handlers to address #125877 Daniel
Daniel Veillard 8a0a633c 2003-10-30T22:13:02 side effect of #123105 patch, namespace resolution would fail when defined * parser.c: side effect of #123105 patch, namespace resolution would fail when defined in internal entities, fixes #125823 Daniel
Daniel Veillard bb3ba326 2003-10-30T13:12:43 be more defensive in the xmlReader python bindings fixing bug #124044 * python/libxml.c: be more defensive in the xmlReader python bindings fixing bug #124044 Daniel
Daniel Veillard e133dd8d 2003-10-30T10:42:20 the a-posteriori DTD validation code was not validating the namespace * valid.c: the a-posteriori DTD validation code was not validating the namespace declarations, this fixes #124110 Daniel
William M. Brack c5cbf99d 2003-10-29T22:15:13 enhanced to bypass compression detection code when input file is stdin * xmlIO.c: enhanced to bypass compression detection code when input file is stdin (bug 125801)
Daniel Veillard 28232438 2003-10-29T17:23:05 fix needed when HTTP is not compiled in by Mark Vakoc Daniel * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc Daniel
Daniel Veillard 94394cd1 2003-10-29T17:07:51 more fixes about unregistering objects applied patch from Mark Vakoc * xpath.c: more fixes about unregistering objects * include/libxml/relaxng.h: applied patch from Mark Vakoc missing _cplusplus processing clause Daniel
Aleksey Sanin b5a46da4 2003-10-29T15:51:17 added xmlStrVPrintf function
Daniel Veillard 82cb3199 2003-10-29T13:39:15 applied patch from Marcin 'Shard' Konicki to provide BeOS thread support. * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from Marcin 'Shard' Konicki to provide BeOS thread support. Daniel
Daniel Veillard 9d751504 2003-10-29T13:21:47 applied patch from Steve Ball to make a schema parser from a preparsed * xmlschemas.c include/libxml/xmlschemas.h: applied patch from Steve Ball to make a schema parser from a preparsed document. Daniel