W3C CVS

CVS log for XML/tree.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.151 / (download) - annotate - [select for diffs] , Wed Jan 10 15:41:40 2001 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.150: +5 -1 lines
Diff to previous 1.150 (colored)
Fixed a bug in xmlGetNsProp(), Daniel.

Revision 1.150 / (download) - annotate - [select for diffs] , Thu Jan 4 14:07:30 2001 UTC (7 years, 4 months ago) by veillard
Changes since 1.149: +1 -1 lines
Diff to previous 1.149 (colored)
* tree.c: fixed a stupid bug
* valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
  patches related to validation of an XInclude processing result
* TODO: updated
Daniel

Revision 1.149 / (download) - annotate - [select for diffs] , Wed Jan 3 20:51:59 2001 UTC (7 years, 4 months ago) by veillard
Changes since 1.148: +1 -1 lines
Diff to previous 1.148 (colored)
- xmlIO.c: fixed xmlParserInputBufferCreateMem doc
Daniel

Revision 1.148 / (download) - annotate - [select for diffs] , Wed Dec 27 10:51:09 2000 UTC (7 years, 4 months ago) by veillard
Changes since 1.147: +2 -2 lines
Diff to previous 1.147 (colored)
Fixed a bug reported by Marc Sanfacon <sanm@copernic.com> on buffers, Daniel

Revision 1.147 / (download) - annotate - [select for diffs] , Tue Dec 12 13:38:46 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.146: +40 -91 lines
Diff to previous 1.146 (colored)
Closed #34570, fixed the encoding support, make xmllint use xmlDocDumpMemory()
when using --memory , added this to the testsuite, Daniel

Revision 1.146 / (download) - annotate - [select for diffs] , Wed Dec 6 14:30:34 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.145: +58 -20 lines
Diff to previous 1.145 (colored)
Work done in the plane, daniel

Revision 1.145 / (download) - annotate - [select for diffs] , Sat Nov 25 09:41:10 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.144: +12 -2 lines
Diff to previous 1.144 (colored)
Integrated a bunch of OpenVMS changes, Daniel

Revision 1.144 / (download) - annotate - [select for diffs] , Sat Nov 25 09:17:00 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.143: +90 -0 lines
Diff to previous 1.143 (colored)
- tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
- error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
Daniel

Revision 1.143 / (download) - annotate - [select for diffs] , Wed Nov 8 19:16:39 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.142: +1 -11 lines
Diff to previous 1.142 (colored)
Updated TODO, more work on xinclude/ranges, fixed an annoying problem
when saving documents in memory, Daniel.

Revision 1.142 / (download) - annotate - [select for diffs] , Mon Nov 6 16:32:14 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.141: +1 -2 lines
Diff to previous 1.141 (colored)
More XPath patches from TOM, Danitl

Revision 1.141 / (download) - annotate - [select for diffs] , Sun Nov 5 20:36:43 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.140: +64 -7 lines
Diff to previous 1.140 (colored)
Fixed xinclude and doc update, Daniel

Revision 1.140 / (download) - annotate - [select for diffs] , Sun Nov 5 18:26:49 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.139: +62 -12 lines
Diff to previous 1.139 (colored)
George's patch, Daniel.

Revision 1.139 / (download) - annotate - [select for diffs] , Sun Nov 5 17:22:12 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.138: +38 -7 lines
Diff to previous 1.138 (colored)
More work on xinclude, daniel

Revision 1.138 / (download) - annotate - [select for diffs] , Fri Nov 3 13:45:27 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.137: +16 -0 lines
Diff to previous 1.137 (colored)
Sync'ing couple of fixes and XInclude preliminary work, Daniel

Revision 1.137 / (download) - annotate - [select for diffs] , Tue Oct 31 18:06:57 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.136: +7 -2 lines
Diff to previous 1.136 (colored)
attempt at fixing --with-buffer option, Daniel.

Revision 1.136 / (download) - annotate - [select for diffs] , Mon Oct 30 16:09:12 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.135: +12 -192 lines
Diff to previous 1.135 (colored)
Deprecated Pi's like namespaces for good. Unified xmlNs and xmlNode somewhat, Daniel

Revision 1.135 / (download) - annotate - [select for diffs] , Sun Oct 29 17:43:05 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.134: +1 -0 lines
Diff to previous 1.134 (colored)
Fixed a loop in namespace search, Daniel.

Revision 1.134 / (download) - annotate - [select for diffs] , Wed Oct 25 19:26:53 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.133: +234 -119 lines
Diff to previous 1.133 (colored)
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.133 / (download) - annotate - [select for diffs] , Wed Oct 25 10:56:14 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.132: +89 -4 lines
Diff to previous 1.132 (colored)
applying provided patches:
- nanohttp.c : applied Wayne HTTP cleanup patch
- tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
  and xmlNodeSetSpacePreserve()
Daniel

Revision 1.132 / (download) - annotate - [select for diffs] , Mon Oct 23 18:59:50 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.131: +2 -0 lines
Diff to previous 1.131 (colored)
Fixed the Makefile.am to get memleaks reported again
Fixed the memory leaks introduced in hash changes
Still a couple of problems with Validity checks
Daniel

