W3C CVS Root

CVS log for XML/parser.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.249: download - view: text, markup, annotated - select for diffs
Sat Jan 6 21:04:39 2001 UTC (23 years, 4 months ago) by veillard
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.248: preferred, colored
Changes since revision 1.248: +61 -59 lines
Incorporated Bjorn Reese optimization patch, Daniel

Revision 1.248: download - view: text, markup, annotated - select for diffs
Tue Dec 12 13:38:46 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.247: preferred, colored
Changes since revision 1.247: +1 -0 lines
Closed #34570, fixed the encoding support, make xmllint use xmlDocDumpMemory()
when using --memory , added this to the testsuite, Daniel

Revision 1.247: download - view: text, markup, annotated - select for diffs
Wed Dec 6 14:30:34 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.246: preferred, colored
Changes since revision 1.246: +17 -11 lines
Work done in the plane, daniel

Revision 1.246: download - view: text, markup, annotated - select for diffs
Sat Nov 25 09:41:10 2000 UTC (23 years, 5 months ago) by veillard
Branches: MAIN
Diff to: previous 1.245: preferred, colored
Changes since revision 1.245: +16 -1 lines
Integrated a bunch of OpenVMS changes, Daniel

Revision 1.245: download - view: text, markup, annotated - select for diffs
Sun Nov 12 21:22:16 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_8
Diff to: previous 1.244: preferred, colored
Changes since revision 1.244: +34 -30 lines
applied jonathan.springer2@gte.net patch for conditional sections, Daniel.

Revision 1.244: download - view: text, markup, annotated - select for diffs
Tue Nov 7 12:31:52 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.243: preferred, colored
Changes since revision 1.243: +9 -0 lines
Close Bug#30847: Problems when switching encoding in short files, Daniel

Revision 1.243: download - view: text, markup, annotated - select for diffs
Tue Oct 31 13:28:21 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.242: preferred, colored
Changes since revision 1.242: +1 -0 lines
- HTMLparser.c: fixed loop on invalid char in scripts
- parser.c: update to description of xmlIOParseDTD()
- libxml.m4 xmlversion.h.in: changes contributed by
  Michael Schmeing <m.schmeing@internet-factory.de>
Daniel

Revision 1.242: download - view: text, markup, annotated - select for diffs
Sun Oct 29 21:14:20 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.241: preferred, colored
Changes since revision 1.241: +84 -0 lines
Added xmlIOParseDTD to load a Dtd from any input stream, Daniel

Revision 1.241: 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.240: preferred, colored
Changes since revision 1.240: +218 -114 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.240: download - view: text, markup, annotated - select for diffs
Tue Oct 24 10:29:48 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.239: preferred, colored
Changes since revision 1.239: +20 -13 lines
A number of contributed patches:
- include/Makefile.am: problem passing in DESTDIR= values patch
  from Marc Christensen <marc@calderasystems.com>
- nanohttp.c: removed debugging remains
- HTMLparser.c: the bogus tag should be ignored (Wayne)
- HTMLparser.c parser.c: fixing a number of problems with the
  macros in the *parser.c files (Wayne).
- HTMLparser.c: close the previous option when opening a new one
  (Marc Sanfacon).
