- 12 Nov, 2000 1 commit
-
-
Daniel Veillard authored
- nanoftp.c: fixed gcc 2.95 new warnings - SAX.c: fixed a stupid bug - tree.c: fixed a formatting problem when round-tripping from/to memory - xinclude.c: chased memleak, fixed a base problem - xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ? xmlXPtrBuildNodeList() - TODO: updated - Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude: adding a first small set of regression tests for XInclude Daniel
-
- 07 Nov, 2000 1 commit
-
-
Daniel Veillard authored
- nanohttp.[ch]: applied Wayne Davison patches to access the WWW-Authorization header. - parser.c: Closed Bug#30847: Problems when switching encoding in short files by applying Simon Berg's patch. - valid.c: fixed a validation problem - hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from Wayne Davison - xpointer.[ch]: added first version of xmlXPtrBuildNodeList() need to be extended to non full nodes selections. - xinclude.c: starts to work decently Daniel
-
- 06 Nov, 2000 1 commit
-
-
Daniel Veillard authored
- tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c debugXML.c xmlversion.h.in: Started adding XInclude support, this is a new xmllint option - tree.c xpath.c: applied TOM patches for XPath - xpointer.c: fixed a couple of errors. - uri.c: added an escaping function needed for xinclude - testXPath.c hash.c HTMLtree.c: minor cleanups raised by new warning from RH70 gcc's version Daniel
-
- 31 Oct, 2000 1 commit
-
-
Daniel Veillard authored
- parser.c: update to description of xmlIOParseDTD() - libxml.m4 xmlversion.h.in: changes contributed by Michael Schmeing <m.schmeing@internet-factory.de> - configure.in: preparing for 2.2.7 - Makefile.am: trying to avoid config.h and acconfig.h being included in the distrib - rebuilt the docs - configure.in: released 2.2.7 Daniel
-
- 30 Oct, 2000 3 commits
-
-
Daniel Veillard authored
- xpointer.c: added support for the 2 extra parameters of string-range, fixed a stoopid error when '0' was present in XPointer expressions - test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added testsuite for the above Daniel
-
Daniel Veillard authored
-
Daniel Veillard authored
-
- 29 Oct, 2000 3 commits
-
-
Daniel Veillard authored
from TOM <ptittom@free.fr>, it also add namespace support for function and variables registration. Daniel
-
Daniel Veillard authored
- Makefile.mingw: Wayne Davison's update adding hash.c Daniel
-
Daniel Veillard authored
- HTMLparser.c result/HTML/doc3.htm: fixed the problem of non ignorable spaces with <b> <bold> <em> - tree.c: fixed a loop in xmlSearchNsByHref() Daniel
-
- 27 Oct, 2000 2 commits
-
-
Daniel Veillard authored
- xpath.c include/makefile.am: applied another patch from china@thewrittenword.com (cleanup on IRIX). Daniel
-
Daniel Veillard authored
<hallon@lysator.liu.se> Daniel
-
- 26 Oct, 2000 1 commit
-
-
Daniel Veillard authored
cleanup patch for XPath Daniel
-
- 25 Oct, 2000 4 commits
-
-
Daniel Veillard authored
a reconfigurable routine. The changes are: * xmlerror.h : added the export of an error context type (void *) an error handler type xmlGenericErrorFunc there is an interface xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler); to reset the error handling routine and its argument (by default it's equivalent to respectively fprintf and stderr. * all the c files: all wild accesses to stderr or stdout within the library have been replaced to calls to the handler. Daniel
-
Daniel Veillard authored
- configure.in: release 2.2.6 - xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h exporting the inner functions of xpath for extension modules - doc/*: updated and rebuilt the doc Daniel
-
Daniel Veillard authored
- nanohttp.c : applied Wayne HTTP cleanup patch - tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase() and xmlNodeSetSpacePreserve() Daniel
-
Daniel Veillard authored
-
- 24 Oct, 2000 1 commit
-
-
Daniel Veillard authored
- hash.[ch] debugXML.c: expanded/enhanced the API, added multikey tuples, made hash structure opaque - valid.[ch]: moved elements, attributes, notations decalarations as well as ID and refs to hash tables. - entities.c: hash cleanup - xmlmemory.c: fixed a dump problem in debug mode - include/Makefile.am: problem passing in DESTDIR= values patch from Marc Christensen <marc@calderasystems.com> - nanohttp.c: removed debugging remains - HTMLparser.c: the bogus tag should be ignored (Wayne) - HTMLparser.c parser.c: fixing a number of problems with the macros in the *parser.c files (Wayne). - HTMLparser.c: close the previous option when opening a new one (Marc Sanfacon). - result/HTML/*: updated the HTML results accordingly Daniel
-
- 23 Oct, 2000 1 commit
-
-
Daniel Veillard authored
-
- 22 Oct, 2000 2 commits
-
-
Daniel Veillard authored
- entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched XPath functions and XML entities table to them. More to come... - xmlIO.c: fixed libxml closing FILEs it didn't open. Daniel
-
Daniel Veillard authored
- tree.c: coalesce adjacent text nodes - valid.c: handling of blank nodes in DTd validation (raised by problems with a posteriori validation). - nanohttp.c: changing behaviour on HTTP write stuff. - HTMLtree.c: forced body and html to be explicitely closed. - xpath.h: exported more XPath functions. Daniel
-
- 21 Oct, 2000 1 commit
-
-
Daniel Veillard authored
-
- 16 Oct, 2000 1 commit
-
-
Daniel Veillard authored
-
- 15 Oct, 2000 8 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
-
Daniel Veillard authored
- Release of 2.2.5 - xpointer.c: range() range-inside and other helper functions - parserInternals.c: fixed perf problem raised by rolf@pointsman.de Daniel
-
Daniel Veillard authored
- SAX.c: HTML attributes need normalization too (Bjorn Reese) - HTMLparser.[ch]: addded htmlIsScriptAttribute() Daniel
-
Daniel Veillard authored
-
Daniel Veillard authored
-
Daniel Veillard authored
- SAXresult/* : updated Daniel
-
Daniel Veillard authored
Closed bug #27499, added to regression tests - TODO: updated Daniel
-
- 14 Oct, 2000 1 commit
-
-
Daniel Veillard authored
support for SCRIPT and STYLE with help from Bjorn Reese - test/HTML/* result/HTML/*: added simple testcase and updated the existing ones. Daniel
-
- 13 Oct, 2000 2 commits
-
-
Daniel Veillard authored
- xpath.c xpointer.c: XPointer reorder of ranges start/end and string-range for empty strings - test/XPath/docs/str test/XPath/xptr/chaptersrange test/XPath/xptr/strrange: augmented the XPointer testsuite Daniel
-
Daniel Veillard authored
documentations: - doc/xml.html doc/xmlmem.html: added a module describing memory interfaces and use, updated the main page. Daniel
-
- 12 Oct, 2000 3 commits
-
-
Daniel Veillard authored
- nanoftp.c nanohttp.c xmlIO.c: Win32 patch nanoftp code work now Daniel
-
Daniel Veillard authored
- testXPath.c xpath.[ch]: moved some debug functions to xpath core - xpointer.c: implemented string-range() at least a good first version - test/XPath/docs/str test/XPath/xptr/strrange result/XPath/xptr/strrange: the string-range() tests Daniel
-
Daniel Veillard authored
win32/Makefile.mingw: fixed problems reported by Wayne Davison and make distcheck Daniel
-
- 11 Oct, 2000 3 commits
-
-
Daniel Veillard authored
xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com> - xpointer.c: slight extension of xmlXPtrLocationSetMerge Daniel
-
Daniel Veillard authored
Daniel
-
Daniel Veillard authored
and added a --dtdvalid option to xmllint used to test it Daniel
-