Revision 1.131 / (download) - annotate - [select for diffs] , Sat Oct 21 11:20:39 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.130: +122 -1 lines
Diff to previous 1.130 (colored)
Apply text node merging patch and adding freeing of merged nodes, Daniel.

Revision 1.130 / (download) - annotate - [select for diffs] , Fri Oct 13 17:01:10 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.129: +2 -6 lines
Diff to previous 1.129 (colored)
Patched a stoupid behaviour of xmlNewDoc, Daniel.

Revision 1.129 / (download) - annotate - [select for diffs] , Wed Oct 11 15:16:38 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.128: +1 -1 lines
Diff to previous 1.128 (colored)
Fixed the post validation bug reported by Bill Kendrick <William.Kendrick@wcom.com>, Daniel

Revision 1.128 / (download) - annotate - [select for diffs] , Sun Oct 1 20:29:37 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.127: +15 -15 lines
Diff to previous 1.127 (colored)
- configure.in: releasing 2.2.4
- parser.[ch]: added xmlStrEqual()
- HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
  tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
  use xmlStrEqual instead
- TODO: updated
Daniel

Revision 1.127 / (download) - annotate - [select for diffs] , Mon Sep 25 14:24:33 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.126: +20 -16 lines
Diff to previous 1.126 (colored)
Avoiding a few warning when compiling with MSC, Daniel

Revision 1.126 / (download) - annotate - [select for diffs] , Fri Sep 22 10:57:41 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.125: +4 -9 lines
Diff to previous 1.125 (colored)
Applied and tweaked Wayne Davison patch for xmlStrcasecmp and al. Daniel

Revision 1.125 / (download) - annotate - [select for diffs] , Tue Sep 19 16:15:36 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.124: +4 -4 lines
Diff to previous 1.124 (colored)
Made xmlNodeDumpOutput and xmlNodeDump public, asked for by
Mike Cunningham <mike.cunningham@ait.co.uk>, Daniel

Revision 1.124 / (download) - annotate - [select for diffs] , Sun Sep 17 23:17:13 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.123: +1 -0 lines
Diff to previous 1.123 (colored)
Got 2 patches for 2.2.3:
Applied Denis Barbier <barbier@imacs.polytechnique.fr> patches on memset
Applied Wayne Davison <wayned@blorf.net> patch for UTF8 characters in HTML
tag-attribute values.
Daniel

Revision 1.123 / (download) - annotate - [select for diffs] , Sat Sep 16 19:45:06 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.122: +18 -0 lines
Diff to previous 1.122 (colored)
Cleaned up warnings in pedantic mode, Daniel

Revision 1.122 / (download) - annotate - [select for diffs] , Sun Sep 10 16:01:05 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.121: +3 -0 lines
Diff to previous 1.121 (colored)
- uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
  the cleanup of the computation of URI references when seeking
  external entities. The URI reference string and the resulting
  URI are both stored now.
- parser.c HTMLparser.c: memory allocation checks
- entities.c: fixed problems when doc == NULL
Daniel

Revision 1.121 / (download) - annotate - [select for diffs] , Tue Sep 5 20:37:50 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.120: +3 -3 lines
Diff to previous 1.120 (colored)
Added a URI field to entities, not finished yet, Daniel.

Revision 1.120 / (download) - annotate - [select for diffs] , Sun Aug 27 22:38:18 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.119: +16 -12 lines
Diff to previous 1.119 (colored)
- SAX.c tree.c debugXML.c: fixed bogus behaviour when an
  undeclared namespace prefix was used, added a warning.
  Cleaned up support w.r.t. entities, spilling out a warning
  and being pedantic on lookups.
  added test/warning/ent9
- Applied some of Wayne Davison <wayned@blorf.net> HTML output patches
Daniel

Revision 1.119 / (download) - annotate - [select for diffs] , Thu Aug 17 13:48:54 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.118: +11 -4 lines
Diff to previous 1.118 (colored)
Work on cleaning up message from SAx tests.
Work on auto-opening <p> tags when needed,
Daniel

Revision 1.118 / (download) - annotate - [select for diffs] , Sat Aug 12 20:41:55 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.117: +2 -1 lines
Diff to previous 1.117 (colored)
Added CDATA to node content, Daniel.

Revision 1.117 / (download) - annotate - [select for diffs] , Fri Jul 28 00:04:10 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.116: +56 -0 lines
Diff to previous 1.116 (colored)
More work on Oasis testsuite and external entities handling, Daniel

Revision 1.116 / (download) - annotate - [select for diffs] , Wed Jul 12 17:52:40 2000 UTC (7 years, 10 months ago) by veillard
CVS Tags: LIBXML_2_2_1
Changes since 1.115: +48 -0 lines
Diff to previous 1.115 (colored)
Seems that now HTML output encoding works :-)
Added xmlHasAttr()
added --encode support to testHTML.c
Daniel

Revision 1.115 / (download) - annotate - [select for diffs] , Tue Jul 11 00:28:59 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.114: +17 -11 lines
Diff to previous 1.114 (colored)
Fixed a nasty bug in the parser w.r.t. I18N and Name, fixed ISO-Latin-1
encoder/decoder, added testcases for Iso-Latin-1, Daniel.

