W3C CVS Root

CVS log for XML/testXPath.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jan 3 15:19:10 2001 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
Fixing the union evaluation problem reported by Martin Vidner, Daniel

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Nov 5 17:22:12 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
More work on xinclude, daniel

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Oct 26 13:05:44 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -0 lines
Commited TOM <ptittom@free.fr> cleanup patch for xpath, Daniel

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Oct 25 19:26:53 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -1 lines
Message cleanup Jumbo Diff:
- in xmlerror.h : I 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.
- in all the c files, all wild accesses to stderr or stdout within
 the library have been replaced to the handler.
- removed slashrdf.c now obsolete
Daniel

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Oct 12 19:43:41 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -141 lines
More work on XPointer, daniel

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Oct 10 22:44:45 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -5 lines
Large XPointer updates and changes.
Incorporating pre-2.2.5 feedback.
Adding XPath/XPointer tests,
Daniel

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Oct 9 12:27:32 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Moved xml-error.h to xmlerror.h since this was breaking automake
Worked on the xpointer implementation and tests,
Daniel

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Oct 6 13:01:16 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -2 lines
Clenups, cleanups, Daniel.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Oct 5 22:56:03 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +66 -26 lines
started to add XPointer regression tests, fixed some allocation problems,
and a possible segfault in testSAX, Daniel.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Oct 5 16:36:25 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -0 lines
Fixed stupid bug in root function, Daniel.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Oct 4 17:01:13 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +58 -9 lines
More work on the xPointer stuff, Daniel.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Oct 4 13:32:28 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +23 -6 lines
More work on XPath/Xpointer, incorporated "(TOM)" <ptittom@free.fr> patches
rebuilt the XPath examples with the extra test, Daniel

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Oct 2 17:03:06 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -0 lines
Serious cleanup of the XPath engine, ctxt->nodelist replaced by a value on
the stack, far cleaner, added a new test, Daniel

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 3 18:45:48 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_2_1, LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +15 -5 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:53:00 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -2 lines
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Dec 1 09:13:13 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -0 lines
General cleanup, added xmlCleanupPredefinedEntities(), Daniel

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Oct 14 08:26:49 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Introduced HTML document type, removed &apos; for HTML, improved
xmlmemory, Daniel.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Sep 30 15:43:35 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 20 12:23:02 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Cleanup, added some WebDAV testing, errno on parser, extended nanohttp API, Daniel.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Sep 17 12:08:24 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +9 -2 lines
Cleanup on includes, defines, etc ... Daniel

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Sep 5 21:37:56 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Draw the path for tree.c and xpath.c extensions, Daniel.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Aug 29 10:56:44 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Aug 25 10:55:46 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 9 09:28:23 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_1_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -1 lines
Added root handling in XPath, Daniel.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 27 18:44:59 1999 UTC (24 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
Cleanup using Insure++, Daniel

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 15 12:32:47 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +66 -6 lines
Started debugging, extended testXPath, added regression tests, Daniel

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jul 11 15:59:01 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -0 lines
More work on XPath, this starts looking interesting, Daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jul 10 22:11:15 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
More work on XPath, Daniel.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jul 9 16:16:31 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +30 -1 lines
Patch to file Input, bug fix on HTML printing, more work on XPath, Daniel

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jul 8 18:33:41 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Started Working on XPath implementation, Daniel

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster