- 22 Mar, 2004 1 commit
-
-
Daniel Veillard authored
* xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from Alfred Mickautsch for better DTD support. * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c xmlschemas.c: fixed bug #137867 i.e. fixed properly the way reference counting is handled in the XML parser which had the side effect of removing a lot of hazardous cruft added to try to fix the problems associated as they popped up. * xmlIO.c: FILE * close fixup for stderr/stdout Daniel
-
- 21 Mar, 2004 1 commit
-
-
William M. Brack authored
* relaxng.c: added an error message when an element is not found within a <choice> (bug 126093)
-
- 20 Mar, 2004 2 commits
-
-
William M. Brack authored
* xmlregexp.c: enhanced the logic of parsing char groups to better handle initial or ending '-' (bug 135972)
-
William M. Brack authored
* relaxng.c: added check for external reference in xmlRelaxNGGetElements (bug 137718) * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added regression test for above
-
- 17 Mar, 2004 1 commit
-
-
William M. Brack authored
* nanohttp.c: added a close for the local file descriptor (bug 137474)
-
- 15 Mar, 2004 2 commits
-
-
Daniel Veillard authored
* xmlsave.c: switched the output routines to use the new context. Daniel
-
William M. Brack authored
* relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END nodes (bug 137153)
-
- 14 Mar, 2004 1 commit
-
-
Daniel Veillard authored
* xmlschemastypes.c: applied patch from John Belmonte for anyURI. Daniel
-
- 10 Mar, 2004 2 commits
-
-
Daniel Veillard authored
* parser.c: fix bug reported by Holger Rauch * test/att8 result/noent/att8 result/att8 result/att8.rdr result/att8.sax: added the test to th regression suite Daniel
-
William M. Brack authored
* doc/search.php: Minor change for later verson of php requiring $HTTP_GET_VARS.
-
- 09 Mar, 2004 4 commits
-
-
William M. Brack authored
* tree.c: Changed the flag to xmlDocCopyNode (and similar routines), previously used only for recursion, to use a value of '2' to indicate copy properties & namespaces, but not children. * xinclude.c: changed the handling of ranges to use the above new facility. Fixes Bug 134268.
-
William M. Brack authored
* win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc: added new module xmlsave with patch supplied by Eric Zurcher (second attempt - don't know what happened to the first one!)
-
Daniel Veillard authored
* python/libxml.c python/libxml.py: applied patch from Anthony Carrico providing Python bindings for the Canonicalization C14N support. Daniel
-
William M. Brack authored
* .cvsignore and python/.cvsignore patched
-
- 08 Mar, 2004 1 commit
-
-
William M. Brack authored
* xinclude.c: enhanced to assure that if xpointer is called for a document, the XML_PARSE_NOENT flag is set before parsing the included document so that entities will automatically get taken care of. * xpointer.c: corrected code so that, if an XML_ENTITY_REF node is encountered, it will log it and not crash (bug 135713)
-
- 07 Mar, 2004 4 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
-
Daniel Veillard authored
"I should say in parting that from what I hear, libxml2 is a fine piece of software (if intimidatingly large) and among other things has excellent performance. This graphic does it no credit, and should be fixed or removed." Sigh, all benchmarks are lies, Daniel
-
William M. Brack authored
* xinclude.c: modified to make sub-includes inherit the parse flags from the parent document (bug 132597)
-
- 05 Mar, 2004 1 commit
-
-
Daniel Veillard authored
* xmlschemas.c: QName handling fixes for the XML Schemas support from Adam Dickmeiss * test/schemas/po1_0.xsd: also fix the schemas * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific regression tests Daniel
-
- 04 Mar, 2004 6 commits
-
-
Daniel Veillard authored
* configure.in doc/Makefile.am include/libxml/Makefile.am: paalied patch from Julio M. Merino Vidal fixing bug #134751 to fix --with-html-dir option. * doc/*: rebuilt fully the docs * doc/html/libxml-xmlsave.html: new file from new header. Daniel
-
Daniel Veillard authored
-
Daniel Veillard authored
* debugXML.c testHTML.c tree.c doc/examples/*.c include/libxml/xmlsave.h: fixing compilation bug with some options disabled as well as --with-minimum should fix #134695 Daniel
-
Daniel Veillard authored
* xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails, should close #134092 Daniel
-
Daniel Veillard authored
* Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting the new xmlsave module before the actuall big code change. Daniel
-
Daniel Veillard authored
* xmlschemas.c: applied patch from Adam Dickmeiss for mixed content * test/schemas/mixed* result/schemas/mixed*: added his regression tests too. Daniel
-
- 01 Mar, 2004 1 commit
-
-
Daniel Veillard authored
* testSAX.c: fix a compilation problem about a missing timb include Daniel
-
- 28 Feb, 2004 1 commit
-
-
William M. Brack authored
* testSAX.c: small enhancement to prevent trying to print strings with null pointers (caused "make tests" errors on HP-UX)
-
- 27 Feb, 2004 1 commit
-
-
MST 2004 John Fleck authored
Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net> * doc/xmllint.xml * doc/xmllint.1 * doc/xmllint.html * doc/xmlcatalog_man.xml * doc/xmlcatalog.1 * doc/xmlcatalog_man.html applying patch from Mike Hommey to clarify XML_CATALOG_FILES use
-
- 26 Feb, 2004 4 commits
-
-
Daniel Veillard authored
* Makefile.am: patch for cross-compilation to Windows from Christophe de VIENNE. Daniel
-
Daniel Veillard authored
-
William M. Brack authored
* doc/*.html, doc/html/*.html: regenerated docs using older version of xsltproc pending resolution of AVT problem
-
Daniel Veillard authored
* Makefile.am: applied patch from Charles Bozeman to nit use the system xmllint. Daniel
-
- 25 Feb, 2004 7 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
* include/libxml/xmlexports.h: applied patch from Roland Schwingel for MingW Daniel
-
Daniel Veillard authored
* Makefile.am catalog.c configure.in: applied a cleanup patch from Peter Breitenlohner * tree.c: removed a doc build warning by fixing a param comment * doc/* : rebuilt the docs Daniel
-
Daniel Veillard authored
* valid.c HTMLparser.c: avoid ID error message if using HTML_PARSE_NOERROR should fix #130762 Daniel
-
Daniel Veillard authored
* debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c: fixing compilation and link option when configuring with --without-valid should fix #135309 Daniel
-
Daniel Veillard authored
-
Daniel Veillard authored
* catalog.c: fixed the main issues reported by Peter Breitenlohner * parser.c: cleanup * valid.c: speedup patch from Petr Pajas Daniel
-