Revision 1.114 / (download) - annotate - [select for diffs] , Mon Jul 10 23:00:21 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.113: +77 -125 lines
Diff to previous 1.113 (colored)
Worked on encoding support, fixed the ISOLatin-1 routines,
still problem with ISOLatin in names, Daniel

Revision 1.113 / (download) - annotate - [select for diffs] , Mon Jul 10 10:04:32 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.112: +3 -1 lines
Diff to previous 1.112 (colored)
Fixed IsBlankNode comment, Daniel.

Revision 1.112 / (download) - annotate - [select for diffs] , Wed Jul 5 12:32:16 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.111: +8 -8 lines
Diff to previous 1.111 (colored)
Large cleanup using SunPro cc, Daniel.

Revision 1.111 / (download) - annotate - [select for diffs] , Mon Jul 3 07:33:55 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.110: +5 -5 lines
Diff to previous 1.110 (colored)
Played with encodings, removing ISO-Latin specifics, this is still unstable, Daniel.

Revision 1.110 / (download) - annotate - [select for diffs] , Sun May 14 15:26:25 2000 UTC (8 years ago) by daniel
CVS Tags: LIBXML_2_1_1, LIBXML_2_1_0
Changes since 1.109: +15 -3 lines
Diff to previous 1.109 (colored)
Special cases when saving to a ginven encoding, daniel.

Revision 1.109 / (download) - annotate - [select for diffs] , Wed May 10 18:16:39 2000 UTC (8 years ago) by daniel
Changes since 1.108: +53 -8 lines
Diff to previous 1.108 (colored)
Work on internal representation, encoding, saving to encoding
and recovering with charrefs, and I'm not convinced conf/oasis/p02pass1.xml
is a proken XML file, need feedback to Nist/Oasis Daniel

Revision 1.108 / (download) - annotate - [select for diffs] , Mon May 8 13:09:02 2000 UTC (8 years ago) by daniel
Changes since 1.107: +115 -20 lines
Diff to previous 1.107 (colored)
More work on saving to non-ascii, Daniel

Revision 1.107 / (download) - annotate - [select for diffs] , Mon May 8 12:20:38 2000 UTC (8 years ago) by daniel
Changes since 1.106: +18 -8 lines
Diff to previous 1.106 (colored)
Saving to different encodings starts working better, still need
to not save to CharREF when saving to non-ascii, Daniel

Revision 1.106 / (download) - annotate - [select for diffs] , Sat May 6 18:27:23 2000 UTC (8 years ago) by daniel
Changes since 1.105: +572 -0 lines
Diff to previous 1.105 (colored)
More work toward conversion on save, still buggy need more testing, Daniel.

Revision 1.105 / (download) - annotate - [select for diffs] , Sun Apr 30 20:41:53 2000 UTC (8 years ago) by daniel
Changes since 1.104: +25 -0 lines
Diff to previous 1.104 (colored)
More work on the encoding support and translation, looks better, Daniel.

Revision 1.104 / (download) - annotate - [select for diffs] , Mon Apr 24 11:31:56 2000 UTC (8 years ago) by daniel
Changes since 1.103: +2 -2 lines
Diff to previous 1.103 (colored)
 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c parser.c
   nanoftp.c nanohttp.c SAX.c testSAX.c :
   comment and headers changes to lower gtk-doc number of warnings
Daniel

Revision 1.103 / (download) - annotate - [select for diffs] , Sat Apr 15 15:27:01 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.102: +8 -11 lines
Diff to previous 1.102 (colored)
xmlCopyDoc bugs and post validation probs fixed, Daniel.

Revision 1.102 / (download) - annotate - [select for diffs] , Fri Apr 7 16:32:11 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.101: +14 -14 lines
Diff to previous 1.101 (colored)
Cleaned up the mess w.r.t. input method. There is now a clean registration
mechanism xmlRegisterInputCallbacks() in xmlIO.h allowing to provide
your own URI resolution code, Daniel.

Revision 1.101 / (download) - annotate - [select for diffs] , Mon Apr 3 18:45:48 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.100: +9 -5 lines
Diff to previous 1.100 (colored)
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.100 / (download) - annotate - [select for diffs] , Sat Mar 4 15:16:57 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.99: +6 -0 lines
Diff to previous 1.99 (colored)
Finished #6766 closure, rebuilt docs, small patch to validation, Daniel.

Revision 1.99 / (download) - annotate - [select for diffs] , Sat Mar 4 11:37:06 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.98: +58 -11 lines
Diff to previous 1.98 (colored)
Bunch of patches including validation within entities, done in
SanJose->Grenoble trip. Includes deactivation of white space removal
heuristic by default,
Daniel

Revision 1.98 / (download) - annotate - [select for diffs] , Tue Feb 29 16:16:18 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.97: +31 -0 lines
Diff to previous 1.97 (colored)
Work done when going from Grenoble to SanJose, Daniel

Revision 1.97 / (download) - annotate - [select for diffs] , Mon Feb 21 18:49:25 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.96: +20 -1 lines
Diff to previous 1.96 (colored)
Lots of bugs fixing on the validation, added RunTests, Daniel.

Revision 1.96 / (download) - annotate - [select for diffs] , Sat Feb 19 18:59:45 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.95: +14 -2 lines
Diff to previous 1.95 (colored)
Entities fixes, Daniel.

