W3C CVS Root

CVS log for XML/entities.c

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.69: 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
CVS tags: LIBXML_2_2_8, HEAD
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +20 -13 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.68: download - view: text, markup, annotated - select for diffs
Mon Oct 23 18:59:50 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_6
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -0 lines
Fixed the Makefile.am to get memleaks reported again
Fixed the memory leaks introduced in hash changes
Still a couple of problems with Validity checks
Daniel

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Oct 22 16:56:52 2000 UTC (23 years, 6 months ago) by veillard
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +51 -417 lines
Switched the entities structures and code to use the new hast tables, Daniel.

Revision 1.66: 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.65: preferred, colored
Changes since revision 1.65: +10 -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.65: 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.64: preferred, colored
Changes since revision 1.64: +15 -11 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.64: 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.63: preferred, colored
Changes since revision 1.63: +13 -9 lines
Jumbo snprintf patch Denis Barbier <barbier@imacs.polytechnique.fr>, Daniel

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Sep 6 22:05:39 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +8 -2 lines
Non included patch from Bjørn Reese <br@sseusa.com>, kept as comment, Daniel

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Sep 5 20:37:50 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -0 lines
Added a URI field to entities, not finished yet, Daniel.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Aug 26 12:40:09 2000 UTC (23 years, 8 months ago) by veillard
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +228 -76 lines
Removed other time consuming operations in entities handling,
parsing the docbook DTD time was divided by 10, Daniel.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Jul 13 09:59:56 2000 UTC (23 years, 10 months ago) by veillard
Branches: MAIN
CVS tags: LIBXML_2_2_1
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +4 -5 lines
Fixed a nasty bug in xmlEncodeEntitiesReentrant(), Daniel.

Revision 1.59: 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.58: preferred, colored
Changes since revision 1.58: +1 -14 lines
Completely converted HTML document content to UTF8, fixed output,
added HTML output filter, corrected HTML regression tests, Daniel.

Revision 1.58: 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.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
Large cleanup using SunPro cc, Daniel.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon May 8 13:09:02 2000 UTC (24 years ago) by daniel
Branches: MAIN
CVS tags: LIBXML_2_1_1, LIBXML_2_1_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +80 -0 lines
More work on saving to non-ascii, Daniel

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

