CVS log for XML/SAX.c
Up to [Public] / XML
Request diff between arbitrary revisions
Default branch: 1
Revision 1.84 / (download) - annotate - [select for diffs]
, Wed Nov 8 09:20:32 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8,
HEAD
Changes since 1.83: +1 -1
lines
Diff to previous 1.83
(colored)
Fixed a bug in htmlDefaultSAXHandlerInit(), workes a bit on xpointer
xinclude support, Daniel
Revision 1.83 / (download) - annotate - [select for diffs]
, Wed Oct 25 19:26:52 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.82: +82 -45
lines
Diff to previous 1.82
(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.82 / (download) - annotate - [select for diffs]
, Sun Oct 15 14:20:58 2000 UTC (7 years, 7 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.81: +5 -6
lines
Diff to previous 1.81
(colored)
Attribute normalization is needed for HTML too (Bjorn Reese)
Added htmlIsScriptAttribute()
Daniel
Revision 1.81 / (download) - annotate - [select for diffs]
, Sat Oct 14 23:09:30 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.80: +2 -2
lines
Diff to previous 1.80
(colored)
HTML, proper handling of SCRIPT and STYLE, Daniel.
Revision 1.80 / (download) - annotate - [select for diffs]
, Mon Oct 9 12:27:32 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.79: +1 -1
lines
Diff to previous 1.79
(colored)
Moved xml-error.h to xmlerror.h since this was breaking automake
Worked on the xpointer implementation and tests,
Daniel
Revision 1.79 / (download) - annotate - [select for diffs]
, Sun Oct 1 20:29:37 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.78: +1 -1
lines
Diff to previous 1.78
(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.78 / (download) - annotate - [select for diffs]
, Sat Sep 16 19:45:05 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.77: +6 -6
lines
Diff to previous 1.77
(colored)
Cleaned up warnings in pedantic mode, Daniel
Revision 1.77 / (download) - annotate - [select for diffs]
, Sun Sep 10 16:01:05 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.76: +39 -2
lines
Diff to previous 1.76
(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.76 / (download) - annotate - [select for diffs]
, Tue Aug 29 23:37:07 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.75: +70 -0
lines
Diff to previous 1.75
(colored)
Played with docbook, this may never end-up in a libxml release, Daniel
Revision 1.75 / (download) - annotate - [select for diffs]
, Sun Aug 27 22:38:18 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.74: +6 -0
lines
Diff to previous 1.74
(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.74 / (download) - annotate - [select for diffs]
, Sun Aug 27 16:51:51 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.73: +1 -1
lines
Diff to previous 1.73
(colored)
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) - annotate - [select for diffs]
, Sat Aug 26 19:52:44 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.72: +14 -5
lines
Diff to previous 1.72
(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.72 / (download) - annotate - [select for diffs]
, Thu Aug 17 13:48:54 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.71: +3 -1
lines
Diff to previous 1.71
(colored)
Work on cleaning up message from SAx tests.
Work on auto-opening <p> tags when needed,
Daniel
Revision 1.71 / (download) - annotate - [select for diffs]
, Fri Jul 28 00:04:09 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.70: +13 -0
lines
Diff to previous 1.70
(colored)
More work on Oasis testsuite and external entities handling, Daniel
Revision 1.70 / (download) - annotate - [select for diffs]
, Wed Jul 26 01:52:03 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.69: +4 -0
lines
Diff to previous 1.69
(colored)
Fixed external entities URI computation, cleanup, added examples, Daniel.
Revision 1.69 / (download) - annotate - [select for diffs]
, Mon Jul 24 18:51:58 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.68: +4 -0
lines
Diff to previous 1.68
(colored)
Two portability fixes provided for 2.2.1, daniel
Revision 1.68 / (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.67: +9 -6
lines
Diff to previous 1.67
(colored)
Large cleanup using SunPro cc, Daniel.
Revision 1.67 / (download) - annotate - [select for diffs]
, Sat Jul 1 09:06:13 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_1_1
Changes since 1.66: +5 -1
lines
Diff to previous 1.66
(colored)
Updated 2 HTML tests, released 2.1.1, Daniel.
Revision 1.66 / (download) - annotate - [select for diffs]
, Fri Jun 30 17:56:07 2000 UTC (7 years, 10 months ago) by daniel
Changes since 1.65: +22 -9
lines
Diff to previous 1.65
(colored)
Attempt at better SAXification of HTML parser
Revision 1.65 / (download) - annotate - [select for diffs]
, Mon Jun 26 13:18:58 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_1_0
Changes since 1.64: +32 -18
lines
Diff to previous 1.64
(colored)
fixed support for empty attributes like <hr noshade> for dand, Daniel.
Revision 1.64 / (download) - annotate - [select for diffs]
, Mon Jun 26 07:32:33 2000 UTC (7 years, 10 months ago) by daniel
Changes since 1.63: +16 -15
lines
Diff to previous 1.63
(colored)
Fixed most validation + namespace problems, Daniel.
Revision 1.63 / (download) - annotate - [select for diffs]
, Sun May 14 15:32:31 2000 UTC (8 years ago) by daniel
Changes since 1.62: +47 -2
lines
Diff to previous 1.62
(colored)
Serious speed improvement for lements of large size, Daniel
Revision 1.62 / (download) - annotate - [select for diffs]
, Wed May 10 18:16:38 2000 UTC (8 years ago) by daniel
Changes since 1.61: +19 -2
lines
Diff to previous 1.61
(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.61 / (download) - annotate - [select for diffs]
, Sat May 6 18:27:23 2000 UTC (8 years ago) by daniel
Changes since 1.60: +1 -1
lines
Diff to previous 1.60
(colored)
More work toward conversion on save, still buggy need more testing, Daniel.
Revision 1.60 / (download) - annotate - [select for diffs]
, Sat May 6 08:08:34 2000 UTC (8 years ago) by daniel
Changes since 1.59: +17 -0
lines
Diff to previous 1.59
(colored)
Work on warning when using relative URIs for namespaces. Daniel
Revision 1.59 / (download) - annotate - [select for diffs]
, Tue May 2 17:02:09 2000 UTC (8 years ago) by daniel
Changes since 1.58: +9 -0
lines
Diff to previous 1.58
(colored)
More encoding/Char set cleanup, Daniel.
Revision 1.58 / (download) - annotate - [select for diffs]
, Mon Apr 24 11:31:56 2000 UTC (8 years ago) by daniel
Changes since 1.57: +21 -10
lines
Diff to previous 1.57
(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.57 / (download) - annotate - [select for diffs]
, Mon Apr 3 18:45:48 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.56: +9 -9
lines
Diff to previous 1.56
(colored)
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel
Revision 1.56 / (download) - annotate - [select for diffs]
, Tue Mar 14 11:50:45 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.55: +31 -15
lines
Diff to previous 1.55
(colored)
Fixed a few probs, started working on entities loop detections, Daniel.
Revision 1.55 / (download) - annotate - [select for diffs]
, Mon Mar 13 12:11:12 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.54: +17 -0
lines
Diff to previous 1.54
(colored)
- Dtd attribute normalization
- push parser bug removed
- added XML erratas to TODO
...
Daniel
Revision 1.54 / (download) - annotate - [select for diffs]
, Sat Mar 11 17:44:06 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.53: +18 -0
lines
Diff to previous 1.53
(colored)
Fixed a bunch of validity probs during the badminton tournament, daniel
Revision 1.53 / (download) - annotate - [select for diffs]
, Sat Mar 4 11:37:05 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.52: +34 -31
lines
Diff to previous 1.52
(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.52 / (download) - annotate - [select for diffs]
, Tue Feb 29 23:52:51 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.51: +1 -1
lines
Diff to previous 1.51
(colored)
Bug fixes, removed one memleak, better conformance, Daniel.
Revision 1.51 / (download) - annotate - [select for diffs]
, Tue Feb 29 16:16:17 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.50: +4 -2
lines
Diff to previous 1.50
(colored)
Work done when going from Grenoble to SanJose, Daniel
Revision 1.50 / (download) - annotate - [select for diffs]
, Mon Feb 21 18:49:25 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.49: +63 -11
lines
Diff to previous 1.49
(colored)
Lots of bugs fixing on the validation, added RunTests, Daniel.
Revision 1.49 / (download) - annotate - [select for diffs]
, Mon Feb 21 09:33:35 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.48: +74 -30
lines
Diff to previous 1.48
(colored)
Parsing teh external subset in context of the internal one.
Added conditionnal sections support
Daniel
Revision 1.48 / (download) - annotate - [select for diffs]
, Thu Feb 17 10:03:23 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.47: +13 -7
lines
Diff to previous 1.47
(colored)
More fixes on UTF-16, Daniel.
Revision 1.47 / (download) - annotate - [select for diffs]
, Wed Feb 16 17:16:22 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.46: +4 -1
lines
Diff to previous 1.46
(colored)
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) - annotate - [select for diffs]
, Tue Feb 15 14:56:32 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.45: +15 -2
lines
Diff to previous 1.45
(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.45 / (download) - annotate - [select for diffs]
, Mon Feb 14 18:24:30 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.44: +3 -3
lines
Diff to previous 1.44
(colored)
Cleanup, daniel
Revision 1.44 / (download) - annotate - [select for diffs]
, Mon Feb 14 08:24:33 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.43: +11 -11
lines
Diff to previous 1.43
(colored)
First set of patches for DOM and v2.0, Daniel.
Revision 1.43 / (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.42: +4 -3
lines
Diff to previous 1.42
(colored)
Worked toward support of UTF-16 LE, hitting bug in conversion, Daniel
Revision 1.42 / (download) - annotate - [select for diffs]
, Wed Feb 9 13:34:45 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.41: +4 -1
lines
Diff to previous 1.41
(colored)
UTF-8/entities/charref/encoding cleanups, Daniel
Revision 1.41 / (download) - annotate - [select for diffs]
, Mon Jan 3 10:59:22 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.40: +9 -10
lines
Diff to previous 1.40
(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.40 / (download) - annotate - [select for diffs]
, Tue Dec 28 15:31:13 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.39: +12 -4
lines
Diff to previous 1.39
(colored)
Work done during hollidays:
- push parsing
- XML shell
- XPath debug
Lots of bug fixes and cleanup too,
Daniel
Revision 1.39 / (download) - annotate - [select for diffs]
, Tue Dec 21 17:53:00 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.38: +5 -0
lines
Diff to previous 1.38
(colored)
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.
Revision 1.38 / (download) - annotate - [select for diffs]
, Tue Dec 21 16:19:16 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.37: +6 -1
lines
Diff to previous 1.37
(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.37 / (download) - annotate - [select for diffs]
, Fri Dec 10 18:18:57 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.36: +1 -0
lines
Diff to previous 1.36
(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.36 / (download) - annotate - [select for diffs]
, Tue Oct 26 08:18:05 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.35: +6 -0
lines
Diff to previous 1.35
(colored)
Version 1.7.4, Daniel.
Revision 1.35 / (download) - annotate - [select for diffs]
, Thu Oct 14 07:29:23 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.34: +1 -1
lines
Diff to previous 1.34
(colored)
Debugging the HTML parser and environment, more testing, Daniel.
Revision 1.34 / (download) - annotate - [select for diffs]
, Thu Sep 30 15:43:35 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.33: +44 -44
lines
Diff to previous 1.33
(colored)
Commited 1.7.3 from GnomeCVS, Daniel.
Revision 1.33 / (download) - annotate - [select for diffs]
, Sat Sep 18 21:21:33 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.32: +19 -9
lines
Diff to previous 1.32
(colored)
Linked the HTTP protocol to external entities fetch, Daniel.
Revision 1.32 / (download) - annotate - [select for diffs]
, Fri Sep 17 12:08:23 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.31: +1 -0
lines
Diff to previous 1.31
(colored)
Cleanup on includes, defines, etc ... Daniel
Revision 1.31 / (download) - annotate - [select for diffs]
, Mon Sep 13 12:28:55 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.30: +6 -1
lines
Diff to previous 1.30
(colored)
More work on validation, Daniel.
Revision 1.30 / (download) - annotate - [select for diffs]
, Thu Sep 2 16:30:54 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.29: +8 -7
lines
Diff to previous 1.29
(colored)
Memory leak hunting, successful it seems ! Daniel
Revision 1.29 / (download) - annotate - [select for diffs]
, Sun Aug 29 20:19:35 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.28: +23 -6
lines
Diff to previous 1.28
(colored)
Added support for namespace on attributes, Daniel.
Revision 1.28 / (download) - annotate - [select for diffs]
, Sun Aug 29 10:56:44 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.27: +16 -14
lines
Diff to previous 1.27
(colored)
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel
Revision 1.27 / (download) - annotate - [select for diffs]
, Wed Aug 25 13:25:55 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.26: +25 -2
lines
Diff to previous 1.26
(colored)
Cleanup for comments, more tests, removing TODOs, .h formatting, Daniel
Revision 1.26 / (download) - annotate - [select for diffs]
, Wed Aug 25 10:55:46 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.25: +81 -7
lines
Diff to previous 1.25
(colored)
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.
Revision 1.25 / (download) - annotate - [select for diffs]
, Fri Aug 6 17:00:12 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.24: +27 -0
lines
Diff to previous 1.24
(colored)
More work on validation, added CData sections to SAX, oops ... Daniel
Revision 1.24 / (download) - annotate - [select for diffs]
, Thu Aug 5 20:41:29 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.23: +60 -2
lines
Diff to previous 1.23
(colored)
Added validity tests, better dtd lookup, Daniel
Revision 1.23 / (download) - annotate - [select for diffs]
, Thu Aug 5 14:38:26 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.22: +10 -5
lines
Diff to previous 1.22
(colored)
The xlink draft now validates :-), Daniel.
Revision 1.22 / (download) - annotate - [select for diffs]
, Thu Aug 5 09:42:03 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.21: +11 -0
lines
Diff to previous 1.21
(colored)
Big progresses on the validating front, DIA doc validates, Daniel
Revision 1.21 / (download) - annotate - [select for diffs]
, Wed Aug 4 08:32:17 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.20: +24 -6
lines
Diff to previous 1.20
(colored)
Started adding validation of the DtD parts, Daniel
Revision 1.20 / (download) - annotate - [select for diffs]
, Sun Aug 1 18:25:52 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.19: +27 -0
lines
Diff to previous 1.19
(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.19 / (download) - annotate - [select for diffs]
, Thu Jul 29 10:17:54 1999 UTC (8 years, 9 months ago) by veillard
Changes since 1.18: +1 -1
lines
Diff to previous 1.18
(colored)
Cleaned up a few probs found by Insure++, Daniel.
Revision 1.18 / (download) - annotate - [select for diffs]
, Wed Jul 7 09:16:19 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.17: +74 -1
lines
Diff to previous 1.17
(colored)
Adding HTML support, testcases, and updates from bugs.gnome.org, Daniel
Revision 1.17 / (download) - annotate - [select for diffs]
, Mon Jun 7 22:28:43 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.16: +4 -1
lines
Diff to previous 1.16
(colored)
Corrected bugs an memory alloc, make testall under Insure is now clean, Daniel
Revision 1.16 / (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.15: +31 -31
lines
Diff to previous 1.15
(colored)
Release of libxml-1.1, Daniel
Revision 1.15 / (download) - annotate - [select for diffs]
, Tue Jun 1 22:13:11 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.14: +1 -1
lines
Diff to previous 1.14
(colored)
Fixed a bug and removed SAX debug, Daniel.
Revision 1.14 / (download) - annotate - [select for diffs]
, Tue Jun 1 22:02:07 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.13: +2 -2
lines
Diff to previous 1.13
(colored)
Updated for switching on entity substitution, daniel.
Revision 1.13 / (download) - annotate - [select for diffs]
, Mon May 31 17:36:31 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.12: +1 -1
lines
Diff to previous 1.12
(colored)
Quite some work to make a correct entity model, Daniel.
Revision 1.12 / (download) - annotate - [select for diffs]
, Sun May 30 21:56:51 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.11: +9 -2
lines
Diff to previous 1.11
(colored)
Work on parsing external entities, Daniel.
Revision 1.11 / (download) - annotate - [select for diffs]
, Sun Apr 25 14:46:37 1999 UTC (9 years ago) by daniel
Changes since 1.10: +62 -31
lines
Diff to previous 1.10
(colored)
Cleanup on SAX interfaces, user defined parameter, Daniel.
Revision 1.10 / (download) - annotate - [select for diffs]
, Sun Apr 4 22:46:12 1999 UTC (9 years, 1 month ago) by daniel
Changes since 1.9: +505 -24
lines
Diff to previous 1.9
(colored)
Moved to a SAX processing model, removed old namespace support, Daniel
Revision 1.9 / (download) - annotate - [select for diffs]
, Sat Mar 6 17:03:32 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.8: +1 -1
lines
Diff to previous 1.8
(colored)
Moved error.h to xml-error.h, fixed a small bug with standalone, Daniel.
Revision 1.8 / (download) - annotate - [select for diffs]
, Mon Feb 22 12:02:49 1999 UTC (9 years, 2 months ago) by daniel
Changes since 1.7: +5 -27
lines
Diff to previous 1.7
(colored)
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, Daniel.
Revision 1.7 / (download) - annotate - [select for diffs]
, Sun Jan 3 12:26:55 1999 UTC (9 years, 4 months ago) by daniel
Changes since 1.6: +2 -0
lines
Diff to previous 1.6
(colored)
Added a last element to accelerate parsing of very flat structures, Daniel.
Revision 1.6 / (download) - annotate - [select for diffs]
, Mon Oct 26 09:17:22 1998 UTC (9 years, 6 months ago) by daniel
CVS Tags: RPM_1_0
Changes since 1.5: +2 -56
lines
Diff to previous 1.5
(colored)
Fixups for the entity processing, the output seems conform now, Daniel
Revision 1.5 / (download) - annotate - [select for diffs]
, Mon Oct 26 01:38:59 1998 UTC (9 years, 6 months ago) by daniel
Changes since 1.4: +253 -44
lines
Diff to previous 1.4
(colored)
Update from Gnome development, entity support added, DOM conformance, Daniel.
Revision 1.4 / (download) - annotate - [select for diffs]
, Thu Aug 13 21:35:02 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.3: +0 -1
lines
Diff to previous 1.3
(colored)
Corrected two small problems, Daniel.
Revision 1.3 / (download) - annotate - [select for diffs]
, Thu Aug 13 02:43:46 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.2: +1 -1
lines
Diff to previous 1.2
(colored)
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) - annotate - [select for diffs]
, Wed Aug 12 21:53:32 1998 UTC (9 years, 9 months ago) by daniel
Changes since 1.1: +98 -17
lines
Diff to previous 1.1
(colored)
Saving of entities is broken, but a lot of code has been upgraded,
entities, SAX, error, Daniel
Revision 1.1 / (download) - annotate - [select for diffs]
, Sun Aug 9 04:52:33 1998 UTC (9 years, 9 months ago) by daniel
Diff
Renamed xmlProp to xmlAttr, started playing with SAX interfaces, 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.
Webmaster