Revision 1.95 / (download) - annotate - [select for diffs] , Tue Feb 15 19:26:44 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (colored)
first step toward DOMifying Entities declaration too, Daniel.

Revision 1.94 / (download) - annotate - [select for diffs] , Tue Feb 15 14:56:32 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.93: +53 -5 lines
Diff to previous 1.93 (colored)
Added attributes and element declarations to the dtd node children,
Improved the debugging routine to check for node connectivity
fixed some SAX generated node connectivity problems
fixed a validity warning
fixed a unnecessary write when parsing a string
Daniel

Revision 1.93 / (download) - annotate - [select for diffs] , Mon Feb 14 18:24:30 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.92: +2 -1 lines
Diff to previous 1.92 (colored)
Cleanup, daniel

Revision 1.92 / (download) - annotate - [select for diffs] , Mon Feb 14 17:28:57 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.91: +71 -34 lines
Diff to previous 1.91 (colored)
Integrated the DTD node in the doc children list, Daniel.

Revision 1.91 / (download) - annotate - [select for diffs] , Mon Feb 14 11:44:22 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.90: +26 -1 lines
Diff to previous 1.90 (colored)
More work/debug towas DOM for DTDs, Daniel.

Revision 1.90 / (download) - annotate - [select for diffs] , Mon Feb 14 08:24:33 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.89: +152 -332 lines
Diff to previous 1.89 (colored)
First set of patches for DOM and v2.0, Daniel.