Revision 1.55: 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.54: preferred, colored
Changes since revision 1.54: +4 -0 lines
More entities recursion detections, cleanup, subtle ent stuff :-(, Daniel.

Revision 1.54: 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.53: preferred, colored
Changes since revision 1.53: +143 -0 lines
Fixed a few probs, started working on entities loop detections, Daniel.

Revision 1.53: 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.52: preferred, colored
Changes since revision 1.52: +89 -75 lines
Bunch of patches including validation within entities, done in
SanJose->Grenoble trip. Includes deactivation of white space removal
heuristic by default,
Daniel

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

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Feb 19 18:59:45 2000 UTC (24 years, 2 months ago) by daniel
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +124 -66 lines
Entities fixes, Daniel.

Revision 1.50: 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.49: preferred, colored
Changes since revision 1.49: +4 -3 lines
Bunch of fixes on I18N, fixed UTF16toUTF8, validity checking fixes,
working on james Clark regression tests, added --nowarning to tester, Daniel.

Revision 1.49: 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.48: preferred, colored
Changes since revision 1.48: +22 -26 lines
first step toward DOMifying Entities declaration too, Daniel.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Feb 10 17:11:17 2000 UTC (24 years, 3 months ago) by daniel
Branches: MAIN
CVS tags: COMPAT_1_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Encoding patch from "Y. Cheng" <ycheng@phi.sinica.edu.tw>,
updated testSAX.c to add the cdata callback
Daniel

Revision 1.47: 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.46: preferred, colored
Changes since revision 1.46: +6 -14 lines
UTF-8/entities/charref/encoding cleanups, Daniel

Revision 1.46: 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.45: preferred, colored
Changes since revision 1.45: +86 -4 lines
More work on UTF-8 support, a few things are still broken, Daniel.

Revision 1.45: 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.44: preferred, colored
Changes since revision 1.44: +9 -7 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.44: 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.43: preferred, colored
Changes since revision 1.43: +8 -6 lines
Removed all exit() references from the library code, Daniel

Revision 1.43: 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.42: preferred, colored
Changes since revision 1.42: +6 -3 lines
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

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

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Dec 20 14:34:36 1999 UTC (24 years, 4 months ago) by daniel
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -0 lines
Cleanup of #include to avoid a silly/tricky problem with C++ C-escaping, Daniel

Revision 1.40: 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.39: preferred, colored
Changes since revision 1.39: +12 -0 lines
General cleanup, added xmlCleanupPredefinedEntities(), Daniel

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Oct 14 08:26:49 1999 UTC (24 years, 7 months ago) by daniel
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +10 -2 lines
Introduced HTML document type, removed &apos; for HTML, improved
xmlmemory, Daniel.

Revision 1.38: 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.37: preferred, colored
Changes since revision 1.37: +32 -32 lines
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.37: 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.36: preferred, colored
Changes since revision 1.36: +7 -1 lines
Cleanup on includes, defines, etc ... Daniel

Revision 1.36: 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.35: preferred, colored
Changes since revision 1.35: +21 -20 lines
Memory leak hunting, successful it seems ! Daniel

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Sep 1 12:17:44 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +9 -0 lines
Corrected the entity lookup for param entities too, Daniel.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Sep 1 12:08:03 1999 UTC (24 years, 8 months ago) by daniel
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +9 -0 lines
Commited a stupid entity bug, Daniel.

Revision 1.33: 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.32: preferred, colored
Changes since revision 1.32: +3 -6 lines
More cleanup, added processing-instruction(name) in xpath, Insure ... Daniel

Revision 1.32: 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.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
Cleanup with -pedantic, closing TODOs, added a missing VC, Daniel

Revision 1.31: 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
CVS tags: LIBXML_1_5_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +10 -7 lines
First steps toward adding the validation code, Daniel

Revision 1.30: 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.29: preferred, colored
Changes since revision 1.29: +57 -4 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.29: download - view: text, markup, annotated - select for diffs
Thu Jul 29 09:43:57 1999 UTC (24 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Cleanup, debugging on external entities parsing, Daniel

Revision 1.28: 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.27: preferred, colored
Changes since revision 1.27: +157 -19 lines
Adding HTML support, testcases, and updates from bugs.gnome.org, Daniel

Revision 1.27: 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
CVS tags: LIB_XML_1_1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +41 -31 lines
More fixes, the parser now work on the xml parsing tests from the XML-1.0 REQ, Daniel

Revision 1.26: 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.25: preferred, colored
Changes since revision 1.25: +22 -25 lines
Quite some work to make a correct entity model, Daniel.

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

Revision 1.24: 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.23: preferred, colored
Changes since revision 1.23: +6 -6 lines
Cleanupt for gnome-xml, added parserInternals.h, more work on internal subset, Daniel.

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

Revision 1.22: 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.21: preferred, colored
Changes since revision 1.21: +173 -49 lines
Started running the parser against James Clark XML testsuite, lot of
Well-Formedness checking bug fixes, not finished though, Daniel.

Revision 1.21: 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.20: preferred, colored
Changes since revision 1.20: +25 -6 lines
Entity encoding fixes, added a test case, and fixed debug messages formatting, Daniel.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Nov 15 05:36:36 1998 UTC (25 years, 6 months ago) by daniel
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +12 -1 lines
Yet another stupid bug ? Daniel.

Revision 1.19: 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.18: preferred, colored
Changes since revision 1.18: +17 -5 lines
Updates from the Gnome tree, Daniel

Revision 1.18: 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.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Tree structure update, debug, mode documentation, Daniel.

Revision 1.17: 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.16: preferred, colored
Changes since revision 1.16: +25 -2 lines
Update from Gnome development, entity support added, DOM conformance, Daniel.

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

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

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

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

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

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

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Aug 3 18:29:31 1998 UTC (25 years, 9 months ago) by daniel
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Corrected a typo, Daniel

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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon May 18 01:36:43 1998 UTC (26 years ago) by veillard
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Patched a stupid bug with entities decoding (one char was lost after >), Daniel.

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +109 -43 lines
Lot of cleanups, the whole RDF convertion / extraction works ! Daniel.

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

Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +3 -0 lines
Work toward RDF + entities, Daniel

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 28 02:26:30 1998 UTC (26 years ago) by veillard
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Removed Makefile, now generated by configure, Daniel.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 27 15:37:31 1998 UTC (26 years ago) by httpng
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +82 -0 lines
Work done "on the road", Daniel.

Revision 1.2: 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.1: preferred, colored
Changes since revision 1.1: +91 -58 lines
Worked on entities and integration with rpm2html for RDF support, Daniel.

Revision 1.1: 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
CVS tags: XML_0_1
Started adding support for entities, Daniel.

Diff request

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

Log view options

Webmaster