CVS log for XML/parser.h
Up to [Public] / XML
Request diff between arbitrary revisions
Default branch: 1
Revision 1.90 / (download) - annotate - [select for diffs]
, Sat Nov 25 09:41:10 2000 UTC (7 years, 5 months ago) by veillard
CVS Tags: HEAD
Changes since 1.89: +5 -0
lines
Diff to previous 1.89
(colored)
Integrated a bunch of OpenVMS changes, Daniel
Revision 1.89 / (download) - annotate - [select for diffs]
, Sun Nov 12 21:22:17 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.88: +2 -1
lines
Diff to previous 1.88
(colored)
applied jonathan.springer2@gte.net patch for conditional sections, Daniel.
Revision 1.88 / (download) - annotate - [select for diffs]
, Tue Nov 7 14:13:03 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.87: +7 -7
lines
Diff to previous 1.87
(colored)
applied a DLL patch from Wayne Davison, Daniel
Revision 1.87 / (download) - annotate - [select for diffs]
, Sun Oct 29 21:14:20 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.86: +3 -0
lines
Diff to previous 1.86
(colored)
Added xmlIOParseDTD to load a Dtd from any input stream, Daniel
Revision 1.86 / (download) - annotate - [select for diffs]
, Sun Oct 1 20:29:37 2000 UTC (7 years, 7 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.85: +2 -0
lines
Diff to previous 1.85
(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.85 / (download) - annotate - [select for diffs]
, Sun Oct 1 18:23:40 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.84: +2 -1
lines
Diff to previous 1.84
(colored)
Cleanups, 1 bug fix:
- HTMLparser.c: fixed htmlStartCloseIndexinitialized init
- entities.h: exported xmlInitializePredefinedEntities
- parser.[ch] : added xmlInitParser()
- parserInternals.h : had to export htmlInitAutoClose()
Daniel
Revision 1.84 / (download) - annotate - [select for diffs]
, Fri Sep 22 10:57:40 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.83: +7 -0
lines
Diff to previous 1.83
(colored)
Applied and tweaked Wayne Davison patch for xmlStrcasecmp and al. Daniel
Revision 1.83 / (download) - annotate - [select for diffs]
, Sat Sep 16 13:35:50 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.82: +4 -0
lines
Diff to previous 1.82
(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.82 / (download) - annotate - [select for diffs]
, Sun Sep 10 13:59:04 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.81: +2 -1
lines
Diff to previous 1.81
(colored)
Added a _private field to the parser structure, Daniel
Revision 1.81 / (download) - annotate - [select for diffs]
, Tue Aug 29 23:37:07 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.80: +2 -1
lines
Diff to previous 1.80
(colored)
Played with docbook, this may never end-up in a libxml release, Daniel
Revision 1.80 / (download) - annotate - [select for diffs]
, Sat Aug 26 19:52:45 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.79: +2 -0
lines
Diff to previous 1.79
(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.79 / (download) - annotate - [select for diffs]
, Fri Jul 28 23:06:20 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.78: +13 -0
lines
Diff to previous 1.78
(colored)
Played with Oasis testsuite a bit more, added xmlGetFeaturesList,
xmlGetFeature, xmlSetFeature, applied submitted bugfixes, Daniel
Revision 1.78 / (download) - annotate - [select for diffs]
, Fri Jul 28 00:04:10 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.77: +4 -0
lines
Diff to previous 1.77
(colored)
More work on Oasis testsuite and external entities handling, Daniel
Revision 1.77 / (download) - annotate - [select for diffs]
, Thu Jun 29 10:33:02 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_2_1,
LIBXML_2_1_1,
LIBXML_2_1_0
Changes since 1.76: +1 -0
lines
Diff to previous 1.76
(colored)
Added xmlStopParser(), updated TODO, Daniel.
Revision 1.76 / (download) - annotate - [select for diffs]
, Sun May 14 15:32:31 2000 UTC (8 years ago) by daniel
Changes since 1.75: +2 -0
lines
Diff to previous 1.75
(colored)
Serious speed improvement for lements of large size, Daniel
Revision 1.75 / (download) - annotate - [select for diffs]
, Wed May 10 18:16:39 2000 UTC (8 years ago) by daniel
Changes since 1.74: +5 -3
lines
Diff to previous 1.74
(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.74 / (download) - annotate - [select for diffs]
, Wed Apr 12 13:26:14 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.73: +15 -0
lines
Diff to previous 1.73
(colored)
- speedup of IS_CHAR like macros, significant overall improvement
- More interfaces for new I/O functions: xmlNewIOInputStream,
xmlParserInputBufferCreateIO, xmlCreateIOParserCtxt
- added I/O test to xmllint
Daniel
Revision 1.73 / (download) - annotate - [select for diffs]
, Mon Apr 3 18:45:48 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.72: +4 -4
lines
Diff to previous 1.72
(colored)
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel
Revision 1.72 / (download) - annotate - [select for diffs]
, Tue Mar 14 16:46:30 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.71: +1 -0
lines
Diff to previous 1.71
(colored)
Fixing more entities stuff, daniel.
Revision 1.71 / (download) - annotate - [select for diffs]
, Tue Mar 14 11:50:45 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.70: +4 -0
lines
Diff to previous 1.70
(colored)
Fixed a few probs, started working on entities loop detections, Daniel.
Revision 1.70 / (download) - annotate - [select for diffs]
, Sat Mar 4 16:54:07 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.69: +2 -2
lines
Diff to previous 1.69
(colored)
added an URL field for documents, started to look at URI/bases,
couple of minor signature changes, Daniel
Revision 1.69 / (download) - annotate - [select for diffs]
, Sat Mar 4 15:16:57 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.68: +6 -0
lines
Diff to previous 1.68
(colored)
Finished #6766 closure, rebuilt docs, small patch to validation, Daniel.
Revision 1.68 / (download) - annotate - [select for diffs]
, Sat Mar 4 11:37:06 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.67: +1 -0
lines
Diff to previous 1.67
(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.67 / (download) - annotate - [select for diffs]
, Thu Mar 2 03:56:00 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.66: +1 -0
lines
Diff to previous 1.66
(colored)
Added ctxt->keepBlanks , new heuristic for blanks detection in the
absence of DTD, Daniel
Revision 1.66 / (download) - annotate - [select for diffs]
, Tue Feb 29 16:16:18 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.65: +13 -1
lines
Diff to previous 1.65
(colored)
Work done when going from Grenoble to SanJose, Daniel
Revision 1.65 / (download) - annotate - [select for diffs]
, Wed Feb 23 15:34:44 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.64: +1 -0
lines
Diff to previous 1.64
(colored)
fixed levels of conditionnal section
added HTML output to the tester program
Daniel
Revision 1.64 / (download) - annotate - [select for diffs]
, Tue Feb 22 14:22:10 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.63: +1 -0
lines
Diff to previous 1.63
(colored)
XML problems cleanup using James Clark and OASIS testsuites, Daniel.
Revision 1.63 / (download) - annotate - [select for diffs]
, Mon Feb 21 23:13:10 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.62: +1 -0
lines
Diff to previous 1.62
(colored)
started playing with OAsis test suite, fixed
conf/xmltest/not-wf/ext-sa/002.xml
Daniel
Revision 1.62 / (download) - annotate - [select for diffs]
, Mon Feb 21 18:49:25 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.61: +1 -0
lines
Diff to previous 1.61
(colored)
Lots of bugs fixing on the validation, added RunTests, Daniel.
Revision 1.61 / (download) - annotate - [select for diffs]
, Mon Feb 21 09:33:35 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.60: +7 -0
lines
Diff to previous 1.60
(colored)
Parsing teh external subset in context of the internal one.
Added conditionnal sections support
Daniel
Revision 1.60 / (download) - annotate - [select for diffs]
, Thu Feb 17 13:29:09 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.59: +1 -0
lines
Diff to previous 1.59
(colored)
Fixed another batch of validation related problems, daniel.
Revision 1.59 / (download) - annotate - [select for diffs]
, Wed Feb 16 17:16:22 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.58: +1 -1
lines
Diff to previous 1.58
(colored)
Bunch of fixes on I18N, fixed UTF16toUTF8, validity checking fixes,
working on james Clark regression tests, added --nowarning to tester, Daniel.
Revision 1.58 / (download) - annotate - [select for diffs]
, Wed Jan 5 15:58:41 2000 UTC (8 years, 4 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.57: +29 -25
lines
Diff to previous 1.57
(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.57 / (download) - annotate - [select for diffs]
, Mon Jan 3 10:59:23 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.56: +8 -5
lines
Diff to previous 1.56
(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.56 / (download) - annotate - [select for diffs]
, Tue Dec 28 15:31:14 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.55: +45 -16
lines
Diff to previous 1.55
(colored)
Work done during hollidays:
- push parsing
- XML shell
- XPath debug
Lots of bug fixes and cleanup too,
Daniel
Revision 1.55 / (download) - annotate - [select for diffs]
, Mon Dec 20 14:34:36 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.54: +3 -5
lines
Diff to previous 1.54
(colored)
Cleanup of #include to avoid a silly/tricky problem with C++ C-escaping, Daniel
Revision 1.54 / (download) - annotate - [select for diffs]
, Sat Dec 18 14:58:00 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.53: +1 -0
lines
Diff to previous 1.53
(colored)
Closed bug #4344, cleanup header files, C++ wise, daniel.
Revision 1.53 / (download) - annotate - [select for diffs]
, Fri Dec 10 18:18:58 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.52: +1 -0
lines
Diff to previous 1.52
(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.52 / (download) - annotate - [select for diffs]
, Wed Nov 24 17:57:48 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.51: +5 -1
lines
Diff to previous 1.51
(colored)
Added cleanup routines, cleanup with -pedantic on linux, patch for 3788, Daniel
Revision 1.51 / (download) - annotate - [select for diffs]
, Fri Oct 8 14:34:02 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.50: +7 -0
lines
Diff to previous 1.50
(colored)
Fixed the problems w.r.t. HTML parsing and SAX reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>, Daniel.
Revision 1.50 / (download) - annotate - [select for diffs]
, Fri Oct 8 09:35:42 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.49: +1 -1
lines
Diff to previous 1.49
(colored)
Corrections of comments/doc, CORBA fields init patch from raph, Daniel.
Revision 1.49 / (download) - annotate - [select for diffs]
, Thu Sep 30 15:43:35 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.48: +81 -73
lines
Diff to previous 1.48
(colored)
Commited 1.7.3 from GnomeCVS, Daniel.
Revision 1.48 / (download) - annotate - [select for diffs]
, Mon Sep 20 12:23:02 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.47: +2 -0
lines
Diff to previous 1.47
(colored)
Cleanup, added some WebDAV testing, errno on parser, extended nanohttp API, Daniel.
Revision 1.47 / (download) - annotate - [select for diffs]
, Thu Sep 2 16:37:15 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.46: +9 -1
lines
Diff to previous 1.46
(colored)
moving the definition of a global variable, Daniel.
Revision 1.46 / (download) - annotate - [select for diffs]
, Sun Aug 29 10:56:44 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.45: +1 -1
lines
Diff to previous 1.45
(colored)
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel
Revision 1.45 / (download) - annotate - [select for diffs]
, Wed Aug 25 10:55:46 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.44: +81 -39
lines
Diff to previous 1.44
(colored)
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.
Revision 1.44 / (download) - annotate - [select for diffs]
, Fri Aug 6 19:53:35 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.43: +1 -0
lines
Diff to previous 1.43
(colored)
Patch w.r.t. CDatat sections, Daniel.
Revision 1.43 / (download) - annotate - [select for diffs]
, Fri Aug 6 17:00:12 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.42: +2 -0
lines
Diff to previous 1.42
(colored)
More work on validation, added CData sections to SAX, oops ... Daniel
Revision 1.42 / (download) - annotate - [select for diffs]
, Thu Aug 5 20:41:29 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.41: +2 -0
lines
Diff to previous 1.41
(colored)
Added validity tests, better dtd lookup, Daniel
Revision 1.41 / (download) - annotate - [select for diffs]
, Mon Aug 2 16:45:50 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.40: +2 -0
lines
Diff to previous 1.40
(colored)
First steps toward adding the validation code, Daniel
Revision 1.40 / (download) - annotate - [select for diffs]
, Mon Aug 2 09:21:17 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.39: +1 -0
lines
Diff to previous 1.39
(colored)
Added all WFC tests, checkings, updated TODO, added VC info in parser.c, Daniel
Revision 1.39 / (download) - annotate - [select for diffs]
, Sun Aug 1 18:25:53 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.38: +52 -17
lines
Diff to previous 1.38
(colored)
Bunch of cleanup in the parser for better conformance to the spec.
Checked all WFC, separated getParameterEntity in SAX since the
same name can be used for both, Daniel.
Revision 1.38 / (download) - annotate - [select for diffs]
, Sat Jul 31 23:49:48 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.37: +2 -0
lines
Diff to previous 1.37
(colored)
The xmlspec DtD is now parsed successfully !!! Bugfixes, Daniel
Revision 1.37 / (download) - annotate - [select for diffs]
, Fri Jul 30 10:30:22 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.36: +17 -4
lines
Diff to previous 1.36
(colored)
Cleanup in the parser, work toward compliant entity support and Dtd parsing, Daniel.
Revision 1.36 / (download) - annotate - [select for diffs]
, Thu Jul 29 09:43:58 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.35: +1 -0
lines
Diff to previous 1.35
(colored)
Cleanup, debugging on external entities parsing, Daniel
Revision 1.35 / (download) - annotate - [select for diffs]
, Mon Jul 26 15:05:44 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.34: +8 -0
lines
Diff to previous 1.34
(colored)
Work on progressive parsing, and a bit of XPath, Daniel.
Revision 1.34 / (download) - annotate - [select for diffs]
, Mon Jul 12 23:49:42 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.33: +3 -1
lines
Diff to previous 1.33
(colored)
Trying to lower the number ot TODOs in xpath, Daniel.
Revision 1.33 / (download) - annotate - [select for diffs]
, Wed Jul 7 09:16:19 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.32: +6 -1
lines
Diff to previous 1.32
(colored)
Adding HTML support, testcases, and updates from bugs.gnome.org, Daniel
Revision 1.32 / (download) - annotate - [select for diffs]
, Sat Jun 5 09:03:33 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.31: +4 -0
lines
Diff to previous 1.31
(colored)
Started working more on the I/O and char encoding handlers, Daniel.
Revision 1.31 / (download) - annotate - [select for diffs]
, Wed Jun 2 19:00:25 1999 UTC (8 years, 11 months ago) by daniel
CVS Tags: LIB_XML_1_1
Changes since 1.30: +1 -1
lines
Diff to previous 1.30
(colored)
Release of libxml-1.1, Daniel
Revision 1.30 / (download) - annotate - [select for diffs]
, Tue Jun 1 22:02:07 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.29: +2 -0
lines
Diff to previous 1.29
(colored)
Updated for switching on entity substitution, daniel.
Revision 1.29 / (download) - annotate - [select for diffs]
, Sun May 30 21:56:51 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.28: +3 -0
lines
Diff to previous 1.28
(colored)
Work on parsing external entities, Daniel.
Revision 1.28 / (download) - annotate - [select for diffs]
, Sun Apr 25 14:46:38 1999 UTC (9 years ago) by daniel
Changes since 1.27: +29 -29
lines
Diff to previous 1.27
(colored)
Cleanup on SAX interfaces, user defined parameter, Daniel.
Revision 1.27 / (download) - annotate - [select for diffs]
, Sun Apr 4 22:46:12 1999 UTC (9 years, 1 month ago) by daniel
Changes since 1.26: +38 -5
lines
Diff to previous 1.26
(colored)
Moved to a SAX processing model, removed old namespace support, Daniel
Revision 1.26 / (download) - annotate - [select for diffs]
, Sat Mar 6 17:03:32 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.25: +1 -1
lines
Diff to previous 1.25
(colored)
Moved error.h to xml-error.h, fixed a small bug with standalone, Daniel.
Revision 1.25 / (download) - annotate - [select for diffs]
, Mon Mar 1 15:56:49 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.24: +2 -0
lines
Diff to previous 1.24
(colored)
Leak hunting, extension of interfaces, Daniel.
Revision 1.24 / (download) - annotate - [select for diffs]
, Mon Feb 22 12:02:49 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.23: +46 -40
lines
Diff to previous 1.23
(colored)
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, Daniel.
Revision 1.23 / (download) - annotate - [select for diffs]
, Sun Jan 3 12:26:55 1999 UTC (9 years, 4 months ago) by daniel
Changes since 1.22: +1 -1
lines
Diff to previous 1.22
(colored)
Added a last element to accelerate parsing of very flat structures, Daniel.
Revision 1.22 / (download) - annotate - [select for diffs]
, Tue Dec 29 13:27:22 1998 UTC (9 years, 4 months ago) by daniel
Changes since 1.21: +25 -8
lines
Diff to previous 1.21
(colored)
Started running the parser against James Clark XML testsuite, lot of
Well-Formedness checking bug fixes, not finished though, Daniel.
Revision 1.21 / (download) - annotate - [select for diffs]
, Wed Nov 11 20:07:55 1998 UTC (9 years, 6 months ago) by daniel
CVS Tags: RPM_1_0
Changes since 1.20: +4 -1
lines
Diff to previous 1.20
(colored)
Updates from the Gnome tree, Daniel
Revision 1.20 / (download) - annotate - [select for diffs]
, Thu Oct 29 06:41:53 1998 UTC (9 years, 6 months ago) by daniel
Changes since 1.19: +1 -1
lines
Diff to previous 1.19
(colored)
Tree structure update, debug, mode documentation, Daniel.
Revision 1.19 / (download) - annotate - [select for diffs]
, Mon Oct 26 01:38:59 1998 UTC (9 years, 6 months ago) by daniel
Changes since 1.18: +8 -3
lines
Diff to previous 1.18
(colored)
Update from Gnome development, entity support added, DOM conformance, Daniel.
Revision 1.18 / (download) - annotate - [select for diffs]
, Wed Aug 12 21:53:37 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.17: +42 -22
lines
Diff to previous 1.17
(colored)
Saving of entities is broken, but a lot of code has been upgraded,
entities, SAX, error, Daniel
Revision 1.17 / (download) - annotate - [select for diffs]
, Sun Aug 9 04:52:35 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.16: +50 -1
lines
Diff to previous 1.16
(colored)
Renamed xmlProp to xmlAttr, started playing with SAX interfaces, Daniel.
Revision 1.16 / (download) - annotate - [select for diffs]
, Sat Aug 8 22:25:21 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.15: +3 -5
lines
Diff to previous 1.15
(colored)
Implemented the new Namspace proposal, extended tha API, Daniel.
Revision 1.15 / (download) - annotate - [select for diffs]
, Sat Aug 8 02:45:39 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.14: +8 -2
lines
Diff to previous 1.14
(colored)
More work on the entities, Daniel
Revision 1.14 / (download) - annotate - [select for diffs]
, Fri Aug 7 07:33:15 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.13: +14 -6
lines
Diff to previous 1.13
(colored)
Started adding the new input mechanism, Daniel.
Revision 1.13 / (download) - annotate - [select for diffs]
, Wed Aug 5 19:13:28 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.12: +27 -1
lines
Diff to previous 1.12
(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.12 / (download) - annotate - [select for diffs]
, Wed Aug 5 01:47:47 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.11: +2 -2
lines
Diff to previous 1.11
(colored)
Added a decent error handling function, changed the test files for actual
XML compatibility :-\, Daniel.
Revision 1.11 / (download) - annotate - [select for diffs]
, Tue Jul 14 00:23:52 1998 UTC (9 years, 10 months ago) by daniel
Changes since 1.10: +2 -1
lines
Diff to previous 1.10
(colored)
Added automatic support for compressed files, updated the tests for
the new XML and namespace syntax, Daniel.
Revision 1.10 / (download) - annotate - [select for diffs]
, Sun Jul 12 18:31:51 1998 UTC (9 years, 10 months ago) by daniel
Changes since 1.9: +7 -5
lines
Diff to previous 1.9
(colored)
Updated parser and generator to recent XML versions, added a compatibility
flag to avoid breaking old clients, Daniel.
Revision 1.9 / (download) - annotate - [select for diffs]
, Tue Jul 7 00:36:26 1998 UTC (9 years, 10 months ago) by daniel
Changes since 1.8: +12 -7
lines
Diff to previous 1.8
(colored)
Applied the patches from John Ehresman <jehresma@dsg.harvard.edu> for
line numbering and better use of "const", Daniel.
Revision 1.8 / (download) - annotate - [select for diffs]
, Fri Jun 19 04:48:28 1998 UTC (9 years, 10 months ago) by daniel
Changes since 1.7: +6 -3
lines
Diff to previous 1.7
(colored)
Introduced the use of a parsing context, Daniel.
Revision 1.7 / (download) - annotate - [select for diffs]
, Fri Jun 19 00:58:08 1998 UTC (9 years, 10 months ago) by daniel
Changes since 1.6: +20 -1
lines
Diff to previous 1.6
(colored)
Applying C++ patches from John Ehresman <jehresma@dsg.harvard.edu>, first
step toward changing the parser, Daniel.
Revision 1.6 / (download) - annotate - [select for diffs]
, Mon May 25 23:58:38 1998 UTC (9 years, 11 months ago) by veillard
Changes since 1.5: +4 -0
lines
Diff to previous 1.5
(colored)
Started working for 0.93, changed the copyright to W3C's one, Daniel.
Revision 1.5 / (download) - annotate - [select for diffs]
, Sun May 10 07:46:20 1998 UTC (10 years ago) by veillard
Changes since 1.4: +3 -9
lines
Diff to previous 1.4
(colored)
Lot of cleanups, the whole RDF convertion / extraction works ! Daniel.
Revision 1.4 / (download) - annotate - [select for diffs]
, Sat Apr 4 22:37:26 1998 UTC (10 years, 1 month ago) by httpng
Changes since 1.3: +1 -0
lines
Diff to previous 1.3
(colored)
Moved it on top of rpm2html, Daniel.
Revision 1.3 / (download) - annotate - [select for diffs]
, Tue Jan 20 20:32:25 1998 UTC (10 years, 3 months ago) by httpng
CVS Tags: XML_0_1
Changes since 1.2: +2 -0
lines
Diff to previous 1.2
(colored)
Started adding support for entities, Daniel.
Revision 1.2 / (download) - annotate - [select for diffs]
, Tue Dec 30 23:14:30 1997 UTC (10 years, 4 months ago) by veillard
Changes since 1.1: +7 -0
lines
Diff to previous 1.1
(colored)
Added dependancies, 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.
Webmaster