- 04 Dec, 2003 1 commit
-
-
MST 2003 John Fleck authored
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
-
- 03 Dec, 2003 1 commit
-
-
Daniel Veillard authored
* config.h.in configure.in xmlregexp.c: fix bug #128401 affecting regexp quantifiers Daniel
-
- 02 Dec, 2003 3 commits
-
-
Daniel Veillard authored
* 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 authored
* xmlreader.c: fixed a problem in xmlreader validation when streaming exposed by reader2 example. Daniel
-
MST 2003 John Fleck authored
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
-
- 01 Dec, 2003 3 commits
-
-
Igor Zlatkovic authored
-
John Fleck authored
* include/libxml/xinclude.h * doc/* Add comments for macro definitions in xinclude.h and rebuild the docs
-
MST 2003 John Fleck authored
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
-
- 29 Nov, 2003 2 commits
-
-
William M. Brack authored
* 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 authored
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
-
- 28 Nov, 2003 1 commit
-
-
William M. Brack authored
* 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.
-
- 27 Nov, 2003 4 commits
-
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
- 26 Nov, 2003 3 commits
-
-
Igor Zlatkovic authored
-
Igor Zlatkovic authored
-
Daniel Veillard authored
* include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE is broken on 2.6.x Daniel
-
- 25 Nov, 2003 4 commits
-
-
Daniel Veillard authored
* entities.c: fixed #127877, never output " 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 authored
* 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 authored
* 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 authored
* parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser() to avoid bug #127851 Daniel
-
- 24 Nov, 2003 2 commits
-
-
Daniel Veillard authored
* xmlregexp.c: fixing some Negative Character Group and Character Class Subtraction handling. Daniel
-
Daniel Veillard authored
* 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
-
- 22 Nov, 2003 2 commits
-
-
Daniel Veillard authored
* 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 authored
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
-
- 21 Nov, 2003 1 commit
-
-
Daniel Veillard authored
* 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
-
- 20 Nov, 2003 3 commits
-
-
Daniel Veillard authored
* HTMLparser.c: applied two parsing fixes from James Bursa Daniel
-
Daniel Veillard authored
* doc/examples/*: added two xmlReader examples * xmlreader.c: cleaned up some bugs in the process Daniel
-
Daniel Veillard authored
* 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
-
- 19 Nov, 2003 2 commits
-
-
Daniel Veillard authored
* xinclude.c: fix an error message * doc/examples/*: added tree2 example from Lucas Brasilino Daniel
-
William M. Brack authored
* doc/newapi.xsl: improve the sort sequence for page content * doc/html/*.html: regenerate the web pages
-
- 18 Nov, 2003 5 commits
-
-
Daniel Veillard authored
* 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 authored
* 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 authored
-
Daniel Veillard authored
* 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 authored
* 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
-
- 17 Nov, 2003 3 commits
-
-
Daniel Veillard authored
* doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup, improving navigation * doc/html/*.html: updated the result Daniel
-
Daniel Veillard authored
* 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 authored
* doc/newapi.xsl: lot of improvements, this starts looking good enough to be usable. Daniel
-