CVS log for XML/parser.c
Up to [Public] / XML
Request diff between arbitrary revisions
Default branch: 1
Revision 1.249 / (download) - annotate - [select for diffs]
, Sat Jan 6 21:04:39 2001 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.248: +61 -59
lines
Diff to previous 1.248
(colored)
Incorporated Bjorn Reese optimization patch, Daniel
Revision 1.248 / (download) - annotate - [select for diffs]
, Tue Dec 12 13:38:46 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.247: +1 -0
lines
Diff to previous 1.247
(colored)
Closed #34570, fixed the encoding support, make xmllint use xmlDocDumpMemory()
when using --memory , added this to the testsuite, Daniel
Revision 1.247 / (download) - annotate - [select for diffs]
, Wed Dec 6 14:30:34 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.246: +17 -11
lines
Diff to previous 1.246
(colored)
Work done in the plane, daniel
Revision 1.246 / (download) - annotate - [select for diffs]
, Sat Nov 25 09:41:10 2000 UTC (7 years, 5 months ago) by veillard
Changes since 1.245: +16 -1
lines
Diff to previous 1.245
(colored)
Integrated a bunch of OpenVMS changes, Daniel
Revision 1.245 / (download) - annotate - [select for diffs]
, Sun Nov 12 21:22:16 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.244: +34 -30
lines
Diff to previous 1.244
(colored)
applied jonathan.springer2@gte.net patch for conditional sections, Daniel.
Revision 1.244 / (download) - annotate - [select for diffs]
, Tue Nov 7 12:31:52 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.243: +9 -0
lines
Diff to previous 1.243
(colored)
Close Bug#30847: Problems when switching encoding in short files, Daniel
Revision 1.243 / (download) - annotate - [select for diffs]
, Tue Oct 31 13:28:21 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.242: +1 -0
lines
Diff to previous 1.242
(colored)
- 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) - annotate - [select for diffs]
, Sun Oct 29 21:14:20 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.241: +84 -0
lines
Diff to previous 1.241
(colored)
Added xmlIOParseDTD to load a Dtd from any input stream, Daniel
Revision 1.241 / (download) - annotate - [select for diffs]
, Wed Oct 25 19:26:52 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.240: +218 -114
lines
Diff to previous 1.240
(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.240 / (download) - annotate - [select for diffs]
, Tue Oct 24 10:29:48 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.239: +20 -13
lines
Diff to previous 1.239
(colored)
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) - annotate - [select for diffs]
, Sun Oct 15 08:40:38 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.238: +1 -2
lines
Diff to previous 1.238
(colored)
Fixed bug #27499, added test, Daniel
Revision 1.238 / (download) - annotate - [select for diffs]
, Mon Oct 9 12:27:32 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.237: +12 -10
lines
Diff to previous 1.237
(colored)
Moved xml-error.h to xmlerror.h since this was breaking automake
Worked on the xpointer implementation and tests,
Daniel
Revision 1.237 / (download) - annotate - [select for diffs]
, Wed Oct 4 12:33:48 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.236: +9 -0
lines
Diff to previous 1.236
(colored)
Fixed bug 26650, Daniel
Revision 1.236 / (download) - annotate - [select for diffs]
, Sun Oct 1 20:29:37 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.235: +32 -10
lines
Diff to previous 1.235
(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.235 / (download) - annotate - [select for diffs]
, Sun Oct 1 18:23:39 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.234: +26 -1
lines
Diff to previous 1.234
(colored)
Cleanups, 1 bug fix:
- HTMLparser.c: fixed htmlStartCloseIndexinitialized init
- entities.h: exported xmlInitializePredefinedEntities
- parser.[ch] : added xmlInitParser()
- parserInternals.h : had to export htmlInitAutoClose()
Daniel
Revision 1.234 / (download) - annotate - [select for diffs]
, Thu Sep 28 18:35:03 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.233: +6 -0
lines
Diff to previous 1.233
(colored)
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) - annotate - [select for diffs]
, Mon Sep 25 14:24:33 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.232: +3 -3
lines
Diff to previous 1.232
(colored)
Avoiding a few warning when compiling with MSC, Daniel
Revision 1.232 / (download) - annotate - [select for diffs]
, Fri Sep 22 10:57:40 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.231: +119 -9
lines
Diff to previous 1.231
(colored)
Applied and tweaked Wayne Davison patch for xmlStrcasecmp and al. Daniel
Revision 1.231 / (download) - annotate - [select for diffs]
, Sat Sep 16 19:45:05 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.230: +0 -305
lines
Diff to previous 1.230
(colored)
Cleaned up warnings in pedantic mode, Daniel
Revision 1.230 / (download) - annotate - [select for diffs]
, Sat Sep 16 18:14:09 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.229: +180 -180
lines
Diff to previous 1.229
(colored)
set ctxt->errNo before calling the error or warning handlers, Daniel.
Revision 1.229 / (download) - annotate - [select for diffs]
, Sat Sep 16 13:35:50 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.228: +679 -3390
lines
Diff to previous 1.228
(colored)
BIG CLEANUP during flight:
parserInternals.c parserInternals.h parser.c Makefile.in:
created a new module parserInternals.c, moved most of the
code shared by the various parsers there, as well as
deprecated code from parser.c. More cleanup of parser.c
Daniel
Revision 1.228 / (download) - annotate - [select for diffs]
, Sun Sep 10 16:01:05 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.227: +94 -49
lines
Diff to previous 1.227
(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.227 / (download) - annotate - [select for diffs]
, Sun Sep 10 13:14:22 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.226: +486 -0
lines
Diff to previous 1.226
(colored)
Demacroified most of the IS_XXX tests, the gain is significant so ... Daniel
Revision 1.226 / (download) - annotate - [select for diffs]
, Wed Sep 6 22:37:26 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.225: +14 -6
lines
Diff to previous 1.225
(colored)
Jumbo snprintf patch Denis Barbier <barbier@imacs.polytechnique.fr>, Daniel
Revision 1.225 / (download) - annotate - [select for diffs]
, Wed Aug 30 23:21:45 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.224: +2 -2
lines
Diff to previous 1.224
(colored)
Some work in entities declaration parsing (SUBLOC and CDATA), Daniel.
Revision 1.224 / (download) - annotate - [select for diffs]
, Tue Aug 29 18:23:49 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.223: +22 -1
lines
Diff to previous 1.223
(colored)
Fixed bug on invalid ontent characters and when using push.
fixed xmllint endling of errors in push mode,
Daniel
Revision 1.223 / (download) - annotate - [select for diffs]
, Mon Aug 28 12:59:16 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.222: +43 -10
lines
Diff to previous 1.222
(colored)
Rebuilt the HTML SAX results, more cleanup on the parser, Daniel.
Revision 1.222 / (download) - annotate - [select for diffs]
, Sun Aug 27 16:51:51 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.221: +407 -144
lines
Diff to previous 1.221
(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.221 / (download) - annotate - [select for diffs]
, Sat Aug 26 21:12:07 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.220: +2 -0
lines
Diff to previous 1.220
(colored)
Fixed a bug affecting Docbook-4.1.1, Daniel.
Revision 1.220 / (download) - annotate - [select for diffs]
, Sat Aug 26 19:52:44 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.219: +87 -7
lines
Diff to previous 1.219
(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.219 / (download) - annotate - [select for diffs]
, Tue Aug 22 22:20:34 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.218: +28 -10
lines
Diff to previous 1.218
(colored)
Fixed Bug#21552: libxml fails to decode &
uri.c testUri.c patches, by Marc Sanfacon (1 left)
HTML/encoding push problems reported by Wayne Davison
Daniel
Revision 1.218 / (download) - annotate - [select for diffs]
, Mon Aug 7 13:43:51 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.217: +1 -1
lines
Diff to previous 1.217
(colored)
Commiting work done on the plane, mostly an attempt at XML Schema understanding
by coding ... Daniel
Revision 1.217 / (download) - annotate - [select for diffs]
, Tue Aug 1 23:42:54 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.216: +1 -0
lines
Diff to previous 1.216
(colored)
Fixed the problem reported by Marc Sanfacon, added testcase, Daniel
Revision 1.216 / (download) - annotate - [select for diffs]
, Mon Jul 31 18:23:00 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.215: +8 -3
lines
Diff to previous 1.215
(colored)
Fixed a memleak in xmlSAXUserParseMemory, cleanups, Daniel
Revision 1.215 / (download) - annotate - [select for diffs]
, Fri Jul 28 23:49:49 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.214: +26 -13
lines
Diff to previous 1.214
(colored)
A bit of cleanup on the features functions, Daniel
Revision 1.214 / (download) - annotate - [select for diffs]
, Fri Jul 28 23:06:20 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.213: +279 -5
lines
Diff to previous 1.213
(colored)
Played with Oasis testsuite a bit more, added xmlGetFeaturesList,
xmlGetFeature, xmlSetFeature, applied submitted bugfixes, Daniel
Revision 1.213 / (download) - annotate - [select for diffs]
, Fri Jul 28 00:04:09 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.212: +161 -0
lines
Diff to previous 1.212
(colored)
More work on Oasis testsuite and external entities handling, Daniel
Revision 1.212 / (download) - annotate - [select for diffs]
, Thu Jul 27 21:16:48 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.211: +4 -0
lines
Diff to previous 1.211
(colored)
A bit of work on Oasis testsuite, daniel.
Revision 1.211 / (download) - annotate - [select for diffs]
, Wed Jul 26 19:08:53 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.210: +24 -7
lines
Diff to previous 1.210
(colored)
Worked on the Oasis testsuite tool, fixed a couple of nasty bugs in the
way. Added node information for empty elements, Daniel.
Revision 1.210 / (download) - annotate - [select for diffs]
, Wed Jul 26 01:52:03 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.209: +30 -11
lines
Diff to previous 1.209
(colored)
Fixed external entities URI computation, cleanup, added examples, Daniel.
Revision 1.209 / (download) - annotate - [select for diffs]
, Fri Jul 21 19:12:07 2000 UTC (7 years, 9 months ago) by veillard
CVS Tags: LIBXML_2_2_1
Changes since 1.208: +14 -11
lines
Diff to previous 1.208
(colored)
Fixed the problem of encoding support and xmlParseMemory(), daniel
Revision 1.208 / (download) - annotate - [select for diffs]
, Fri Jul 14 14:11:40 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.207: +9 -2
lines
Diff to previous 1.207
(colored)
Fixed a mem deallocation bug on unsupported encodings
Uncommented out a cleanup in XPath,
Daniel
Revision 1.207 / (download) - annotate - [select for diffs]
, Wed Jul 12 13:46:54 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.206: +4 -2
lines
Diff to previous 1.206
(colored)
Completely converted HTML document content to UTF8, fixed output,
added HTML output filter, corrected HTML regression tests, Daniel.
Revision 1.206 / (download) - annotate - [select for diffs]
, Tue Jul 11 00:28:58 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.205: +12 -24
lines
Diff to previous 1.205
(colored)
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) - annotate - [select for diffs]
, Mon Jul 10 16:35:43 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.204: +12 -1
lines
Diff to previous 1.204
(colored)
Fixed a problem with & in attributes, added testcases, Daniel.
Revision 1.204 / (download) - annotate - [select for diffs]
, Wed Jul 5 12:32:16 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.203: +18 -18
lines
Diff to previous 1.203
(colored)
Large cleanup using SunPro cc, Daniel.
Revision 1.203 / (download) - annotate - [select for diffs]
, Mon Jul 3 07:33:55 2000 UTC (7 years, 10 months ago) by veillard
Changes since 1.202: +4 -1
lines
Diff to previous 1.202
(colored)
Played with encodings, removing ISO-Latin specifics, this is still unstable, Daniel.
Revision 1.202 / (download) - annotate - [select for diffs]
, Thu Jun 29 16:02:51 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_1_1
Changes since 1.201: +11 -7
lines
Diff to previous 1.201
(colored)
Patches w.r.t Windows build error messages, Daniel
http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/buildwarn2.1
Revision 1.201 / (download) - annotate - [select for diffs]
, Thu Jun 29 10:33:02 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_1_0
Changes since 1.200: +19 -0
lines
Diff to previous 1.200
(colored)
Added xmlStopParser(), updated TODO, Daniel.
Revision 1.200 / (download) - annotate - [select for diffs]
, Thu Jun 29 09:14:56 2000 UTC (7 years, 10 months ago) by daniel
Changes since 1.199: +31 -1
lines
Diff to previous 1.199
(colored)
Few changes related to 2.1.0 release, Daniel.
Revision 1.199 / (download) - annotate - [select for diffs]
, Sun May 14 21:03:43 2000 UTC (8 years ago) by daniel
Changes since 1.198: +1 -1
lines
Diff to previous 1.198
(colored)
adding OASIS test
Revision 1.198 / (download) - annotate - [select for diffs]
, Wed May 10 18:16:38 2000 UTC (8 years ago) by daniel
Changes since 1.197: +67 -72
lines
Diff to previous 1.197
(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.197 / (download) - annotate - [select for diffs]
, Mon May 8 12:20:38 2000 UTC (8 years ago) by daniel
Changes since 1.196: +15 -9
lines
Diff to previous 1.196
(colored)
Saving to different encodings starts working better, still need
to not save to CharREF when saving to non-ascii, Daniel
Revision 1.196 / (download) - annotate - [select for diffs]
, Tue May 2 17:02:09 2000 UTC (8 years ago) by daniel
Changes since 1.195: +7 -11
lines
Diff to previous 1.195
(colored)
More encoding/Char set cleanup, Daniel.
Revision 1.195 / (download) - annotate - [select for diffs]
, Tue May 2 13:19:46 2000 UTC (8 years ago) by daniel
Changes since 1.194: +29 -61
lines
Diff to previous 1.194
(colored)
More work and bug fixes on XML encodings support, Daniel
Revision 1.194 / (download) - annotate - [select for diffs]
, Sun Apr 30 20:41:53 2000 UTC (8 years ago) by daniel
Changes since 1.193: +46 -80
lines
Diff to previous 1.193
(colored)
More work on the encoding support and translation, looks better, Daniel.
Revision 1.193 / (download) - annotate - [select for diffs]
, Sun Apr 30 09:10:18 2000 UTC (8 years ago) by daniel
Changes since 1.192: +352 -162
lines
Diff to previous 1.192
(colored)
Worked on iconv() encoding conversion, some cleanup too, Daniel
Revision 1.192 / (download) - annotate - [select for diffs]
, Mon Apr 24 11:31:56 2000 UTC (8 years ago) by daniel
Changes since 1.191: +2 -2
lines
Diff to previous 1.191
(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.191 / (download) - annotate - [select for diffs]
, Sat Apr 15 15:27:01 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.190: +6 -2
lines
Diff to previous 1.190
(colored)
xmlCopyDoc bugs and post validation probs fixed, Daniel.
Revision 1.190 / (download) - annotate - [select for diffs]
, Wed Apr 12 13:26:13 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.189: +104 -14
lines
Diff to previous 1.189
(colored)
- speedup of IS_CHAR like macros, significant overall improvement
- More interfaces for new I/O functions: xmlNewIOInputStream,
xmlParserInputBufferCreateIO, xmlCreateIOParserCtxt
- added I/O test to xmllint
Daniel
Revision 1.189 / (download) - annotate - [select for diffs]
, Fri Apr 7 16:32:11 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.188: +1 -6
lines
Diff to previous 1.188
(colored)
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) - annotate - [select for diffs]
, Mon Apr 3 18:45:48 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.187: +9 -9
lines
Diff to previous 1.187
(colored)
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel
Revision 1.187 / (download) - annotate - [select for diffs]
, Tue Mar 14 16:46:29 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.186: +81 -2
lines
Diff to previous 1.186
(colored)
Fixing more entities stuff, daniel.
Revision 1.186 / (download) - annotate - [select for diffs]
, Tue Mar 14 14:05:31 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.185: +30 -10
lines
Diff to previous 1.185
(colored)
More entities recursion detections, cleanup, subtle ent stuff :-(, Daniel.
Revision 1.185 / (download) - annotate - [select for diffs]
, Tue Mar 14 11:50:45 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.184: +104 -33
lines
Diff to previous 1.184
(colored)
Fixed a few probs, started working on entities loop detections, Daniel.
Revision 1.184 / (download) - annotate - [select for diffs]
, Mon Mar 13 12:11:12 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.183: +54 -57
lines
Diff to previous 1.183
(colored)
- Dtd attribute normalization
- push parser bug removed
- added XML erratas to TODO
...
Daniel
Revision 1.183 / (download) - annotate - [select for diffs]
, Sat Mar 11 17:44:06 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.182: +1 -1
lines
Diff to previous 1.182
(colored)
Fixed a bunch of validity probs during the badminton tournament, daniel
Revision 1.182 / (download) - annotate - [select for diffs]
, Sat Mar 4 16:54:07 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.181: +5 -6
lines
Diff to previous 1.181
(colored)
added an URL field for documents, started to look at URI/bases,
couple of minor signature changes, Daniel
Revision 1.181 / (download) - annotate - [select for diffs]
, Sat Mar 4 15:16:57 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.180: +222 -33
lines
Diff to previous 1.180
(colored)
Finished #6766 closure, rebuilt docs, small patch to validation, Daniel.
Revision 1.180 / (download) - annotate - [select for diffs]
, Sat Mar 4 11:37:06 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.179: +349 -79
lines
Diff to previous 1.179
(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.179 / (download) - annotate - [select for diffs]
, Thu Mar 2 03:56:00 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.178: +15 -4
lines
Diff to previous 1.178
(colored)
Added ctxt->keepBlanks , new heuristic for blanks detection in the
absence of DTD, Daniel
Revision 1.178 / (download) - annotate - [select for diffs]
, Tue Feb 29 23:52:51 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.177: +1 -0
lines
Diff to previous 1.177
(colored)
Bug fixes, removed one memleak, better conformance, Daniel.
Revision 1.177 / (download) - annotate - [select for diffs]
, Tue Feb 29 16:49:26 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.176: +2 -2
lines
Diff to previous 1.176
(colored)
Fixed a buf reported on the list, daniel
Revision 1.176 / (download) - annotate - [select for diffs]
, Tue Feb 29 16:16:17 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.175: +374 -99
lines
Diff to previous 1.175
(colored)
Work done when going from Grenoble to SanJose, Daniel
Revision 1.175 / (download) - annotate - [select for diffs]
, Sat Feb 26 12:46:48 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.174: +60 -8
lines
Diff to previous 1.174
(colored)
First step at xmlParseBalancedChunkMemory(), Daniel.
Revision 1.174 / (download) - annotate - [select for diffs]
, Thu Feb 24 19:53:30 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.173: +12 -0
lines
Diff to previous 1.173
(colored)
starting messing with entities again ... Daniel.
Revision 1.173 / (download) - annotate - [select for diffs]
, Thu Feb 24 16:51:08 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.172: +1 -1
lines
Diff to previous 1.172
(colored)
Fixed IDREFS valid checking, cleanups, updated TODO, and Oasis testing, Daniel.
Revision 1.172 / (download) - annotate - [select for diffs]
, Thu Feb 24 13:12:17 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.171: +88 -41
lines
Diff to previous 1.171
(colored)
Added Suns tests fixed xmlParseXMLDecl and xmlParseTextDecl mismatches, Daniel.
Revision 1.171 / (download) - annotate - [select for diffs]
, Wed Feb 23 15:34:44 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.170: +100 -48
lines
Diff to previous 1.170
(colored)
fixed levels of conditionnal section
added HTML output to the tester program
Daniel
Revision 1.170 / (download) - annotate - [select for diffs]
, Tue Feb 22 20:49:02 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.169: +73 -6
lines
Diff to previous 1.169
(colored)
Removed memory leaks found on OASIS testsuite, Daniel.
Revision 1.169 / (download) - annotate - [select for diffs]
, Tue Feb 22 17:56:35 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.168: +14 -0
lines
Diff to previous 1.168
(colored)
Still hunting down XML conformance, Daniel.
Revision 1.168 / (download) - annotate - [select for diffs]
, Tue Feb 22 14:22:10 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.167: +75 -8
lines
Diff to previous 1.167
(colored)
XML problems cleanup using James Clark and OASIS testsuites, Daniel.
Revision 1.167 / (download) - annotate - [select for diffs]
, Mon Feb 21 23:13:10 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.166: +24 -1
lines
Diff to previous 1.166
(colored)
started playing with OAsis test suite, fixed
conf/xmltest/not-wf/ext-sa/002.xml
Daniel
Revision 1.166 / (download) - annotate - [select for diffs]
, Mon Feb 21 18:49:25 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.165: +21 -1
lines
Diff to previous 1.165
(colored)
Lots of bugs fixing on the validation, added RunTests, Daniel.
Revision 1.165 / (download) - annotate - [select for diffs]
, Mon Feb 21 09:33:35 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.164: +74 -35
lines
Diff to previous 1.164
(colored)
Parsing teh external subset in context of the internal one.
Added conditionnal sections support
Daniel
Revision 1.164 / (download) - annotate - [select for diffs]
, Thu Feb 17 13:29:09 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.163: +50 -11
lines
Diff to previous 1.163
(colored)
Fixed another batch of validation related problems, daniel.
Revision 1.163 / (download) - annotate - [select for diffs]
, Thu Feb 17 10:08:26 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.162: +1 -1
lines
Diff to previous 1.162
(colored)
Oops fixed a prob, Daniel.
Revision 1.162 / (download) - annotate - [select for diffs]
, Thu Feb 17 10:03:23 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.161: +136 -23
lines
Diff to previous 1.161
(colored)
More fixes on UTF-16, Daniel.
Revision 1.161 / (download) - annotate - [select for diffs]
, Wed Feb 16 18:30:54 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.160: +25 -39
lines
Diff to previous 1.160
(colored)
Updated the result while switching to hex encoding of charrefs
Fixed UTF-8 problems in parser.c
Daniel
Revision 1.160 / (download) - annotate - [select for diffs]
, Wed Feb 16 17:16:22 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.159: +59 -47
lines
Diff to previous 1.159
(colored)
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) - annotate - [select for diffs]
, Tue Feb 15 19:26:44 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.158: +16 -16
lines
Diff to previous 1.158
(colored)
first step toward DOMifying Entities declaration too, Daniel.
Revision 1.158 / (download) - annotate - [select for diffs]
, Tue Feb 15 14:56:32 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.157: +2 -1
lines
Diff to previous 1.157
(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.157 / (download) - annotate - [select for diffs]
, Mon Feb 14 08:24:33 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.156: +4 -4
lines
Diff to previous 1.156
(colored)
First set of patches for DOM and v2.0, Daniel.
Revision 1.156 / (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.155: +190 -34
lines
Diff to previous 1.155
(colored)
Worked toward support of UTF-16 LE, hitting bug in conversion, Daniel
Revision 1.155 / (download) - annotate - [select for diffs]
, Thu Feb 10 14:45:03 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.154: +34 -9
lines
Diff to previous 1.154
(colored)
Patch from Lutz Behnke for snprintf, Daniel.
Revision 1.154 / (download) - annotate - [select for diffs]
, Wed Feb 9 16:45:03 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.153: +10 -3
lines
Diff to previous 1.153
(colored)
Fixed an entity in entities processing bug, Daniel.
Revision 1.153 / (download) - annotate - [select for diffs]
, Wed Feb 9 13:34:45 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.152: +51 -23
lines
Diff to previous 1.152
(colored)
UTF-8/entities/charref/encoding cleanups, Daniel
Revision 1.152 / (download) - annotate - [select for diffs]
, Tue Feb 8 20:16:21 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.151: +484 -297
lines
Diff to previous 1.151
(colored)
More work on UTF-8 support, a few things are still broken, Daniel.
Revision 1.151 / (download) - annotate - [select for diffs]
, Mon Feb 7 12:41:12 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.150: +180 -32
lines
Diff to previous 1.150
(colored)
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) - annotate - [select for diffs]
, Thu Feb 3 15:35:57 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.149: +2 -1
lines
Diff to previous 1.149
(colored)
Do a bit more of bufferization in push mode, Daniel
Revision 1.149 / (download) - annotate - [select for diffs]
, Thu Feb 3 14:58:47 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.148: +7 -2
lines
Diff to previous 1.148
(colored)
Fixed compilation warnings on various platforms. Fixed #5281, Daniel.
Revision 1.148 / (download) - annotate - [select for diffs]
, Wed Jan 26 13:48:45 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.147: +2 -1
lines
Diff to previous 1.147
(colored)
Finished the FTP transport integration, Daniel.
Revision 1.147 / (download) - annotate - [select for diffs]
, Sun Jan 23 15:09:36 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.146: +15 -4
lines
Diff to previous 1.146
(colored)
Fixed a problem with </> reported by zab on IRC, Daniel
Revision 1.146 / (download) - annotate - [select for diffs]
, Mon Jan 17 16:03:17 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.145: +0 -3
lines
Diff to previous 1.145
(colored)
Patch from Rune.Djurhuus@fast.no on xmlGetProp(), Daniel
Revision 1.145 / (download) - annotate - [select for diffs]
, Tue Jan 11 19:42:27 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.144: +6 -5
lines
Diff to previous 1.144
(colored)
Removed all exit() references from the library code, Daniel
Revision 1.144 / (download) - annotate - [select for diffs]
, Mon Jan 10 17:35:28 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.143: +101 -0
lines
Diff to previous 1.143
(colored)
Started writing front-ends for parsing a chunk, Daniel
Revision 1.143 / (download) - annotate - [select for diffs]
, Wed Jan 5 15:58:41 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.142: +62 -19
lines
Diff to previous 1.142
(colored)
valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
tree.c: added check and handling when possibly removing an ID
tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
and saving.
test/HTML/entities.html result/HTML/entities.html* : test for
various entities reference cases
result/HTML/* : as a result output of some testcase have
changed
HTMLparser.c, parser.c: fixed a bug in the push mode triggered
by previous example. added xmlParseTryOrFinish().
xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
entities.h debugXML.h HTMLparser.h: changed the way struct are
declared to allow gtk-doc to expose those
parser.c: closed bug #4960
Revision 1.142 / (download) - annotate - [select for diffs]
, Mon Jan 3 10:59:22 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.141: +17 -8
lines
Diff to previous 1.141
(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.141 / (download) - annotate - [select for diffs]
, Wed Dec 29 12:47:07 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.140: +5 -6
lines
Diff to previous 1.140
(colored)
Push mode for the HTML parser too, improvement on the mem debug, cleanup, Daniel
Revision 1.140 / (download) - annotate - [select for diffs]
, Tue Dec 28 15:31:14 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.139: +1005 -93
lines
Diff to previous 1.139
(colored)
Work done during hollidays:
- push parsing
- XML shell
- XPath debug
Lots of bug fixes and cleanup too,
Daniel
Revision 1.139 / (download) - annotate - [select for diffs]
, Wed Dec 22 11:19:50 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.138: +17 -5
lines
Diff to previous 1.138
(colored)
Fix for PI names starting with xml, daniel
Revision 1.138 / (download) - annotate - [select for diffs]
, Tue Dec 21 17:53:00 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.137: +1 -2
lines
Diff to previous 1.137
(colored)
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.
Revision 1.137 / (download) - annotate - [select for diffs]
, Tue Dec 21 16:19:16 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.136: +1 -1
lines
Diff to previous 1.136
(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.136 / (download) - annotate - [select for diffs]
, Sat Dec 18 14:58:00 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.135: +4 -0
lines
Diff to previous 1.135
(colored)
Closed bug #4344, cleanup header files, C++ wise, daniel.
Revision 1.135 / (download) - annotate - [select for diffs]
, Fri Dec 10 18:18:57 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.134: +959 -246
lines
Diff to previous 1.134
(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.134 / (download) - annotate - [select for diffs]
, Wed Dec 1 11:13:19 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.133: +8 -2
lines
Diff to previous 1.133
(colored)
Fixing bugs #3937, #3908, and a memory leak in a SAX interface, Daniel
Revision 1.133 / (download) - annotate - [select for diffs]
, Wed Dec 1 09:13:12 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.132: +1 -0
lines
Diff to previous 1.132
(colored)
General cleanup, added xmlCleanupPredefinedEntities(), Daniel
Revision 1.132 / (download) - annotate - [select for diffs]
, Wed Nov 24 17:57:48 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.131: +18 -2
lines
Diff to previous 1.131
(colored)
Added cleanup routines, cleanup with -pedantic on linux, patch for 3788, Daniel
Revision 1.131 / (download) - annotate - [select for diffs]
, Tue Nov 23 10:22:04 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.130: +3 -2
lines
Diff to previous 1.130
(colored)
Closing bug report #3748, changed global compression flag usage, and
added xmlNewTextChild() and xmlNewDocRawNode(), Daniel
Revision 1.130 / (download) - annotate - [select for diffs]
, Thu Nov 18 13:55:49 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.129: +12 -13
lines
Diff to previous 1.129
(colored)
Fixed some wrongly space collapsing code due to misreading of the spec, Daniel.
Revision 1.129 / (download) - annotate - [select for diffs]
, Wed Nov 17 17:16:44 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.128: +122 -34
lines
Diff to previous 1.128
(colored)
Added attribute normalization and examples, Daniel.
Revision 1.128 / (download) - annotate - [select for diffs]
, Wed Nov 10 17:54:34 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.127: +74 -0
lines
Diff to previous 1.127
(colored)
Start at adding real progressive parsing, Daniel.
Revision 1.127 / (download) - annotate - [select for diffs]
, Tue Oct 26 08:29:43 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.126: +14 -14
lines
Diff to previous 1.126
(colored)
Memory allocation error reported by Bill Randle <billr@exgate.tek.com>, Daniel.
Revision 1.126 / (download) - annotate - [select for diffs]
, Sat Oct 23 21:43:49 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.125: +11 -4
lines
Diff to previous 1.125
(colored)
Fixed the bug reported by gnumeric user, Daniel.
Revision 1.125 / (download) - annotate - [select for diffs]
, Sat Oct 9 09:02:28 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.124: +4 -7
lines
Diff to previous 1.124
(colored)
Patch from Tim Josling for single quoted items, Daniel
Revision 1.124 / (download) - annotate - [select for diffs]
, Fri Oct 8 09:35:41 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.123: +4 -3
lines
Diff to previous 1.123
(colored)
Corrections of comments/doc, CORBA fields init patch from raph, Daniel.
Revision 1.123 / (download) - annotate - [select for diffs]
, Thu Sep 30 15:43:35 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.122: +506 -429
lines
Diff to previous 1.122
(colored)
Commited 1.7.3 from GnomeCVS, Daniel.
Revision 1.122 / (download) - annotate - [select for diffs]
, Mon Sep 20 12:23:02 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.121: +263 -42
lines
Diff to previous 1.121
(colored)
Cleanup, added some WebDAV testing, errno on parser, extended nanohttp API, Daniel.
Revision 1.121 / (download) - annotate - [select for diffs]
, Fri Sep 17 12:08:23 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.120: +9 -2
lines
Diff to previous 1.120
(colored)
Cleanup on includes, defines, etc ... Daniel
Revision 1.120 / (download) - annotate - [select for diffs]
, Mon Sep 13 12:28:56 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.119: +2 -2
lines
Diff to previous 1.119
(colored)
More work on validation, Daniel.
Revision 1.119 / (download) - annotate - [select for diffs]
, Thu Sep 2 16:30:54 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.118: +88 -87
lines
Diff to previous 1.118
(colored)
Memory leak hunting, successful it seems ! Daniel
Revision 1.118 / (download) - annotate - [select for diffs]
, Mon Aug 30 11:19:42 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.117: +30 -3
lines
Diff to previous 1.117
(colored)
Patches submitted by Stephane.Conversy@lri.fr, cleanup, Daniel.
Revision 1.117 / (download) - annotate - [select for diffs]
, Sun Aug 29 18:01:17 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.116: +25 -32
lines
Diff to previous 1.116
(colored)
More cleanup, added processing-instruction(name) in xpath, Insure ... Daniel
Revision 1.116 / (download) - annotate - [select for diffs]
, Sun Aug 29 10:56:44 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.115: +25 -24
lines
Diff to previous 1.115
(colored)
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel
Revision 1.115 / (download) - annotate - [select for diffs]
, Wed Aug 25 14:02:07 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.114: +18 -8
lines
Diff to previous 1.114
(colored)
Added a check missing in parsing external subset, Daniel.
Revision 1.114 / (download) - annotate - [select for diffs]
, Wed Aug 25 13:25:55 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.113: +17 -13
lines
Diff to previous 1.113
(colored)
Cleanup for comments, more tests, removing TODOs, .h formatting, Daniel
Revision 1.113 / (download) - annotate - [select for diffs]
, Wed Aug 25 10:55:46 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.112: +66 -20
lines
Diff to previous 1.112
(colored)
Large improvement when substituting entities, PI support added,
ID support added (with checking), API for external parsed entities, Daniel.
Revision 1.112 / (download) - annotate - [select for diffs]
, Mon Aug 9 15:57:09 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.111: +0 -3
lines
Diff to previous 1.111
(colored)
tarted to look at swtitching to UTF8 internally, Daniel.
Revision 1.111 / (download) - annotate - [select for diffs]
, Sun Aug 8 18:10:26 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.110: +16 -11
lines
Diff to previous 1.110
(colored)
Small changes to teh parser, Daniel
Revision 1.110 / (download) - annotate - [select for diffs]
, Sat Aug 7 14:10:11 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.109: +24 -15
lines
Diff to previous 1.109
(colored)
Validation bug fixing, XML-REC now validates, Daniel.
Revision 1.109 / (download) - annotate - [select for diffs]
, Fri Aug 6 19:53:35 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.108: +11 -0
lines
Diff to previous 1.108
(colored)
Patch w.r.t. CDatat sections, Daniel.
Revision 1.108 / (download) - annotate - [select for diffs]
, Fri Aug 6 19:43:32 1999 UTC (8 years, 9 months ago) by veillard
Changes since 1.107: +5 -2
lines
Diff to previous 1.107
(colored)
Small change wrt CData sections, Daniel.
Revision 1.107 / (download) - annotate - [select for diffs]
, Fri Aug 6 17:00:12 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.106: +3 -8
lines
Diff to previous 1.106
(colored)
More work on validation, added CData sections to SAX, oops ... Daniel
Revision 1.106 / (download) - annotate - [select for diffs]
, Thu Aug 5 20:41:29 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.105: +34 -6
lines
Diff to previous 1.105
(colored)
Added validity tests, better dtd lookup, Daniel
Revision 1.105 / (download) - annotate - [select for diffs]
, Thu Aug 5 14:38:26 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.104: +14 -16
lines
Diff to previous 1.104
(colored)
The xlink draft now validates :-), Daniel.
Revision 1.104 / (download) - annotate - [select for diffs]
, Thu Aug 5 09:42:03 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.103: +20 -9
lines
Diff to previous 1.103
(colored)
Big progresses on the validating front, DIA doc validates, Daniel
Revision 1.103 / (download) - annotate - [select for diffs]
, Wed Aug 4 10:11:42 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.102: +2 -1
lines
Diff to previous 1.102
(colored)
Removed a bug in attributes data generation, attribute decl printing,
more progress on DtD validation, isnan and isinf workarounds, Daniel.
Revision 1.102 / (download) - annotate - [select for diffs]
, Wed Aug 4 08:32:17 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.101: +14 -11
lines
Diff to previous 1.101
(colored)
Started adding validation of the DtD parts, Daniel
Revision 1.101 / (download) - annotate - [select for diffs]
, Tue Aug 3 11:57:32 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.100: +12 -2
lines
Diff to previous 1.100
(colored)
Restored DtD parsing, set-up the framework for validation, Daniel
Revision 1.100 / (download) - annotate - [select for diffs]
, Mon Aug 2 16:45:50 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.99: +6 -14
lines
Diff to previous 1.99
(colored)
First steps toward adding the validation code, Daniel
Revision 1.99 / (download) - annotate - [select for diffs]
, Mon Aug 2 09:21:17 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.98: +136 -35
lines
Diff to previous 1.98
(colored)
Added all WFC tests, checkings, updated TODO, added VC info in parser.c, Daniel
Revision 1.98 / (download) - annotate - [select for diffs]
, Sun Aug 1 18:25:52 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.97: +470 -122
lines
Diff to previous 1.97
(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.97 / (download) - annotate - [select for diffs]
, Sat Jul 31 23:49:48 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.96: +523 -238
lines
Diff to previous 1.96
(colored)
The xmlspec DtD is now parsed successfully !!! Bugfixes, Daniel
Revision 1.96 / (download) - annotate - [select for diffs]
, Fri Jul 30 10:30:22 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.95: +183 -88
lines
Diff to previous 1.95
(colored)
Cleanup in the parser, work toward compliant entity support and Dtd parsing, Daniel.
Revision 1.95 / (download) - annotate - [select for diffs]
, Thu Jul 29 10:17:54 1999 UTC (8 years, 9 months ago) by veillard
Changes since 1.94: +4 -1
lines
Diff to previous 1.94
(colored)
Cleaned up a few probs found by Insure++, Daniel.
Revision 1.94 / (download) - annotate - [select for diffs]
, Thu Jul 29 09:43:58 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.93: +67 -5
lines
Diff to previous 1.93
(colored)
Cleanup, debugging on external entities parsing, Daniel
Revision 1.93 / (download) - annotate - [select for diffs]
, Tue Jul 27 18:44:59 1999 UTC (8 years, 9 months ago) by veillard
Changes since 1.92: +8 -2
lines
Diff to previous 1.92
(colored)
Cleanup using Insure++, Daniel
Revision 1.92 / (download) - annotate - [select for diffs]
, Tue Jul 27 13:16:06 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.91: +1 -0
lines
Diff to previous 1.91
(colored)
More cleanup on progressive parsing, added an option to tester, a bit
of XPath cleanup, improved make clean, Daniel.
Revision 1.91 / (download) - annotate - [select for diffs]
, Mon Jul 26 15:05:43 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.90: +360 -284
lines
Diff to previous 1.90
(colored)
Work on progressive parsing, and a bit of XPath, Daniel.
Revision 1.90 / (download) - annotate - [select for diffs]
, Thu Jul 15 12:32:47 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.89: +1 -0
lines
Diff to previous 1.89
(colored)
Started debugging, extended testXPath, added regression tests, Daniel
Revision 1.89 / (download) - annotate - [select for diffs]
, Mon Jul 12 23:49:42 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.88: +55 -1
lines
Diff to previous 1.88
(colored)
Trying to lower the number ot TODOs in xpath, Daniel.
Revision 1.88 / (download) - annotate - [select for diffs]
, Mon Jul 12 10:48:30 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.87: +0 -8
lines
Diff to previous 1.87
(colored)
Removed a dep to zlib-1.1, added // and .. support, Daniel
Revision 1.87 / (download) - annotate - [select for diffs]
, Fri Jul 9 16:16:31 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.86: +6 -6
lines
Diff to previous 1.86
(colored)
Patch to file Input, bug fix on HTML printing, more work on XPath, Daniel
Revision 1.86 / (download) - annotate - [select for diffs]
, Wed Jul 7 09:16:19 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.85: +174 -71
lines
Diff to previous 1.85
(colored)
Adding HTML support, testcases, and updates from bugs.gnome.org, Daniel
Revision 1.85 / (download) - annotate - [select for diffs]
, Tue Jun 8 22:19:21 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.84: +1 -1
lines
Diff to previous 1.84
(colored)
Fix from "Perik, Mike" <mikep@crt.com>, Daniel.
Revision 1.84 / (download) - annotate - [select for diffs]
, Mon Jun 7 22:28:43 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.83: +4 -1
lines
Diff to previous 1.83
(colored)
Corrected bugs an memory alloc, make testall under Insure is now clean, Daniel
Revision 1.83 / (download) - annotate - [select for diffs]
, Mon Jun 7 10:42:28 1999 UTC (8 years, 11 months ago) by daniel
Changes since 1.82: +32 -21
lines
Diff to previous 1.82
(colored)
<