W3C CVS

CVS log for XML/valid.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.83 / (download) - annotate - [select for diffs] , Thu Jan 4 14:07:30 2001 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.82: +73 -112 lines
Diff to previous 1.82 (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.82 / (download) - annotate - [select for diffs] , Tue Nov 7 13:19:11 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.81: +2 -0 lines
Diff to previous 1.81 (colored)
Fixed a validation problem, Daniel

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

Revision 1.80 / (download) - annotate - [select for diffs] , Wed Oct 25 19:26:53 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.79: +120 -76 lines
Diff to previous 1.79 (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.79 / (download) - annotate - [select for diffs] , Tue Oct 24 15:35:13 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.78: +107 -118 lines
Diff to previous 1.78 (colored)
Fixing the reamining validation problems,
extended the hash callback functions to provide the key
Daniel

Revision 1.78 / (download) - annotate - [select for diffs] , Mon Oct 23 18:59:50 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.77: +14 -8 lines
Diff to previous 1.77 (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.77 / (download) - annotate - [select for diffs] , Mon Oct 23 17:04:22 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.76: +143 -345 lines
Diff to previous 1.76 (colored)
switching the element, attributes and notation tables to the hash stuff,
compiles but not finished ... TODO_ and testing required, Daniel.

Revision 1.76 / (download) - annotate - [select for diffs] , Mon Oct 23 16:01:42 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.75: +178 -413 lines
Diff to previous 1.75 (colored)
option should close itself as reported by Marc Sanfacon, Daniel.

Revision 1.75 / (download) - annotate - [select for diffs] , Sat Oct 21 08:11:29 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.74: +16 -1 lines
Diff to previous 1.74 (colored)
- Export more xpath functions
- fix problem with large buffers
- force body and html close tags emission
Daniel

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

Revision 1.73 / (download) - annotate - [select for diffs] , Tue Oct 10 22:44:45 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.72: +1 -3 lines
Diff to previous 1.72 (colored)
Large XPointer updates and changes.
Incorporating pre-2.2.5 feedback.
Adding XPath/XPointer tests,
Daniel

Revision 1.72 / (download) - annotate - [select for diffs] , Sun Oct 1 20:29:37 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.71: +53 -53 lines
Diff to previous 1.71 (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.71 / (download) - annotate - [select for diffs] , Sat Sep 16 19:45:06 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.70: +3 -0 lines
Diff to previous 1.70 (colored)
Cleaned up warnings in pedantic mode, Daniel

Revision 1.70 / (download) - annotate - [select for diffs] , Sat Sep 16 13:35:50 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.69: +28 -1 lines
Diff to previous 1.69 (colored)
BIG CLEANUP during flight:
parserInternals.c parserInternals.h parser.c Makefile.in:
created a new module parserInternals.c, moved most of the
code shared by the various parsers there, as well as
deprecated  code from parser.c. More cleanup of parser.c
Daniel

Revision 1.69 / (download) - annotate - [select for diffs] , Wed Sep 6 22:37:26 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.68: +9 -4 lines
Diff to previous 1.68 (colored)
Jumbo snprintf patch Denis Barbier <barbier@imacs.polytechnique.fr>, Daniel

Revision 1.68 / (download) - annotate - [select for diffs] , Sat Aug 26 19:52:45 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.67: +1 -1 lines
Diff to previous 1.67 (colored)
Added --pedantic to xmllint, SAX wasn't disabled within EXCLUDE'd
conditionnal sections, now validation against Docbook-4.1.1. don't
spill errors doesn't mean everything is perfect though, daniel.

Revision 1.67 / (download) - annotate - [select for diffs] , Sat Aug 26 10:28:56 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.66: +66 -14 lines
Diff to previous 1.66 (colored)
First speed improvement set: last used cache for Element lookup,
and xmlAddAttributeDecl change to use element attribute list, Daniel.

Revision 1.66 / (download) - annotate - [select for diffs] , Fri Jul 28 23:06:20 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.65: +6 -6 lines
Diff to previous 1.65 (colored)
Played with Oasis testsuite a bit more, added xmlGetFeaturesList,
xmlGetFeature, xmlSetFeature, applied submitted bugfixes, Daniel

Revision 1.65 / (download) - annotate - [select for diffs] , Wed Jul 26 19:08:54 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.64: +10 -0 lines
Diff to previous 1.64 (colored)
Worked on the Oasis testsuite tool, fixed a couple of nasty bugs in the
way. Added node information for empty elements, Daniel.

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

Revision 1.63 / (download) - annotate - [select for diffs] , Fri Jun 30 17:56:07 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_1_1
Changes since 1.62: +3 -0 lines
Diff to previous 1.62 (colored)
Attempt at better SAXification of HTML parser

Revision 1.62 / (download) - annotate - [select for diffs] , Mon Jun 26 07:32:33 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_1_0
Changes since 1.61: +313 -18 lines
Diff to previous 1.61 (colored)
Fixed most validation + namespace problems, Daniel.

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

Revision 1.60 / (download) - annotate - [select for diffs] , Mon Mar 13 12:11:12 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.59: +59 -0 lines
Diff to previous 1.59 (colored)
- Dtd attribute normalization
- push parser bug removed
- added XML erratas to TODO
...
Daniel

Revision 1.59 / (download) - annotate - [select for diffs] , Sat Mar 11 17:44:07 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.58: +238 -3 lines
Diff to previous 1.58 (colored)
Fixed a bunch of validity probs during the badminton tournament, daniel

Revision 1.58 / (download) - annotate - [select for diffs] , Sat Mar 4 11:37:06 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.57: +324 -110 lines
Diff to previous 1.57 (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.57 / (download) - annotate - [select for diffs] , Tue Feb 29 16:16:18 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored)
Work done when going from Grenoble to SanJose, Daniel

Revision 1.56 / (download) - annotate - [select for diffs] , Thu Feb 24 16:51:08 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.55: +45 -15 lines
Diff to previous 1.55 (colored)
Fixed IDREFS valid checking, cleanups, updated TODO, and Oasis testing, Daniel.

Revision 1.55 / (download) - annotate - [select for diffs] , Wed Feb 23 15:34:44 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.54: +3 -3 lines
Diff to previous 1.54 (colored)
fixed levels of conditionnal section
added HTML output to the tester program
Daniel

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

Revision 1.53 / (download) - annotate - [select for diffs] , Mon Feb 21 09:33:35 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.52: +1 -0 lines
Diff to previous 1.52 (colored)
Parsing teh external subset in context of the internal one.
Added conditionnal sections support
Daniel

Revision 1.52 / (download) - annotate - [select for diffs] , Thu Feb 17 10:03:23 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.51: +9 -14 lines
Diff to previous 1.51 (colored)
More fixes on UTF-16, Daniel.

Revision 1.51 / (download) - annotate - [select for diffs] , Wed Feb 16 17:16:22 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.50: +3 -1 lines
Diff to previous 1.50 (colored)
Bunch of fixes on I18N, fixed UTF16toUTF8, validity checking fixes,
working on james Clark regression tests, added --nowarning to tester, Daniel.

Revision 1.50 / (download) - annotate - [select for diffs] , Tue Feb 15 14:56:32 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.49: +26 -2 lines
Diff to previous 1.49 (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.49 / (download) - annotate - [select for diffs] , Mon Feb 14 18:24:30 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.48: +1 -1 lines
Diff to previous 1.48 (colored)
Cleanup, daniel

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

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

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

Revision 1.45 / (download) - annotate - [select for diffs] , Wed Jan 26 16:04:32 2000 UTC (8 years, 3 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.44: +10 -7 lines
Diff to previous 1.44 (colored)
Patches to valid.c, Daniel.

Revision 1.44 / (download) - annotate - [select for diffs] , Tue Jan 11 19:42:27 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.43: +1 -1 lines
Diff to previous 1.43 (colored)
Removed all exit() references from the library code, Daniel

Revision 1.43 / (download) - annotate - [select for diffs] , Wed Jan 5 15:58:41 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.42: +84 -4 lines
Diff to previous 1.42 (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.42 / (download) - annotate - [select for diffs] , Tue Dec 28 15:31:14 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.41: +67 -1 lines
Diff to previous 1.41 (colored)
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

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

Revision 1.40 / (download) - annotate - [select for diffs] , Sat Dec 18 11:28:54 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.39: +52 -16 lines
Diff to previous 1.39 (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.39 / (download) - annotate - [select for diffs] , Wed Dec 15 11:47:38 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.38: +76 -10 lines
Diff to previous 1.38 (colored)
Debug on post validation, added --postvalid, xmlDocGetRootElement(), Daniel.

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

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

Revision 1.36 / (download) - annotate - [select for diffs] , Wed Nov 10 17:04:11 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.35: +1 -2 lines
Diff to previous 1.35 (colored)
Fixed a typo and corrected a signature error, Daniel.

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

Revision 1.34 / (download) - annotate - [select for diffs] , Tue Oct 12 12:34:34 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.33: +145 -89 lines
Diff to previous 1.33 (colored)
Corrected the XML output, the HTML parser bug, new xmlValidGetPotentialChildren
and xmlValidGetValidElements, added --insert test to tester.c, Daniel.

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

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

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

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

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

Revision 1.28 / (download) - annotate - [select for diffs] , Mon Sep 13 12:28:56 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.27: +50 -18 lines
Diff to previous 1.27 (colored)
More work on validation, Daniel.

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

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

Revision 1.25 / (download) - annotate - [select for diffs] , Mon Aug 30 11:19:42 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.24: +5 -4 lines
Diff to previous 1.24 (colored)
Patches submitted by Stephane.Conversy@lri.fr, cleanup, Daniel.

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

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

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

Revision 1.21 / (download) - annotate - [select for diffs] , Thu Aug 12 13:04:03 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.20: +194 -0 lines
Diff to previous 1.20 (colored)
Work on the plane, XPath equal and compare, ID support, Daniel

Revision 1.20 / (download) - annotate - [select for diffs] , Sat Aug 7 14:10:11 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.19: +1 -8 lines
Diff to previous 1.19 (colored)
Validation bug fixing, XML-REC now validates, Daniel.

Revision 1.19 / (download) - annotate - [select for diffs] , Thu Aug 5 14:38:26 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.18: +141 -11 lines
Diff to previous 1.18 (colored)
The xlink draft now validates :-), Daniel.

Revision 1.18 / (download) - annotate - [select for diffs] , Thu Aug 5 09:42:03 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.17: +399 -8 lines
Diff to previous 1.17 (colored)
Big progresses on the validating front, DIA doc validates, Daniel

Revision 1.17 / (download) - annotate - [select for diffs] , Wed Aug 4 10:11:42 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.16: +5 -6 lines
Diff to previous 1.16 (colored)
Removed a bug in attributes data generation, attribute decl printing,
more progress on DtD validation, isnan and isinf workarounds, Daniel.

Revision 1.16 / (download) - annotate - [select for diffs] , Wed Aug 4 08:32:17 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.15: +411 -31 lines
Diff to previous 1.15 (colored)
Started adding validation of the DtD parts, Daniel

Revision 1.15 / (download) - annotate - [select for diffs] , Tue Aug 3 11:57:32 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.14: +138 -43 lines
Diff to previous 1.14 (colored)
Restored DtD parsing, set-up the framework for validation, Daniel

Revision 1.14 / (download) - annotate - [select for diffs] , Mon Aug 2 16:45:50 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.13: +300 -0 lines
Diff to previous 1.13 (colored)
First steps toward adding the validation code, Daniel

Revision 1.13 / (download) - annotate - [select for diffs] , Thu Jul 29 09:43:58 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)
Cleanup, debugging on external entities parsing, Daniel

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

Revision 1.11 / (download) - annotate - [select for diffs] , Mon Jun 7 22:28:44 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.10: +8 -3 lines
Diff to previous 1.10 (colored)
Corrected bugs an memory alloc, make testall under Insure is now clean, Daniel

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

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

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

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

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

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

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

Revision 1.3 / (download) - annotate - [select for diffs] , Mon Feb 1 10:30:21 1999 UTC (9 years, 3 months ago) by daniel
Changes since 1.2: +81 -7 lines
Diff to previous 1.2 (colored)
More work on <!ELEMENT parsing and saving, Daniel.

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

Revision 1.1 / (download) - annotate - [select for diffs] , Tue Jan 5 17:30:08 1999 UTC (9 years, 4 months ago) by daniel
Diff
First cut at adding Emenet content parsing, Daniel.

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