- 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
-
- 16 Nov, 2003 3 commits
-
-
Daniel Veillard authored
* doc/newapi.xsl: stylesheet to build HTML pages from the API XML description, Work in Progress Daniel
-
William M. Brack authored
* xpath.c: fixed bug 126976 (string != empty nodeset should be false)
-
William M. Brack authored
* 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.
-
- 15 Nov, 2003 4 commits
-
-
Daniel Veillard authored
* 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 authored
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 authored
* 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 authored
* 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.
-
- 14 Nov, 2003 2 commits
-
-
William M. Brack authored
* 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 authored
* tree.c: minor changes to some comments * doc/*.html: rebuilt the generated HTML pages for changes from jfleck (bug 126945)
-
- 13 Nov, 2003 2 commits
-
-
Daniel Veillard authored
* doc/examples/*: added Dodji's example, added output handling Daniel
-
Daniel Veillard authored
* doc/examples/*: added Aleksey XPath example, fixed bugs in the indexer Daniel
-
- 12 Nov, 2003 3 commits
-
-
Daniel Veillard authored
* 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 authored
* 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 authored
* 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
-
- 11 Nov, 2003 1 commit
-
-
Daniel Veillard authored
* 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
-