W3C CVS

CVS log for xmlschema/output.py

[BACK] Up to [Public] / xmlschema

Request diff between arbitrary revisions


Default branch: 1

Revision 1.19 / (download) - annotate - [select for diffs] , Wed Feb 12 13:50:53 2003 UTC (5 years, 2 months ago) by ht
CVS Tags: HEAD
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 (colored)
use stringValue for facets

Revision 1.18 / (download) - annotate - [select for diffs] , Wed Oct 23 08:46:45 2002 UTC (5 years, 6 months ago) by ht
Changes since 1.17: +59 -34 lines
Diff to previous 1.17 (colored)
bring up to date with newstyle modular XSV

Revision 1.17 / (download) - annotate - [select for diffs] , Tue Apr 24 19:08:57 2001 UTC (7 years ago) by ht
CVS Tags: noDTD, jython
Changes since 1.16: +9 -1 lines
Diff to previous 1.16 (colored)
track change in key internals

Revision 1.16 / (download) - annotate - [select for diffs] , Sat Feb 10 13:25:47 2001 UTC (7 years, 3 months ago) by ht
CVS Tags: lastOct24
Changes since 1.15: +6 -8 lines
Diff to previous 1.15 (colored)
au vc and xml: fixes

Revision 1.15 / (download) - annotate - [select for diffs] , Wed Feb 7 12:09:52 2001 UTC (7 years, 3 months ago) by ht
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)
handle list facets

Revision 1.14 / (download) - annotate - [select for diffs] , Thu Dec 7 10:16:27 2000 UTC (7 years, 5 months ago) by ht
Changes since 1.13: +25 -17 lines
Diff to previous 1.13 (colored)
bombproof a bit

Revision 1.13 / (download) - annotate - [select for diffs] , Tue Oct 17 13:16:12 2000 UTC (7 years, 6 months ago) by ht
Changes since 1.12: +7 -4 lines
Diff to previous 1.12 (colored)
handel interaction of mixed and empty better

Revision 1.12 / (download) - annotate - [select for diffs] , Sat Oct 7 15:00:27 2000 UTC (7 years, 7 months ago) by ht
Changes since 1.11: +3 -0 lines
Diff to previous 1.11 (colored)
hack wrt xml:

Revision 1.11 / (download) - annotate - [select for diffs] , Sat Sep 23 11:17:31 2000 UTC (7 years, 7 months ago) by ht
Changes since 1.10: +140 -30 lines
Diff to previous 1.10 (colored)
merge in CR branch

Revision 1.10.4.4 / (download) - annotate - [select for diffs] , Thu Sep 21 09:14:33 2000 UTC (7 years, 7 months ago) by ht
Branch: CR
Changes since 1.10.4.3: +1 -1 lines
Diff to previous 1.10.4.3 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)
property name change

Revision 1.10.4.3 / (download) - annotate - [select for diffs] , Mon Sep 4 08:05:47 2000 UTC (7 years, 8 months ago) by ht
Branch: CR
Changes since 1.10.4.2: +2 -2 lines
Diff to previous 1.10.4.2 (colored) to branchpoint 1.10 (colored)
fix list/union attr names

Revision 1.10.4.2 / (download) - annotate - [select for diffs] , Sun Sep 3 16:00:18 2000 UTC (7 years, 8 months ago) by ht
Branch: CR
Changes since 1.10.4.1: +51 -26 lines
Diff to previous 1.10.4.1 (colored) to branchpoint 1.10 (colored)
implement changes to content model of complexType

Revision 1.10.4.1 / (download) - annotate - [select for diffs] , Thu Aug 31 21:29:14 2000 UTC (7 years, 8 months ago) by ht
Branch: CR
Changes since 1.10: +93 -8 lines
Diff to previous 1.10 (colored)
convert to new simpleType component

Revision 1.10 / (download) - annotate - [select for diffs] , Sat Jun 24 11:17:36 2000 UTC (7 years, 10 months ago) by ht
CVS Tags: old-infoset-based, bestApril7
Branch point for: CR
Changes since 1.9: +12 -2 lines
Diff to previous 1.9 (colored)
handle new approach to facets

Revision 1.9 / (download) - annotate - [select for diffs] , Wed May 10 11:37:51 2000 UTC (8 years ago) by ht
Changes since 1.8: +8 -6 lines
Diff to previous 1.8 (colored)
reduce dependence on xrpr level

Revision 1.8 / (download) - annotate - [select for diffs] , Fri May 5 17:42:52 2000 UTC (8 years ago) by ht
Changes since 1.7: +55 -25 lines
Diff to previous 1.7 (colored)
sort out attributes, particularly use and value

Revision 1.7 / (download) - annotate - [select for diffs] , Fri May 5 14:51:41 2000 UTC (8 years ago) by ht
Changes since 1.6: +61 -25 lines
Diff to previous 1.6 (colored)
handled equivalence classes, fixed circularity wrt types

Revision 1.6 / (download) - annotate - [select for diffs] , Thu May 4 12:13:08 2000 UTC (8 years ago) by ht
Changes since 1.5: +56 -15 lines
Diff to previous 1.5 (colored)
added form to attribute and element
reworked schema elt itself, added its attributes
works with triv.xsd

Revision 1.5 / (download) - annotate - [select for diffs] , Fri Apr 28 17:34:36 2000 UTC (8 years ago) by ht
Changes since 1.4: +49 -26 lines
Diff to previous 1.4 (colored)
some progress towards getting dump back

Revision 1.4 / (download) - annotate - [select for diffs] , Fri Apr 28 14:44:26 2000 UTC (8 years ago) by ht
Changes since 1.3: +78 -63 lines
Diff to previous 1.3 (colored)
shift to output object to pass around

Revision 1.3 / (download) - annotate - [select for diffs] , Thu Apr 27 17:07:09 2000 UTC (8 years ago) by ht
Changes since 1.2: +161 -200 lines
Diff to previous 1.2 (colored)
part-way through converting from pre-component version of schema dumping

Revision 1.2 / (download) - annotate - [select for diffs] , Wed Apr 26 13:00:40 2000 UTC (8 years ago) by ht
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)
add copyright

Revision 1.1 / (download) - annotate - [select for diffs] , Mon Apr 24 11:59:00 2000 UTC (8 years ago) by ht
Diff
as pulled from schema.py, no guarantees

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

Diffs between and
Type of Diff should be a 

View only Branch:
Sort log by:

Webmaster