W3C CVS Root

CVS log for XML/SAX.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Nov 8 09:20:32 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8, HEAD
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -1 lines
Fixed a bug in htmlDefaultSAXHandlerInit(), workes a bit on xpointer
xinclude support, Daniel

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Oct 25 19:26:52 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +82 -45 lines
Message cleanup Jumbo Diff:
- in xmlerror.h : I added the export of an error context type (void *)
     an error handler type xmlGenericErrorFunc
     there is an interface
       xmlSetGenericErrorFunc  (void *ctx, xmlGenericErrorFunc handler);
     to reset the error handling routine and its argument
 (by default it's equivalent to respectively fprintf and stderr.
- in all the c files, all wild accesses to stderr or stdout within
 the library have been replaced to the handler.
- removed slashrdf.c now obsolete
Daniel

Revision 1.82: download - view: text, markup, annotated - select for diffs
Sun Oct 15 14:20:58 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +5 -6 lines
Attribute normalization is needed for HTML too (Bjorn Reese)
Added htmlIsScriptAttribute()
Daniel

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Oct 14 23:09:30 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -2 lines
HTML, proper handling of SCRIPT and STYLE, Daniel.

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

Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Oct 1 20:29:37 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -1 lines
- 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.78: download - view: text, markup, annotated - select for diffs
Sat Sep 16 19:45:05 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +6 -6 lines
Cleaned up warnings in pedantic mode, Daniel

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Sep 10 16:01:05 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +39 -2 lines
- 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.76: download - view: text, markup, annotated - select for diffs
Tue Aug 29 23:37:07 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +70 -0 lines
Played with docbook, this may never end-up in a libxml release, Daniel

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Aug 27 22:38:18 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +6 -0 lines
- 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.74: download - view: text, markup, annotated - select for diffs
Sun Aug 27 16:51:51 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
Started a big cleanup/check of the parser code, fixed some of the
most tortuous entity code, spotted code unused anymore, updated the
main routines to parse names and handling them, added tests for
very long names and related nasty things, Daniel.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Aug 26 19:52:44 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +14 -5 lines
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.72: download - view: text, markup, annotated - select for diffs
Thu Aug 17 13:48:54 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -1 lines
Work on cleaning up message from SAx tests.
Work on auto-opening <p> tags when needed,
Daniel

Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Jul 28 00:04:09 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +13 -0 lines
More work on Oasis testsuite and external entities handling, Daniel

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Jul 26 01:52:03 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +4 -0 lines
Fixed external entities URI computation, cleanup, added examples, Daniel.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Jul 24 18:51:58 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +4 -0 lines
Two portability fixes provided for 2.2.1, daniel

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Jul 5 12:32:16 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_1
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +9 -6 lines
Large cleanup using SunPro cc, Daniel.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Jul 1 09:06:13 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_1
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +5 -1 lines
Updated 2 HTML tests, released 2.1.1, Daniel.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Jun 30 17:56:07 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +22 -9 lines
Attempt at better SAXification of HTML parser

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Jun 26 13:18:58 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +32 -18 lines
fixed support for empty attributes like <hr noshade> for dand, Daniel.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Jun 26 07:32:33 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +16 -15 lines
Fixed most validation + namespace problems, Daniel.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun May 14 15:32:31 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +47 -2 lines
Serious speed improvement for lements of large size, Daniel

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed May 10 18:16:38 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +19 -2 lines
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.61: download - view: text, markup, annotated - select for diffs
Sat May 6 18:27:23 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
More work toward conversion on save, still buggy need more testing, Daniel.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat May 6 08:08:34 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +17 -0 lines
Work on warning when using relative URIs for namespaces. Daniel

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue May 2 17:02:09 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +9 -0 lines
More encoding/Char set cleanup, Daniel.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Apr 24 11:31:56 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +21 -10 lines
 * 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.57: download - view: text, markup, annotated - select for diffs
Mon Apr 3 18:45:48 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +9 -9 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Mar 14 11:50:45 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +31 -15 lines
Fixed a few probs, started working on entities loop detections, Daniel.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Mar 13 12:11:12 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +17 -0 lines
- Dtd attribute normalization
- push parser bug removed
- added XML erratas to TODO
...
Daniel

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Mar 11 17:44:06 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +18 -0 lines
Fixed a bunch of validity probs during the badminton tournament, daniel

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Mar 4 11:37:05 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +34 -31 lines
Bunch of patches including validation within entities, done in
SanJose->Grenoble trip. Includes deactivation of white space removal
heuristic by default,
Daniel

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Feb 29 23:52:51 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Bug fixes, removed one memleak, better conformance, Daniel.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Feb 29 16:16:17 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +4 -2 lines
Work done when going from Grenoble to SanJose, Daniel

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Feb 21 18:49:25 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +63 -11 lines
Lots of bugs fixing on the validation, added RunTests, Daniel.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Feb 21 09:33:35 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +74 -30 lines
Parsing teh external subset in context of the internal one.
Added conditionnal sections support
Daniel

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Feb 17 10:03:23 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +13 -7 lines
More fixes on UTF-16, Daniel.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Feb 16 17:16:22 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +4 -1 lines
Bunch of fixes on I18N, fixed UTF16toUTF8, validity checking fixes,
working on james Clark regression tests, added --nowarning to tester, Daniel.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Feb 15 14:56:32 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +15 -2 lines
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.45: download - view: text, markup, annotated - select for diffs
Mon Feb 14 18:24:30 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3 lines
Cleanup, daniel

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Feb 14 08:24:33 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +11 -11 lines
First set of patches for DOM and v2.0, Daniel.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Feb 13 19:56:23 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -3 lines
Worked toward support of UTF-16 LE, hitting bug in conversion, Daniel

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Feb 9 13:34:45 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -1 lines
UTF-8/entities/charref/encoding cleanups, Daniel

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jan 3 10:59:22 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +9 -10 lines
* 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.40: download - view: text, markup, annotated - select for diffs
Tue Dec 28 15:31:13 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +12 -4 lines
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

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

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Dec 21 16:19:16 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +6 -1 lines
- 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.37: download - view: text, markup, annotated - select for diffs
Fri Dec 10 18:18:57 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -0 lines
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.36: download - view: text, markup, annotated - select for diffs
Tue Oct 26 08:18:05 1999 UTC (24 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +6 -0 lines
Version 1.7.4, Daniel.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Oct 14 07:29:23 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Debugging the HTML parser and environment, more testing, Daniel.

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

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Sep 18 21:21:33 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +19 -9 lines
Linked the HTTP protocol to external entities fetch, Daniel.

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

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Sep 13 12:28:55 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +6 -1 lines
More work on validation, Daniel.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Sep 2 16:30:54 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +8 -7 lines
Memory leak hunting, successful it seems ! Daniel

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Aug 29 20:19:35 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +23 -6 lines
Added support for namespace on attributes, Daniel.

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

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Aug 25 13:25:55 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +25 -2 lines
Cleanup for comments, more tests, removing TODOs, .h formatting, Daniel

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

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Aug 6 17:00:12 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_1_5_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +27 -0 lines
More work on validation, added CData sections to SAX, oops ... Daniel

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Aug 5 20:41:29 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +60 -2 lines
Added validity tests, better dtd lookup, Daniel

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Aug 5 14:38:26 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +10 -5 lines
The xlink draft now validates :-), Daniel.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Aug 5 09:42:03 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +11 -0 lines
Big progresses on the validating front, DIA doc validates, Daniel

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Aug 4 08:32:17 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +24 -6 lines
Started adding validation of the DtD parts, Daniel

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Aug 1 18:25:52 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +27 -0 lines
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.19: download - view: text, markup, annotated - select for diffs
Thu Jul 29 10:17:54 1999 UTC (24 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Cleaned up a few probs found by Insure++, Daniel.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jul 7 09:16:19 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +74 -1 lines
Adding HTML support, testcases, and updates from bugs.gnome.org, Daniel

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jun 7 22:28:43 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -1 lines
Corrected bugs an memory alloc, make testall under Insure is now clean, Daniel

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jun 2 19:00:25 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
CVS tags: LIB_XML_1_1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +31 -31 lines
Release of libxml-1.1, Daniel

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jun 1 22:13:11 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Fixed a bug and removed SAX debug, Daniel.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jun 1 22:02:07 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Updated for switching on entity substitution, daniel.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon May 31 17:36:31 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Quite some work to make a correct entity model, Daniel.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun May 30 21:56:51 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +9 -2 lines
Work on parsing external entities, Daniel.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 25 14:46:37 1999 UTC (25 years ago) by daniel
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +62 -31 lines
Cleanup on SAX interfaces, user defined parameter, Daniel.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Apr 4 22:46:12 1999 UTC (25 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +505 -24 lines
Moved to a SAX processing model, removed old namespace support, Daniel

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Mar 6 17:03:32 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Moved error.h to xml-error.h, fixed a small bug with standalone, Daniel.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Feb 22 12:02:49 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -27 lines
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, Daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jan 3 12:26:55 1999 UTC (25 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
Added a last element to accelerate parsing of very flat structures, Daniel.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Oct 26 09:17:22 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
CVS tags: RPM_1_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -56 lines
Fixups for the entity processing, the output seems conform now, Daniel

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:38:59 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +253 -44 lines
Update from Gnome development, entity support added, DOM conformance, Daniel.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 13 21:35:02 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -1 lines
Corrected two small problems, Daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Aug 13 02:43:46 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Fixed majors problems w.r.t. parsing of entities, need creation if not
available. Pbm on save of entity, no regeneration, Daniel.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 12 21:53:32 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +98 -17 lines
Saving of entities is broken, but a lot of code has been upgraded,
entities, SAX, error, Daniel

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 9 04:52:33 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Renamed xmlProp to xmlAttr, started playing with SAX interfaces, Daniel.

Diff request

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

Log view options

Webmaster