- result/HTML/*: updated the HTML results accordingly
Daniel

Revision 1.239: download - view: text, markup, annotated - select for diffs
Sun Oct 15 08:40:38 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.238: preferred, colored
Changes since revision 1.238: +1 -2 lines
Fixed bug #27499, added test, Daniel

Revision 1.238: 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.237: preferred, colored
Changes since revision 1.237: +12 -10 lines
Moved xml-error.h to xmlerror.h since this was breaking automake
Worked on the xpointer implementation and tests,
Daniel

Revision 1.237: download - view: text, markup, annotated - select for diffs
Wed Oct 4 12:33:48 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.236: preferred, colored
Changes since revision 1.236: +9 -0 lines
Fixed bug 26650, Daniel

Revision 1.236: 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.235: preferred, colored
Changes since revision 1.235: +32 -10 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.235: download - view: text, markup, annotated - select for diffs
Sun Oct 1 18:23:39 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.234: preferred, colored
Changes since revision 1.234: +26 -1 lines
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.234: download - view: text, markup, annotated - select for diffs
Thu Sep 28 18:35:03 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.233: preferred, colored
Changes since revision 1.233: +6 -0 lines
parser.c: Fixed a loop bug in large CData sections
uri.c: fixed a composition bugs when using 2 relative path names
Daniel

Revision 1.233: download - view: text, markup, annotated - select for diffs
Mon Sep 25 14:24:33 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.232: preferred, colored
Changes since revision 1.232: +3 -3 lines
Avoiding a few warning when compiling with MSC, Daniel

Revision 1.232: download - view: text, markup, annotated - select for diffs
Fri Sep 22 10:57:40 2000 UTC (23 years, 7 months ago) by veillard
Branches: MAIN
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +119 -9 lines
Applied and tweaked Wayne Davison patch for xmlStrcasecmp and al. Daniel

Revision 1.231: 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.230: preferred, colored
Changes since revision 1.230: +0 -305 lines
Cleaned up warnings in pedantic mode, Daniel

Revision 1.230: download - view: text, markup, annotated - select for diffs
Sat Sep 16 18:14:09 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.229: preferred, colored
Changes since revision 1.229: +180 -180 lines
set ctxt->errNo before calling the error or warning handlers, Daniel.

Revision 1.229: download - view: text, markup, annotated - select for diffs
Sat Sep 16 13:35:50 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +679 -3390 lines
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.228: 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.227: preferred, colored
Changes since revision 1.227: +94 -49 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.227: download - view: text, markup, annotated - select for diffs
Sun Sep 10 13:14:22 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +486 -0 lines
Demacroified most of the IS_XXX tests, the gain is significant so ... Daniel

Revision 1.226: download - view: text, markup, annotated - select for diffs
Wed Sep 6 22:37:26 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +14 -6 lines
Jumbo snprintf patch Denis Barbier <barbier@imacs.polytechnique.fr>, Daniel

Revision 1.225: download - view: text, markup, annotated - select for diffs
Wed Aug 30 23:21:45 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +2 -2 lines
Some work in entities declaration parsing (SUBLOC and CDATA), Daniel.

Revision 1.224: download - view: text, markup, annotated - select for diffs
Tue Aug 29 18:23:49 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +22 -1 lines
Fixed bug on invalid ontent characters and when using push.
fixed xmllint endling of errors in push mode,
Daniel

Revision 1.223: download - view: text, markup, annotated - select for diffs
Mon Aug 28 12:59:16 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +43 -10 lines
Rebuilt the HTML SAX results, more cleanup on the parser, Daniel.

Revision 1.222: 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.221: preferred, colored
Changes since revision 1.221: +407 -144 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.221: download - view: text, markup, annotated - select for diffs
Sat Aug 26 21:12:07 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +2 -0 lines
Fixed a bug affecting Docbook-4.1.1, Daniel.

Revision 1.220: 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.219: preferred, colored
Changes since revision 1.219: +87 -7 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.219: download - view: text, markup, annotated - select for diffs
Tue Aug 22 22:20:34 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +28 -10 lines
Fixed Bug#21552: libxml fails to decode &amp;
uri.c testUri.c patches, by Marc Sanfacon (1 left)
HTML/encoding push problems reported by Wayne Davison
Daniel

Revision 1.218: download - view: text, markup, annotated - select for diffs
Mon Aug 7 13:43:51 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +1 -1 lines
Commiting work done on the plane, mostly an attempt at XML Schema understanding
by coding ... Daniel

Revision 1.217: download - view: text, markup, annotated - select for diffs
Tue Aug 1 23:42:54 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +1 -0 lines
Fixed the problem reported by Marc Sanfacon, added testcase, Daniel

Revision 1.216: download - view: text, markup, annotated - select for diffs
Mon Jul 31 18:23:00 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +8 -3 lines
Fixed a memleak in xmlSAXUserParseMemory, cleanups, Daniel

Revision 1.215: download - view: text, markup, annotated - select for diffs
Fri Jul 28 23:49:49 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +26 -13 lines
A bit of cleanup on the features functions, Daniel

Revision 1.214: download - view: text, markup, annotated - select for diffs
Fri Jul 28 23:06:20 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +279 -5 lines
Played with Oasis testsuite a bit more, added xmlGetFeaturesList,
xmlGetFeature, xmlSetFeature, applied submitted bugfixes, Daniel

Revision 1.213: 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.212: preferred, colored
Changes since revision 1.212: +161 -0 lines
More work on Oasis testsuite and external entities handling, Daniel

Revision 1.212: download - view: text, markup, annotated - select for diffs
Thu Jul 27 21:16:48 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +4 -0 lines
A bit of work on Oasis testsuite, daniel.

Revision 1.211: download - view: text, markup, annotated - select for diffs
Wed Jul 26 19:08:53 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +24 -7 lines
Worked on the Oasis testsuite tool, fixed a couple of nasty bugs in the
way. Added node information for empty elements, Daniel.

Revision 1.210: 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.209: preferred, colored
Changes since revision 1.209: +30 -11 lines
Fixed external entities URI computation, cleanup, added examples, Daniel.

Revision 1.209: download - view: text, markup, annotated - select for diffs
Fri Jul 21 19:12:07 2000 UTC (23 years, 9 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_1
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +14 -11 lines
Fixed the problem of encoding support and xmlParseMemory(), daniel

Revision 1.208: download - view: text, markup, annotated - select for diffs
Fri Jul 14 14:11:40 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +9 -2 lines
Fixed a mem deallocation bug on unsupported encodings
Uncommented out a cleanup in XPath,
Daniel

Revision 1.207: download - view: text, markup, annotated - select for diffs
Wed Jul 12 13:46:54 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +4 -2 lines
Completely converted HTML document content to UTF8, fixed output,
added HTML output filter, corrected HTML regression tests, Daniel.

Revision 1.206: download - view: text, markup, annotated - select for diffs
Tue Jul 11 00:28:58 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +12 -24 lines
Fixed a nasty bug in the parser w.r.t. I18N and Name, fixed ISO-Latin-1
encoder/decoder, added testcases for Iso-Latin-1, Daniel.

Revision 1.205: download - view: text, markup, annotated - select for diffs
Mon Jul 10 16:35:43 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +12 -1 lines
Fixed a problem with &#38; in attributes, added testcases, Daniel.

Revision 1.204: 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
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +18 -18 lines
Large cleanup using SunPro cc, Daniel.

Revision 1.203: download - view: text, markup, annotated - select for diffs
Mon Jul 3 07:33:55 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +4 -1 lines
Played with encodings, removing ISO-Latin specifics, this is still unstable, Daniel.

Revision 1.202: download - view: text, markup, annotated - select for diffs
Thu Jun 29 16:02:51 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_1
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +11 -7 lines
Patches w.r.t Windows build error messages, Daniel
http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/buildwarn2.1

Revision 1.201: download - view: text, markup, annotated - select for diffs
Thu Jun 29 10:33:02 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_0
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +19 -0 lines
Added xmlStopParser(), updated TODO, Daniel.

Revision 1.200: download - view: text, markup, annotated - select for diffs
Thu Jun 29 09:14:56 2000 UTC (23 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +31 -1 lines
Few changes related to 2.1.0 release, Daniel.

Revision 1.199: download - view: text, markup, annotated - select for diffs
Sun May 14 21:03:43 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +1 -1 lines
adding OASIS test

Revision 1.198: 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.197: preferred, colored
Changes since revision 1.197: +67 -72 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.197: download - view: text, markup, annotated - select for diffs
Mon May 8 12:20:38 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +15 -9 lines
Saving to different encodings starts working better, still need
to not save to CharREF when saving to non-ascii, Daniel

Revision 1.196: 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.195: preferred, colored
Changes since revision 1.195: +7 -11 lines
More encoding/Char set cleanup, Daniel.

Revision 1.195: download - view: text, markup, annotated - select for diffs
Tue May 2 13:19:46 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +29 -61 lines
More work and bug fixes on XML encodings support, Daniel

Revision 1.194: download - view: text, markup, annotated - select for diffs
Sun Apr 30 20:41:53 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +46 -80 lines
More work on the encoding support and translation, looks better, Daniel.

Revision 1.193: download - view: text, markup, annotated - select for diffs
Sun Apr 30 09:10:18 2000 UTC (24 years ago) by daniel
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +352 -162 lines
Worked on iconv() encoding conversion, some cleanup too, Daniel

Revision 1.192: 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.191: preferred, colored
Changes since revision 1.191: +2 -2 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.191: download - view: text, markup, annotated - select for diffs
Sat Apr 15 15:27:01 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +6 -2 lines
xmlCopyDoc bugs and post validation probs fixed, Daniel.

Revision 1.190: download - view: text, markup, annotated - select for diffs
Wed Apr 12 13:26:13 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +104 -14 lines
- 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.189: download - view: text, markup, annotated - select for diffs
Fri Apr 7 16:32:11 2000 UTC (24 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +1 -6 lines
Cleaned up the mess w.r.t. input method. There is now a clean registration
mechanism xmlRegisterInputCallbacks() in xmlIO.h allowing to provide
your own URI resolution code, Daniel.

Revision 1.188: 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.187: preferred, colored
Changes since revision 1.187: +9 -9 lines
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.187: download - view: text, markup, annotated - select for diffs
Tue Mar 14 16:46:29 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +81 -2 lines
Fixing more entities stuff, daniel.

Revision 1.186: download - view: text, markup, annotated - select for diffs
Tue Mar 14 14:05:31 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +30 -10 lines
More entities recursion detections, cleanup, subtle ent stuff :-(, Daniel.

Revision 1.185: 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.184: preferred, colored
Changes since revision 1.184: +104 -33 lines
Fixed a few probs, started working on entities loop detections, Daniel.

Revision 1.184: 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.183: preferred, colored
Changes since revision 1.183: +54 -57 lines
- Dtd attribute normalization
- push parser bug removed
- added XML erratas to TODO
...
Daniel

Revision 1.183: 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.182: preferred, colored
Changes since revision 1.182: +1 -1 lines
Fixed a bunch of validity probs during the badminton tournament, daniel

Revision 1.182: download - view: text, markup, annotated - select for diffs
Sat Mar 4 16:54:07 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +5 -6 lines
added an URL field for documents, started to look at URI/bases,
couple of minor signature changes, Daniel

Revision 1.181: download - view: text, markup, annotated - select for diffs
Sat Mar 4 15:16:57 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +222 -33 lines
Finished #6766 closure, rebuilt docs, small patch to validation, Daniel.

Revision 1.180: download - view: text, markup, annotated - select for diffs
Sat Mar 4 11:37:06 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +349 -79 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.179: download - view: text, markup, annotated - select for diffs
Thu Mar 2 03:56:00 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +15 -4 lines
Added ctxt->keepBlanks , new heuristic for blanks detection in the
absence of DTD, Daniel

Revision 1.178: 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.177: preferred, colored
Changes since revision 1.177: +1 -0 lines
Bug fixes, removed one memleak, better conformance, Daniel.

Revision 1.177: download - view: text, markup, annotated - select for diffs
Tue Feb 29 16:49:26 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +2 -2 lines
Fixed a buf reported on the list, daniel

Revision 1.176: 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.175: preferred, colored
Changes since revision 1.175: +374 -99 lines
Work done when going from Grenoble to SanJose, Daniel

Revision 1.175: download - view: text, markup, annotated - select for diffs
Sat Feb 26 12:46:48 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +60 -8 lines
First step at xmlParseBalancedChunkMemory(), Daniel.

Revision 1.174: download - view: text, markup, annotated - select for diffs
Thu Feb 24 19:53:30 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +12 -0 lines
starting messing with entities again ... Daniel.

Revision 1.173: download - view: text, markup, annotated - select for diffs
Thu Feb 24 16:51:08 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +1 -1 lines
Fixed IDREFS valid checking, cleanups, updated TODO, and Oasis testing, Daniel.

Revision 1.172: download - view: text, markup, annotated - select for diffs
Thu Feb 24 13:12:17 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +88 -41 lines
Added Suns tests fixed xmlParseXMLDecl and xmlParseTextDecl mismatches, Daniel.

Revision 1.171: download - view: text, markup, annotated - select for diffs
Wed Feb 23 15:34:44 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +100 -48 lines
fixed levels of conditionnal section
added HTML output to the tester program
Daniel

Revision 1.170: download - view: text, markup, annotated - select for diffs
Tue Feb 22 20:49:02 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +73 -6 lines
Removed memory leaks found on OASIS testsuite, Daniel.

Revision 1.169: download - view: text, markup, annotated - select for diffs
Tue Feb 22 17:56:35 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +14 -0 lines
Still hunting down XML conformance, Daniel.

Revision 1.168: download - view: text, markup, annotated - select for diffs
Tue Feb 22 14:22:10 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +75 -8 lines
XML problems cleanup using James Clark and OASIS testsuites, Daniel.

Revision 1.167: download - view: text, markup, annotated - select for diffs
Mon Feb 21 23:13:10 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +24 -1 lines
started playing with OAsis test suite, fixed
conf/xmltest/not-wf/ext-sa/002.xml
Daniel

Revision 1.166: 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.165: preferred, colored
Changes since revision 1.165: +21 -1 lines
Lots of bugs fixing on the validation, added RunTests, Daniel.

Revision 1.165: 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.164: preferred, colored
Changes since revision 1.164: +74 -35 lines
Parsing teh external subset in context of the internal one.
Added conditionnal sections support
Daniel

Revision 1.164: download - view: text, markup, annotated - select for diffs
Thu Feb 17 13:29:09 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +50 -11 lines
Fixed another batch of validation related problems, daniel.

Revision 1.163: download - view: text, markup, annotated - select for diffs
Thu Feb 17 10:08:26 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +1 -1 lines
Oops fixed a prob, Daniel.

Revision 1.162: 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.161: preferred, colored
Changes since revision 1.161: +136 -23 lines
More fixes on UTF-16, Daniel.

Revision 1.161: download - view: text, markup, annotated - select for diffs
Wed Feb 16 18:30:54 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +25 -39 lines
Updated the result while switching to hex encoding of charrefs
Fixed UTF-8 problems in parser.c
Daniel

Revision 1.160: 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.159: preferred, colored
Changes since revision 1.159: +59 -47 lines
Bunch of fixes on I18N, fixed UTF16toUTF8, validity checking fixes,
working on james Clark regression tests, added --nowarning to tester, Daniel.

Revision 1.159: download - view: text, markup, annotated - select for diffs
Tue Feb 15 19:26:44 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +16 -16 lines
first step toward DOMifying Entities declaration too, Daniel.

Revision 1.158: 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.157: preferred, colored
Changes since revision 1.157: +2 -1 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.157: 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.156: preferred, colored
Changes since revision 1.156: +4 -4 lines
First set of patches for DOM and v2.0, Daniel.

Revision 1.156: 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.155: preferred, colored
Changes since revision 1.155: +190 -34 lines
Worked toward support of UTF-16 LE, hitting bug in conversion, Daniel

Revision 1.155: download - view: text, markup, annotated - select for diffs
Thu Feb 10 14:45:03 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +34 -9 lines
Patch from Lutz Behnke for snprintf, Daniel.

Revision 1.154: download - view: text, markup, annotated - select for diffs
Wed Feb 9 16:45:03 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +10 -3 lines
Fixed an entity in entities processing bug, Daniel.

Revision 1.153: 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.152: preferred, colored
Changes since revision 1.152: +51 -23 lines
UTF-8/entities/charref/encoding cleanups, Daniel

Revision 1.152: download - view: text, markup, annotated - select for diffs
Tue Feb 8 20:16:21 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +484 -297 lines
More work on UTF-8 support, a few things are still broken, Daniel.

Revision 1.151: download - view: text, markup, annotated - select for diffs
Mon Feb 7 12:41:12 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +180 -32 lines
Bunch of bug fixes while on the road, better conformance, UTF-8 work
demacroized NEXT() and tigthen the code a lot, Daniel

Revision 1.150: download - view: text, markup, annotated - select for diffs
Thu Feb 3 15:35:57 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +2 -1 lines
Do a bit more of bufferization in push mode, Daniel

Revision 1.149: download - view: text, markup, annotated - select for diffs
Thu Feb 3 14:58:47 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +7 -2 lines
Fixed compilation warnings on various platforms. Fixed #5281, Daniel.

Revision 1.148: download - view: text, markup, annotated - select for diffs
Wed Jan 26 13:48:45 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +2 -1 lines
Finished the FTP transport integration, Daniel.

Revision 1.147: download - view: text, markup, annotated - select for diffs
Sun Jan 23 15:09:36 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +15 -4 lines
Fixed a problem with </> reported by zab on IRC, Daniel

Revision 1.146: download - view: text, markup, annotated - select for diffs
Mon Jan 17 16:03:17 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +0 -3 lines
Patch from Rune.Djurhuus@fast.no on xmlGetProp(), Daniel

Revision 1.145: download - view: text, markup, annotated - select for diffs
Tue Jan 11 19:42:27 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +6 -5 lines
Removed all exit() references from the library code, Daniel

Revision 1.144: download - view: text, markup, annotated - select for diffs
Mon Jan 10 17:35:28 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +101 -0 lines
Started writing front-ends for parsing a chunk, Daniel

Revision 1.143: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:58:41 2000 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +62 -19 lines
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.142: 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.141: preferred, colored
Changes since revision 1.141: +17 -8 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.141: download - view: text, markup, annotated - select for diffs
Wed Dec 29 12:47:07 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +5 -6 lines
Push mode for the HTML parser too, improvement on the mem debug, cleanup, Daniel

Revision 1.140: download - view: text, markup, annotated - select for diffs
Tue Dec 28 15:31:14 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +1005 -93 lines
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

Revision 1.139: download - view: text, markup, annotated - select for diffs
Wed Dec 22 11:19:50 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +17 -5 lines
Fix for PI names starting with xml, daniel

Revision 1.138: 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.137: preferred, colored
Changes since revision 1.137: +1 -2 lines
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.137: 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.136: preferred, colored
Changes since revision 1.136: +1 -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.136: download - view: text, markup, annotated - select for diffs
Sat Dec 18 14:58:00 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +4 -0 lines
Closed bug #4344, cleanup header files, C++ wise, daniel.

Revision 1.135: 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.134: preferred, colored
Changes since revision 1.134: +959 -246 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.134: download - view: text, markup, annotated - select for diffs
Wed Dec 1 11:13:19 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +8 -2 lines
Fixing bugs #3937, #3908, and a memory leak in a SAX interface, Daniel

Revision 1.133: download - view: text, markup, annotated - select for diffs
Wed Dec 1 09:13:12 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -0 lines
General cleanup, added xmlCleanupPredefinedEntities(), Daniel

Revision 1.132: download - view: text, markup, annotated - select for diffs
Wed Nov 24 17:57:48 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +18 -2 lines
Added cleanup routines, cleanup with -pedantic on linux, patch for 3788, Daniel

Revision 1.131: download - view: text, markup, annotated - select for diffs
Tue Nov 23 10:22:04 1999 UTC (24 years, 5 months ago) by daniel
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +3 -2 lines
Closing bug report #3748, changed global compression flag usage, and
added xmlNewTextChild() and xmlNewDocRawNode(), Daniel

Revision 1.130: download - view: text, markup, annotated - select for diffs
Thu Nov 18 13:55:49 1999 UTC (24 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +12 -13 lines
Fixed some wrongly space collapsing code due to misreading of the spec, Daniel.

Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Nov 17 17:16:44 1999 UTC (24 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +122 -34 lines
Added attribute normalization and examples, Daniel.

Revision 1.128: download - view: text, markup, annotated - select for diffs
Wed Nov 10 17:54:34 1999 UTC (24 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +74 -0 lines
Start at adding real progressive parsing, Daniel.

Revision 1.127: download - view: text, markup, annotated - select for diffs
Tue Oct 26 08:29:43 1999 UTC (24 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +14 -14 lines
Memory allocation error reported by Bill Randle <billr@exgate.tek.com>, Daniel.

Revision 1.126: download - view: text, markup, annotated - select for diffs
Sat Oct 23 21:43:49 1999 UTC (24 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +11 -4 lines
Fixed the bug reported by gnumeric user, Daniel.

Revision 1.125: download - view: text, markup, annotated - select for diffs
Sat Oct 9 09:02:28 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +4 -7 lines
Patch from Tim Josling  for single quoted items, Daniel

Revision 1.124: download - view: text, markup, annotated - select for diffs
Fri Oct 8 09:35:41 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +4 -3 lines
Corrections of comments/doc, CORBA fields init patch from raph, Daniel.

Revision 1.123: 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.122: preferred, colored
Changes since revision 1.122: +506 -429 lines
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.122: download - view: text, markup, annotated - select for diffs
Mon Sep 20 12:23:02 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +263 -42 lines
Cleanup, added some WebDAV testing, errno on parser, extended nanohttp API, Daniel.

Revision 1.121: 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.120: preferred, colored
Changes since revision 1.120: +9 -2 lines
Cleanup on includes, defines, etc ... Daniel

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

Revision 1.119: 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.118: preferred, colored
Changes since revision 1.118: +88 -87 lines
Memory leak hunting, successful it seems ! Daniel

Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Aug 30 11:19:42 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +30 -3 lines
Patches submitted by Stephane.Conversy@lri.fr, cleanup, Daniel.

Revision 1.117: download - view: text, markup, annotated - select for diffs
Sun Aug 29 18:01:17 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +25 -32 lines
More cleanup, added processing-instruction(name) in xpath, Insure ... Daniel

Revision 1.116: 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.115: preferred, colored
Changes since revision 1.115: +25 -24 lines
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

Revision 1.115: download - view: text, markup, annotated - select for diffs
Wed Aug 25 14:02:07 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +18 -8 lines
Added a check missing in parsing external subset, Daniel.

Revision 1.114: 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.113: preferred, colored
Changes since revision 1.113: +17 -13 lines
Cleanup for comments, more tests, removing TODOs, .h formatting, Daniel

Revision 1.113: 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.112: preferred, colored
Changes since revision 1.112: +66 -20 lines
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.

Revision 1.112: download - view: text, markup, annotated - select for diffs
Mon Aug 9 15:57:09 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
CVS tags: LIBXML_1_5_0
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +0 -3 lines
tarted to look at swtitching to UTF8 internally, Daniel.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Sun Aug 8 18:10:26 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +16 -11 lines
Small changes to teh parser, Daniel

Revision 1.110: download - view: text, markup, annotated - select for diffs
Sat Aug 7 14:10:11 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +24 -15 lines
Validation bug fixing, XML-REC now validates, Daniel.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Fri Aug 6 19:53:35 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +11 -0 lines
Patch w.r.t. CDatat sections, Daniel.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Fri Aug 6 19:43:32 1999 UTC (24 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +5 -2 lines
Small change wrt CData sections, Daniel.

Revision 1.107: 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
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +3 -8 lines
More work on validation, added CData sections to SAX, oops ... Daniel

Revision 1.106: 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.105: preferred, colored
Changes since revision 1.105: +34 -6 lines
Added validity tests, better dtd lookup, Daniel

Revision 1.105: 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.104: preferred, colored
Changes since revision 1.104: +14 -16 lines
The xlink draft now validates :-), Daniel.

Revision 1.104: 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.103: preferred, colored
Changes since revision 1.103: +20 -9 lines
Big progresses on the validating front, DIA doc validates, Daniel

Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Aug 4 10:11:42 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -1 lines
Removed a bug in attributes data generation, attribute decl printing,
more progress on DtD validation, isnan and isinf workarounds, Daniel.

Revision 1.102: 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.101: preferred, colored
Changes since revision 1.101: +14 -11 lines
Started adding validation of the DtD parts, Daniel

Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue Aug 3 11:57:32 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +12 -2 lines
Restored DtD parsing, set-up the framework for validation, Daniel

Revision 1.100: download - view: text, markup, annotated - select for diffs
Mon Aug 2 16:45:50 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +6 -14 lines
First steps toward adding the validation code, Daniel

Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Aug 2 09:21:17 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +136 -35 lines
Added all WFC tests, checkings, updated TODO, added VC info in parser.c, Daniel

Revision 1.98: 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.97: preferred, colored
Changes since revision 1.97: +470 -122 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.97: download - view: text, markup, annotated - select for diffs
Sat Jul 31 23:49:48 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +523 -238 lines
The xmlspec DtD is now parsed successfully !!! Bugfixes, Daniel

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Jul 30 10:30:22 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +183 -88 lines
Cleanup in the parser, work toward compliant entity support and Dtd parsing, Daniel.

Revision 1.95: 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.94: preferred, colored
Changes since revision 1.94: +4 -1 lines
Cleaned up a few probs found by Insure++, Daniel.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Jul 29 09:43:58 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +67 -5 lines
Cleanup, debugging on external entities parsing, Daniel

Revision 1.93: download - view: text, markup, annotated - select for diffs
Tue Jul 27 18:44:59 1999 UTC (24 years, 9 months ago) by veillard
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +8 -2 lines
Cleanup using Insure++, Daniel

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Jul 27 13:16:06 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -0 lines
More cleanup on progressive parsing, added an option to tester, a bit
of XPath cleanup, improved make clean, Daniel.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Jul 26 15:05:43 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +360 -284 lines
Work on progressive parsing, and a bit of XPath, Daniel.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Jul 15 12:32:47 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -0 lines
Started debugging, extended testXPath, added regression tests, Daniel

Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Jul 12 23:49:42 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +55 -1 lines
Trying to lower the number ot TODOs in xpath, Daniel.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Jul 12 10:48:30 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +0 -8 lines
Removed a dep to zlib-1.1, added // and .. support, Daniel

Revision 1.87: download - view: text, markup, annotated - select for diffs
Fri Jul 9 16:16:31 1999 UTC (24 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +6 -6 lines
Patch to file Input, bug fix on HTML printing, more work on XPath, Daniel

Revision 1.86: 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.85: preferred, colored
Changes since revision 1.85: +174 -71 lines
Adding HTML support, testcases, and updates from bugs.gnome.org, Daniel

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Jun 8 22:19:21 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
Fix from "Perik, Mike" <mikep@crt.com>, Daniel.

Revision 1.84: 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.83: preferred, colored
Changes since revision 1.83: +4 -1 lines
Corrected bugs an memory alloc, make testall under Insure is now clean, Daniel

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Jun 7 10:42:28 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +32 -21 lines
Some insure debugging, changing the SAX output, Daniel.

Revision 1.82: 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.81: preferred, colored
Changes since revision 1.81: +8 -9 lines
Release of libxml-1.1, Daniel

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Jun 2 11:49:10 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -0 lines
Added SVG test files and corrected a bug in parsing standalone, Daniel.

Revision 1.80: 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.79: preferred, colored
Changes since revision 1.79: +3 -1 lines
Fixed a bug and removed SAX debug, Daniel.

Revision 1.79: 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.78: preferred, colored
Changes since revision 1.78: +80 -15 lines
Updated for switching on entity substitution, daniel.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Jun 1 13:01:05 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +44 -14 lines
More fixes, the parser now work on the xml parsing tests from the XML-1.0 REQ, Daniel

Revision 1.77: 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.76: preferred, colored
Changes since revision 1.76: +232 -247 lines
Quite some work to make a correct entity model, Daniel.

Revision 1.76: 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.75: preferred, colored
Changes since revision 1.75: +362 -1 lines
Work on parsing external entities, Daniel.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon May 24 19:49:28 1999 UTC (24 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +151 -4 lines
attded SAXtests make rule, and started plugging in char encoding support, Daniel.

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

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Apr 21 11:12:53 1999 UTC (25 years, 1 month ago) by daniel
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
Cleaned-up reentrancy issues related to dump, Daniel.

Revision 1.72: 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.71: preferred, colored
Changes since revision 1.71: +279 -327 lines
Moved to a SAX processing model, removed old namespace support, Daniel

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Mar 7 10:05:54 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +0 -480 lines
Bit more work on XPointers interfaces, moved parser macros to
parserInternals.h for sharing between low level modules, Daniel.

Revision 1.70: 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.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
Moved error.h to xml-error.h, fixed a small bug with standalone, Daniel.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Mar 1 15:56:47 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +197 -95 lines
Leak hunting, extension of interfaces, Daniel.

Revision 1.68: 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.67: preferred, colored
Changes since revision 1.67: +97 -69 lines
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, Daniel.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Feb 21 15:38:57 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +73 -23 lines
More work toward full parsing of DTDs, finished attributes added notations, Daniel.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Feb 20 20:39:52 1999 UTC (25 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +157 -31 lines
Much improvements on the ATTLIST decl parsing and save, memory debug, Daniel.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Feb 1 11:07:52 1999 UTC (25 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +9 -6 lines
Corrected a couple of bugs in parsing complex element decls, Daniel.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Feb 1 10:30:21 1999 UTC (25 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +16 -9 lines
More work on <!ELEMENT parsing and saving, Daniel.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Jan 31 20:56:34 1999 UTC (25 years, 3 months ago) by daniel
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +58 -24 lines
More work on the DTD parsing, Daniel.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Jan 13 14:48:55 1999 UTC (25 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +129 -8 lines
More work toward element content parsing, Daniel.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Jan 5 17:30:08 1999 UTC (25 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +158 -22 lines
First cut at adding Emenet content parsing, Daniel.

Revision 1.60: 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.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Added a last element to accelerate parsing of very flat structures, Daniel.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Dec 29 13:27:22 1998 UTC (25 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +571 -64 lines
Started running the parser against James Clark XML testsuite, lot of
Well-Formedness checking bug fixes, not finished though, Daniel.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Nov 16 00:14:10 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
CVS tags: RPM_1_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +10 -7 lines
Entity encoding fixes, added a test case, and fixed debug messages formatting, Daniel.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Nov 13 05:35:22 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +5 -4 lines
Fixed a stupid bug on error reporting, Daniel.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Nov 13 01:19:39 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +4 -4 lines
Fixed a couple of stupid bugs, Daniel.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Nov 11 20:07:54 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +422 -200 lines
Updates from the Gnome tree, Daniel

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Oct 29 06:41:53 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Tree structure update, debug, mode documentation, Daniel.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Oct 26 09:41:04 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +6 -2 lines
Fixups for entities processing, and attributes too, Daniel.

Revision 1.52: 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
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +35 -44 lines
Fixups for the entity processing, the output seems conform now, Daniel

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Oct 26 06:40:46 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +4 -4 lines
Slight changes in the API for the tree accesses, Insure cleanup, Daniel.

Revision 1.50: 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.49: preferred, colored
Changes since revision 1.49: +644 -257 lines
Update from Gnome development, entity support added, DOM conformance, Daniel.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Sep 11 05:25:29 1998 UTC (25 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -1 lines
Removed a memory leak, Daniel.

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

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Aug 13 04:54:37 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -1 lines
Small patch from blizzard@appliedtheory.com on numeric entities parsing, Daniel.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Aug 13 02:43:47 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +67 -46 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.45: download - view: text, markup, annotated - select for diffs
Wed Aug 12 21:53:36 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +488 -269 lines
Saving of entities is broken, but a lot of code has been upgraded,
entities, SAX, error, Daniel

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Aug 9 04:52:34 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +74 -36 lines
Renamed xmlProp to xmlAttr, started playing with SAX interfaces, Daniel.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Aug 8 22:25:20 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +78 -52 lines
Implemented the new Namspace proposal, extended tha API, Daniel.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Aug 8 04:00:41 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +63 -59 lines
Added line and column accounting, added to error messages, Daniel.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Aug 8 02:45:38 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
More work on the entities, Daniel

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Aug 7 07:33:14 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +652 -564 lines
Started adding the new input mechanism, Daniel.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Aug 7 05:15:40 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +100 -56 lines
Started the entity mess, need to change input mechanism, code cleanup, Daniel

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Aug 6 17:31:58 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +6 -1 lines
REC-xml says (double-hyphen) must not occur within comments, Daniel

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Aug 6 16:50:10 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +7 -8 lines
Added small patch for handling the standalone declaration from
John Ehresman <jehresma@dsg.harvard.edu>, Daniel.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Aug 6 16:45:45 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +19 -14 lines
More thorough tests, preseve Attr and Ns order, entities bugfixes,
start working on Dtd parsing and saving, Daniel.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Aug 6 04:32:50 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -3 lines
Cleanup of the makefile, removed a warning, added an old RDF test, Daniel.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Aug 6 02:23:30 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +33 -32 lines
Rather large name substitutions to avoid the mix between Dtd's and namespaces,
a bit of cleanup, and TODO's, Daniel

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Aug 6 01:30:55 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -3 lines
cleanup, started reworking entities support, will rename namespace stuff, Daniel

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Aug 5 19:13:27 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +177 -35 lines
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.31: download - view: text, markup, annotated - select for diffs
Wed Aug 5 01:47:46 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +154 -146 lines
Added a decent error handling function, changed the test files for actual
XML compatibility :-\, Daniel.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Aug 4 20:35:40 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +330 -30 lines
Added (at least) the full version of the UNICODE char macros, Daniel.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Aug 4 04:59:15 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +365 -156 lines
More work toward full coverage of the REC-xml, added new namespace parsing
need to extend the parser context and save though, Daniel.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Aug 3 21:55:20 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +95 -1 lines
Added a couple of new functions for the Namespace proposal, Daniel.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Aug 3 20:06:17 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +122 -103 lines
More cleanup, now finish parsing the XML REC version, more work to be done, Daniel.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Aug 3 16:17:42 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +15 -1 lines
Applied patches from Christopher Blizzard <blizzard@appliedtheory.com> for
Win32 platform support, Daniel

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Jul 31 19:42:50 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +9 -7 lines
Fixed a couple of small pbms, Daniel.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jul 31 12:38:36 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +219 -8 lines
More updates toward the REC compliance, Daniel.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jul 30 18:10:05 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Minor correction, Daniel.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jul 30 16:11:00 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +634 -103 lines
More work toward REC-XML compatibility, Daniel.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jul 30 01:20:41 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +178 -9 lines
First pass toward upgrading to the Feb REC spec, Daniel.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jul 14 00:23:51 1998 UTC (25 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +71 -1 lines
Added automatic support for compressed files, updated the tests for
the new XML and namespace syntax, Daniel.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jul 12 18:31:50 1998 UTC (25 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +42 -21 lines
Updated parser and generator to recent XML versions, added a compatibility
flag to avoid breaking old clients, Daniel.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jul 9 21:04:55 1998 UTC (25 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +39 -5 lines
Added support for new namespace syntax, and P3P example in tests, Daniel.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jul 7 00:36:25 1998 UTC (25 years, 10 months ago) by daniel
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +71 -19 lines
Applied the patches from John Ehresman <jehresma@dsg.harvard.edu> for
line numbering and better use of "const", Daniel.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jun 19 04:48:27 1998 UTC (25 years, 11 months ago) by daniel
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +305 -277 lines
Introduced the use of a parsing context, Daniel.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon May 25 23:58:37 1998 UTC (25 years, 11 months ago) by veillard
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -0 lines
Started working for 0.93, changed the copyright to W3C's one, Daniel.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun May 10 07:46:19 1998 UTC (26 years ago) by veillard
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +62 -14 lines
Lot of cleanups, the whole RDF convertion / extraction works ! Daniel.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat May 9 07:16:54 1998 UTC (26 years ago) by veillard
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -6 lines
Removed two errors, Daniel.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri May 8 22:38:05 1998 UTC (26 years ago) by veillard
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -2 lines
Added basic encoding, removed memory bugs, Daniel.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed May 6 06:40:18 1998 UTC (26 years ago) by veillard
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Work toward RDF + entities, Daniel

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 10 07:22:17 1998 UTC (26 years, 1 month ago) by httpng
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -0 lines
Worked on entities and integration with rpm2html for RDF support, Daniel.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Apr 4 22:37:26 1998 UTC (26 years, 1 month ago) by httpng
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +45 -0 lines
Moved it on top of rpm2html, Daniel.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Feb 21 00:21:36 1998 UTC (26 years, 2 months ago) by veillard
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -0 lines
Removed memory bugs detected by Insure++, Daniel.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jan 21 16:39:49 1998 UTC (26 years, 3 months ago) by veillard
Branches: MAIN
CVS tags: XML_0_1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +116 -16 lines
Cleaned up the Makefile, added better tag checking, Daniel.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 20 20:32:25 1998 UTC (26 years, 3 months ago) by httpng
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Started adding support for entities, Daniel.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 31 19:13:09 1997 UTC (26 years, 4 months ago) by veillard
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -97 lines
Added a testing procedure, Daniel.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Dec 29 14:45:51 1997 UTC (26 years, 4 months ago) by veillard
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +53 -4 lines
Splitted the debug code in a separate file, corrected a bug, Daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Dec 25 01:03:27 1997 UTC (26 years, 4 months ago) by veillard
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +349 -69 lines
Nearly complete, Daniel.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Dec 23 20:56:26 1997 UTC (26 years, 4 months ago) by veillard
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +107 -1 lines
Improved the parser, added missing features to tree, Daniel.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Dec 22 18:12:27 1997 UTC (26 years, 4 months ago) by veillard
Branches: W3C
CVS tags: start
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Webdav C implementation

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 22 18:12:27 1997 UTC (26 years, 4 months ago) by veillard
Branches: MAIN
Initial revision

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