- 08 Dec, 2003 1 commit
-
-
Daniel Veillard authored
* 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
-
- 07 Dec, 2003 2 commits
-
-
Daniel Veillard authored
* error.c: fixed __xmlRaiseError to use structured error handlers defined by xmlSetStructuredErrorFunc(), fixes bug #126211 Daniel
-
Daniel Veillard authored
* parser.c: attempt to fix #126211 ... Daniel
-
- 05 Dec, 2003 2 commits
-
-
Daniel Veillard authored
* 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 authored
* 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
-
- 04 Dec, 2003 4 commits
-
-
Daniel Veillard authored
* python/libxml.py: oops forgot to modify/commit the new code. Daniel
-
Daniel Veillard authored
* 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 authored
John Fleck <jfleck@inkstain.net> rebuild docs
-
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
-