Revision 1.89 / (download) - annotate - [select for diffs] , Sun Feb 13 19:56:23 2000 UTC (8 years, 3 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.88: +6 -16 lines
Diff to previous 1.88 (colored)
Worked toward support of UTF-16 LE, hitting bug in conversion, Daniel

Revision 1.88 / (download) - annotate - [select for diffs] , Wed Feb 9 13:34:45 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.87: +49 -0 lines
Diff to previous 1.87 (colored)
UTF-8/entities/charref/encoding cleanups, Daniel

Revision 1.87 / (download) - annotate - [select for diffs] , Thu Jan 27 16:51:12 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.86: +3 -1 lines
Diff to previous 1.86 (colored)
Added xmlSaveNoEmptyTags, HTTP and FTP proxy, Daniel.

Revision 1.86 / (download) - annotate - [select for diffs] , Mon Jan 17 16:03:17 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.85: +176 -4 lines
Diff to previous 1.85 (colored)
Patch from Rune.Djurhuus@fast.no on xmlGetProp(), Daniel

Revision 1.85 / (download) - annotate - [select for diffs] , Sun Jan 9 22:41:08 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.84: +44 -1 lines
Diff to previous 1.84 (colored)
Added a fragment creation function, Daniel

Revision 1.84 / (download) - annotate - [select for diffs] , Wed Jan 5 15:58:41 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.83: +5 -1 lines
Diff to previous 1.83 (colored)
valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
tree.c: added check and handling when possibly removing an ID
tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
     and saving.
test/HTML/entities.html result/HTML/entities.html* : test for
     various entities reference cases
result/HTML/* : as a result output of some testcase have
     changed
HTMLparser.c, parser.c: fixed a bug in the push mode triggered
     by previous example. added xmlParseTryOrFinish().
xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
  entities.h debugXML.h HTMLparser.h: changed the way struct are
  declared to allow gtk-doc to expose those
parser.c: closed bug #4960

Revision 1.83 / (download) - annotate - [select for diffs] , Mon Jan 3 10:59:23 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.82: +58 -45 lines
Diff to previous 1.82 (colored)
* tree.[ch]: added xmlRemoveProp
* win32config.h.in nanohttp.c: avoid including the Windows
    socket stuff in every C files
* parser.c: removed an indetermination xmLDecl/PI(xml...) in
    the XmL parser(s)
* test/ns4 result/ns4 etc...: added test case for previous prob
* tree.c: xmlNewNs wasn't checking for double definition
* Makefile.in: fixed a problem with dist-hook duplicates
* parser.[hc], xmlIO.c: fixed the loading of external entities
    APIs, now xmlLoadExternalEntity() is used everywhere and
    setting up an app specific front-end using the
* SAX.c parser.c: some fixes, now the xhtml spec validates
    with the xhtml DTD.
* error.c: fixed crashes in case of no input stream
* test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
    to the validation tests and results
Daniel

Revision 1.82 / (download) - annotate - [select for diffs] , Tue Dec 28 15:31:14 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.81: +316 -29 lines
Diff to previous 1.81 (colored)
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

Revision 1.81 / (download) - annotate - [select for diffs] , Tue Dec 21 17:57:55 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.80: +1 -1 lines
Diff to previous 1.80 (colored)
Possible bug in test evaluation, Daniel.

Revision 1.80 / (download) - annotate - [select for diffs] , Tue Dec 21 17:53:00 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.79: +1 -2 lines
Diff to previous 1.79 (colored)
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.79 / (download) - annotate - [select for diffs] , Tue Dec 21 16:19:16 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.78: +10 -1 lines
Diff to previous 1.78 (colored)
- result/HTML/*.htm*: Updated the HTML examples regression tests output
- SAX.c tree.c: fixed bug on defaulting namespaces on attributes
- debugXML.c: fixed a bug on printing default namespaces.
- HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
- parser.c: fixed a stupid = vs. == bug
Daniel

Revision 1.78 / (download) - annotate - [select for diffs] , Tue Dec 21 13:33:05 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.77: +214 -11 lines
Diff to previous 1.77 (colored)
Hopefully the end of that silly C++ include problem
Added a few functions: xmlReplaceNode, xmlAddPrevSibling, xmlAddNextSibling,
    xmlNodeSetName and xmlDocSetRootElement
When saving HTML try to avoid troubles with autoclosed elements when
the stree shape doesn't follow the DtD specs.
Updated the HTML examples regression tests output
Daniel

Revision 1.77 / (download) - annotate - [select for diffs] , Mon Dec 20 14:34:36 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.76: +1 -0 lines
Diff to previous 1.76 (colored)
Cleanup of #include to avoid a silly/tricky problem with C++ C-escaping, Daniel

Revision 1.76 / (download) - annotate - [select for diffs] , Sat Dec 18 11:28:54 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.75: +1 -1 lines
Diff to previous 1.75 (colored)
closed bug #3950, ramiro@eazel.com patch for "namespace", a posteriori
validation fixup, fixed a bug with default namespace, and
cnygard@bellatlantic.net bug report on IS_BASECHAR, Daniel

Revision 1.75 / (download) - annotate - [select for diffs] , Wed Dec 15 11:47:38 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.74: +23 -0 lines
Diff to previous 1.74 (colored)
Debug on post validation, added --postvalid, xmlDocGetRootElement(), Daniel.

Revision 1.74 / (download) - annotate - [select for diffs] , Sat Dec 11 23:51:29 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.73: +70 -2 lines
Diff to previous 1.73 (colored)
Cleanup, switch HTML output to lowercase (like XHTML), added support
to DTD default attribute values, Daniel

Revision 1.73 / (download) - annotate - [select for diffs] , Fri Dec 10 18:18:58 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.72: +92 -3 lines
Diff to previous 1.72 (colored)
Work done on the plane, cleanup of parser from CUR_PTR weirdnesses, added xlink modules, and a proper SAX.h header for generated doc, Daniel.

Revision 1.72 / (download) - annotate - [select for diffs] , Wed Dec 1 18:58:39 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.71: +3 -1 lines
Diff to previous 1.71 (colored)
Memory bug fixes, Daniel

Revision 1.71 / (download) - annotate - [select for diffs] , Wed Dec 1 09:13:13 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.70: +1 -3 lines
Diff to previous 1.70 (colored)
General cleanup, added xmlCleanupPredefinedEntities(), Daniel

Revision 1.70 / (download) - annotate - [select for diffs] , Tue Nov 30 19:53:56 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.69: +379 -95 lines
Diff to previous 1.69 (colored)
Changed for  optionnal use of buffer for node content, Daniel.

Revision 1.69 / (download) - annotate - [select for diffs] , Wed Nov 24 17:57:48 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.68: +6 -3 lines
Diff to previous 1.68 (colored)
Added cleanup routines, cleanup with -pedantic on linux, patch for 3788, Daniel

Revision 1.68 / (download) - annotate - [select for diffs] , Tue Nov 23 10:22:04 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.67: +109 -9 lines
Diff to previous 1.67 (colored)
Closing bug report #3748, changed global compression flag usage, and
added xmlNewTextChild() and xmlNewDocRawNode(), Daniel

Revision 1.67 / (download) - annotate - [select for diffs] , Fri Nov 12 17:03:48 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.66: +12 -4 lines
Diff to previous 1.66 (colored)
Fix on escaping entities for xmlSetProp and xmlNewProp, Daniel.

Revision 1.66 / (download) - annotate - [select for diffs] , Tue Oct 26 08:18:05 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.65: +1 -1 lines
Diff to previous 1.65 (colored)
Version 1.7.4, Daniel.

Revision 1.65 / (download) - annotate - [select for diffs] , Thu Oct 14 08:26:49 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.64: +4 -0 lines
Diff to previous 1.64 (colored)
Introduced HTML document type, removed &apos; for HTML, improved
xmlmemory, Daniel.

Revision 1.64 / (download) - annotate - [select for diffs] , Mon Oct 11 11:54:58 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.63: +39 -27 lines
Diff to previous 1.63 (colored)
cleanup of the XML output, regeneration of tests, Daniel.

Revision 1.63 / (download) - annotate - [select for diffs] , Sun Oct 10 16:09:50 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.62: +20 -2 lines
Diff to previous 1.62 (colored)
HTML elements TFOOT, TBODY, TR, and TD closes P, Daniel

Revision 1.62 / (download) - annotate - [select for diffs] , Fri Oct 8 09:35:42 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.61: +24 -2 lines
Diff to previous 1.61 (colored)
Corrections of comments/doc, CORBA fields init patch from raph, Daniel.

Revision 1.61 / (download) - annotate - [select for diffs] , Thu Sep 30 15:43:35 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.60: +82 -82 lines
Diff to previous 1.60 (colored)
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.60 / (download) - annotate - [select for diffs] , Mon Sep 20 12:23:02 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.59: +1 -1 lines
Diff to previous 1.59 (colored)
Cleanup, added some WebDAV testing, errno on parser, extended nanohttp API, Daniel.

Revision 1.59 / (download) - annotate - [select for diffs] , Fri Sep 17 12:08:24 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.58: +13 -3 lines
Diff to previous 1.58 (colored)
Cleanup on includes, defines, etc ... Daniel

Revision 1.58 / (download) - annotate - [select for diffs] , Sun Sep 5 21:37:56 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.57: +2 -0 lines
Diff to previous 1.57 (colored)
Draw the path for tree.c and xpath.c extensions, Daniel.

Revision 1.57 / (download) - annotate - [select for diffs] , Thu Sep 2 16:30:54 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.56: +66 -65 lines
Diff to previous 1.56 (colored)
Memory leak hunting, successful it seems ! Daniel

Revision 1.56 / (download) - annotate - [select for diffs] , Sun Aug 29 20:19:35 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.55: +80 -5 lines
Diff to previous 1.55 (colored)
Added support for namespace on attributes, Daniel.

Revision 1.55 / (download) - annotate - [select for diffs] , Sun Aug 29 18:01:18 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.54: +1 -1 lines
Diff to previous 1.54 (colored)
More cleanup, added processing-instruction(name) in xpath, Insure ... Daniel

Revision 1.54 / (download) - annotate - [select for diffs] , Sun Aug 29 10:56:44 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.53: +3 -3 lines
Diff to previous 1.53 (colored)
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

Revision 1.53 / (download) - annotate - [select for diffs] , Wed Aug 25 13:25:56 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.52: +5 -12 lines
Diff to previous 1.52 (colored)
Cleanup for comments, more tests, removing TODOs, .h formatting, Daniel

Revision 1.52 / (download) - annotate - [select for diffs] , Wed Aug 25 10:55:46 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.51: +217 -3 lines
Diff to previous 1.51 (colored)
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.

Revision 1.51 / (download) - annotate - [select for diffs] , Mon Aug 9 17:11:05 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.50: +2 -3 lines
Diff to previous 1.50 (colored)
fixed a memory error found with Insure, daniel.

Revision 1.50 / (download) - annotate - [select for diffs] , Fri Aug 6 17:00:12 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.49: +48 -1 lines
Diff to previous 1.49 (colored)
More work on validation, added CData sections to SAX, oops ... Daniel

Revision 1.49 / (download) - annotate - [select for diffs] , Tue Jul 27 18:44:59 1999 UTC (8 years, 9 months ago) by veillard
Changes since 1.48: +1 -1 lines
Diff to previous 1.48 (colored)
Cleanup using Insure++, Daniel

Revision 1.48 / (download) - annotate - [select for diffs] , Tue Jul 27 13:16:06 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)
More cleanup on progressive parsing, added an option to tester, a bit
of XPath cleanup, improved make clean, Daniel.

Revision 1.47 / (download) - annotate - [select for diffs] , Mon Jul 26 15:05:44 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.46: +52 -13 lines
Diff to previous 1.46 (colored)
Work on progressive parsing, and a bit of XPath, Daniel.

Revision 1.46 / (download) - annotate - [select for diffs] , Wed Jul 7 09:16:19 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.45: +16 -9 lines
Diff to previous 1.45 (colored)
Adding HTML support, testcases, and updates from bugs.gnome.org, Daniel

Revision 1.45 / (download) - annotate - [select for diffs] , Mon Jun 7 10:42:28 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.44: +18 -4 lines
Diff to previous 1.44 (colored)
Some insure debugging, changing the SAX output, Daniel.

Revision 1.44 / (download) - annotate - [select for diffs] , Tue Jun 1 22:02:07 1999 UTC (8 years, 11 months ago) by daniel
CVS Tags: LIB_XML_1_1
Changes since 1.43: +1 -1 lines
Diff to previous 1.43 (colored)
Updated for switching on entity substitution, daniel.

Revision 1.43 / (download) - annotate - [select for diffs] , Tue Jun 1 13:01:05 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.42: +49 -27 lines
Diff to previous 1.42 (colored)
More fixes, the parser now work on the xml parsing tests from the XML-1.0 REQ, Daniel

Revision 1.42 / (download) - annotate - [select for diffs] , Mon May 31 17:36:31 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.41: +11 -1 lines
Diff to previous 1.41 (colored)
Quite some work to make a correct entity model, Daniel.

Revision 1.41 / (download) - annotate - [select for diffs] , Sun May 30 21:56:51 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.40: +1 -0 lines
Diff to previous 1.40 (colored)
Work on parsing external entities, Daniel.

Revision 1.40 / (download) - annotate - [select for diffs] , Sat May 29 11:38:29 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.39: +0 -4 lines
Diff to previous 1.39 (colored)
Applying Ben Hochstedler patch to fix double XML output, Daniel.

Revision 1.39 / (download) - annotate - [select for diffs] , Mon May 24 19:49:28 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.38: +5 -5 lines
Diff to previous 1.38 (colored)
attded SAXtests make rule, and started plugging in char encoding support, Daniel.

Revision 1.38 / (download) - annotate - [select for diffs] , Wed Apr 21 11:12:53 1999 UTC (9 years ago) by daniel
Changes since 1.37: +301 -160 lines
Diff to previous 1.37 (colored)
Cleaned-up reentrancy issues related to dump, Daniel.

Revision 1.37 / (download) - annotate - [select for diffs] , Sun Apr 4 22:46:12 1999 UTC (9 years, 1 month ago) by daniel
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)
Moved to a SAX processing model, removed old namespace support, Daniel

Revision 1.36 / (download) - annotate - [select for diffs] , Mon Feb 22 12:02:49 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.35: +35 -36 lines
Diff to previous 1.35 (colored)
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, Daniel.

Revision 1.35 / (download) - annotate - [select for diffs] , Sun Feb 21 15:38:57 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.34: +16 -1 lines
Diff to previous 1.34 (colored)
More work toward full parsing of DTDs, finished attributes added notations, Daniel.

Revision 1.34 / (download) - annotate - [select for diffs] , Sat Feb 20 20:39:52 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.33: +24 -10 lines
Diff to previous 1.33 (colored)
Much improvements on the ATTLIST decl parsing and save, memory debug, Daniel.

Revision 1.33 / (download) - annotate - [select for diffs] , Sun Jan 31 20:56:34 1999 UTC (9 years, 3 months ago) by daniel
Changes since 1.32: +5 -2 lines
Diff to previous 1.32 (colored)
More work on the DTD parsing, Daniel.

Revision 1.32 / (download) - annotate - [select for diffs] , Sun Jan 3 12:26:55 1999 UTC (9 years, 4 months ago) by daniel
Changes since 1.31: +43 -27 lines
Diff to previous 1.31 (colored)
Added a last element to accelerate parsing of very flat structures, Daniel.

Revision 1.31 / (download) - annotate - [select for diffs] , Tue Dec 29 13:27:22 1998 UTC (9 years, 4 months ago) by daniel
Changes since 1.30: +415 -20 lines
Diff to previous 1.30 (colored)
Started running the parser against James Clark XML testsuite, lot of
Well-Formedness checking bug fixes, not finished though, Daniel.

Revision 1.30 / (download) - annotate - [select for diffs] , Thu Nov 12 02:36:16 1998 UTC (9 years, 6 months ago) by daniel
CVS Tags: RPM_1_0
Changes since 1.29: +9 -4 lines
Diff to previous 1.29 (colored)
Patched two memory leaks triggered by rpm2html, Daniel

Revision 1.29 / (download) - annotate - [select for diffs] , Wed Nov 11 20:07:55 1998 UTC (9 years, 6 months ago) by daniel
Changes since 1.28: +0 -0 lines
Diff to previous 1.28 (colored)
Updates from the Gnome tree, Daniel

Revision 1.28 / (download) - annotate - [select for diffs] , Thu Oct 29 06:41:53 1998 UTC (9 years, 6 months ago) by daniel
Changes since 1.27: +488 -142 lines
Diff to previous 1.27 (colored)
Tree structure update, debug, mode documentation, Daniel.

Revision 1.27 / (download) - annotate - [select for diffs] , Tue Oct 27 22:13:31 1998 UTC (9 years, 6 months ago) by daniel
Changes since 1.26: +1 -2 lines
Diff to previous 1.26 (colored)
Added --debug option to tester, debugXML.[ch], one error in tree.c, Daniel

Revision 1.26 / (download) - annotate - [select for diffs] , Mon Oct 26 09:41:04 1998 UTC (9 years, 6 months ago) by daniel
Changes since 1.25: +0 -0 lines
Diff to previous 1.25 (colored)
Fixups for entities processing, and attributes too, Daniel.

Revision 1.25 / (download) - annotate - [select for diffs] , Mon Oct 26 09:17:22 1998 UTC (9 years, 6 months ago) by daniel
Changes since 1.24: +15 -10 lines
Diff to previous 1.24 (colored)
Fixups for the entity processing, the output seems conform now, Daniel

Revision 1.24 / (download) - annotate - [select for diffs] , Mon Oct 26 06:40:46 1998 UTC (9 years, 6 months ago) by daniel
Changes since 1.23: +59 -34 lines
Diff to previous 1.23 (colored)
Slight changes in the API for the tree accesses, Insure cleanup, Daniel.

Revision 1.23 / (download) - annotate - [select for diffs] , Mon Oct 26 01:38:59 1998 UTC (9 years, 6 months ago) by daniel
Changes since 1.22: +762 -138 lines
Diff to previous 1.22 (colored)
Update from Gnome development, entity support added, DOM conformance, Daniel.

Revision 1.22 / (download) - annotate - [select for diffs] , Thu Aug 13 04:54:38 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)
Small patch from blizzard@appliedtheory.com on numeric entities parsing, Daniel.

Revision 1.21 / (download) - annotate - [select for diffs] , Wed Aug 12 21:53:39 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.20: +145 -15 lines
Diff to previous 1.20 (colored)
Saving of entities is broken, but a lot of code has been upgraded,
entities, SAX, error, Daniel

Revision 1.20 / (download) - annotate - [select for diffs] , Sun Aug 9 04:52:36 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.19: +18 -18 lines
Diff to previous 1.19 (colored)
Renamed xmlProp to xmlAttr, started playing with SAX interfaces, Daniel.

Revision 1.19 / (download) - annotate - [select for diffs] , Sat Aug 8 22:25:22 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.18: +224 -85 lines
Diff to previous 1.18 (colored)
Implemented the new Namspace proposal, extended tha API, Daniel.

Revision 1.18 / (download) - annotate - [select for diffs] , Fri Aug 7 05:15:41 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.17: +13 -7 lines
Diff to previous 1.17 (colored)
Started the entity mess, need to change input mechanism, code cleanup, Daniel

Revision 1.17 / (download) - annotate - [select for diffs] , Thu Aug 6 16:45:47 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.16: +132 -18 lines
Diff to previous 1.16 (colored)
More thorough tests, preseve Attr and Ns order, entities bugfixes,
start working on Dtd parsing and saving, Daniel.

Revision 1.16 / (download) - annotate - [select for diffs] , Thu Aug 6 02:23:31 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.15: +57 -57 lines
Diff to previous 1.15 (colored)
Rather large name substitutions to avoid the mix between Dtd's and namespaces,
a bit of cleanup, and TODO's, Daniel

Revision 1.15 / (download) - annotate - [select for diffs] , Wed Aug 5 19:13:29 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.14: +34 -3 lines
Diff to previous 1.14 (colored)
Added patches from John Ehresman <jehresma@dsg.harvard.edu> for
the recording of line / position information in the parser. Also added
saving and printing encoding and standalone infos, Daniel

Revision 1.14 / (download) - annotate - [select for diffs] , Wed Aug 5 01:47:48 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.13: +38 -1 lines
Diff to previous 1.13 (colored)
Added a decent error handling function, changed the test files for actual
XML compatibility :-\, Daniel.

Revision 1.13 / (download) - annotate - [select for diffs] , Wed Jul 29 04:43:17 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.12: +22 -1 lines
Diff to previous 1.12 (colored)
Added xmlSetProp, Daniel.

Revision 1.12 / (download) - annotate - [select for diffs] , Sun Jul 12 18:31:53 1998 UTC (9 years, 10 months ago) by daniel
Changes since 1.11: +36 -14 lines
Diff to previous 1.11 (colored)
Updated parser and generator to recent XML versions, added a compatibility
flag to avoid breaking old clients, Daniel.

Revision 1.11 / (download) - annotate - [select for diffs] , Mon May 25 23:58:41 1998 UTC (9 years, 11 months ago) by veillard
Changes since 1.10: +4 -0 lines
Diff to previous 1.10 (colored)
Started working for 0.93, changed the copyright to W3C's one, Daniel.

Revision 1.10 / (download) - annotate - [select for diffs] , Sat May 23 05:15:49 1998 UTC (9 years, 11 months ago) by veillard
Changes since 1.9: +1 -0 lines
Diff to previous 1.9 (colored)
Cleaner, simpler version of transfer, 0.92 is on the way, Daniel.

Revision 1.9 / (download) - annotate - [select for diffs] , Fri May 22 21:11:17 1998 UTC (9 years, 11 months ago) by veillard
Changes since 1.8: +12 -0 lines
Diff to previous 1.8 (colored)
Added API to get props values, Daniel

Revision 1.8 / (download) - annotate - [select for diffs] , Fri May 15 03:12:25 1998 UTC (10 years ago) by veillard
Changes since 1.7: +172 -66 lines
Diff to previous 1.7 (colored)
Added double checking on content before overriding an RDF file, Daniel.

Revision 1.7 / (download) - annotate - [select for diffs] , Sun May 10 07:46:20 1998 UTC (10 years ago) by veillard
Changes since 1.6: +24 -22 lines
Diff to previous 1.6 (colored)
Lot of cleanups, the whole RDF convertion / extraction works ! Daniel.

Revision 1.6 / (download) - annotate - [select for diffs] , Fri May 8 22:38:05 1998 UTC (10 years ago) by veillard
Changes since 1.5: +29 -11 lines
Diff to previous 1.5 (colored)
Added basic encoding, removed memory bugs, Daniel.

Revision 1.5 / (download) - annotate - [select for diffs] , Wed May 6 06:40:18 1998 UTC (10 years ago) by veillard
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)
Work toward RDF + entities, Daniel

Revision 1.4 / (download) - annotate - [select for diffs] , Sat Feb 21 00:21:36 1998 UTC (10 years, 2 months ago) by veillard
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)
Removed memory bugs detected by Insure++, Daniel.

Revision 1.3 / (download) - annotate - [select for diffs] , Thu Dec 25 01:03:27 1997 UTC (10 years, 4 months ago) by veillard
CVS Tags: XML_0_1
Changes since 1.2: +60 -4 lines
Diff to previous 1.2 (colored)
Nearly complete, Daniel.

Revision 1.2 / (download) - annotate - [select for diffs] , Tue Dec 23 20:56:27 1997 UTC (10 years, 4 months ago) by veillard
Changes since 1.1: +31 -0 lines
Diff to previous 1.1 (colored)
Improved the parser, added missing features to tree, Daniel.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Dec 22 18:12:27 1997 UTC (10 years, 4 months ago) by veillard
Branch: W3C
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)
Webdav C implementation

Revision 1.1 / (download) - annotate - [select for diffs] , Mon Dec 22 18:12:27 1997 UTC (10 years, 4 months ago) by veillard
Diff
Initial revision

This form allows you to request diff's 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.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster