CVS log for xmlschema/XSV/validate/validateElement.py
Up to [Public] / xmlschema / XSV / validate
Request diff between arbitrary revisions
Default branch: 1
Revision 1.23.2.7 / (download) - annotate - [select for diffs]
, Tue Dec 19 16:26:42 2006 UTC (18 months, 2 weeks ago) by ht
Branch: ww
Changes since 1.23.2.6: +85 -43
lines
Diff to previous 1.23.2.6
(colored)
to branchpoint 1.23
(colored)
Implement non-deterministic parsing (via backtracking) only for
'at-risk' transitions (see FSM.py)
Revision 1.23.2.6 / (download) - annotate - [select for diffs]
, Fri Nov 3 17:12:31 2006 UTC (20 months ago) by ht
Branch: ww
Changes since 1.23.2.5: +11 -4
lines
Diff to previous 1.23.2.5
(colored)
to branchpoint 1.23
(colored)
cover gaps wrt prohibitedSubst
Revision 1.23.2.5 / (download) - annotate - [select for diffs]
, Fri Nov 3 16:58:30 2006 UTC (20 months ago) by ht
Branch: ww
Changes since 1.23.2.4: +17 -4
lines
Diff to previous 1.23.2.4
(colored)
to branchpoint 1.23
(colored)
enforce prohibitedSubstitutions some
Revision 1.23.2.4 / (download) - annotate - [select for diffs]
, Tue Aug 15 16:11:22 2006 UTC (22 months, 3 weeks ago) by ht
Branch: ww
Changes since 1.23.2.3: +10 -4
lines
Diff to previous 1.23.2.3
(colored)
to branchpoint 1.23
(colored)
use xsvNS for dumping FSMs
Revision 1.23.2.3 / (download) - annotate - [select for diffs]
, Fri Mar 24 14:38:09 2006 UTC (2 years, 3 months ago) by ht
Branch: ww
Changes since 1.23.2.2: +14 -3
lines
Diff to previous 1.23.2.2
(colored)
to branchpoint 1.23
(colored)
include lax in edc check,
check conflicts for subsumption
Revision 1.23.2.2 / (download) - annotate - [select for diffs]
, Thu Mar 23 22:36:06 2006 UTC (2 years, 3 months ago) by ht
Branch: ww
Changes since 1.23.2.1: +8 -4
lines
Diff to previous 1.23.2.1
(colored)
to branchpoint 1.23
(colored)
improve rtEDC
Revision 1.23.2.1 / (download) - annotate - [select for diffs]
, Thu Mar 23 19:12:32 2006 UTC (2 years, 3 months ago) by ht
Branch: ww
Changes since 1.23: +47 -8
lines
Diff to previous 1.23
(colored)
first cut at runtime EDC
Revision 1.23 / (download) - annotate - [select for diffs]
, Mon Aug 22 12:31:22 2005 UTC (2 years, 10 months ago) by ht
CVS Tags: HEAD
Branch point for: ww
Changes since 1.22: +24 -20
lines
Diff to previous 1.22
(colored)
better, i hope, handling of displaying non-ascii qnames
Revision 1.22 / (download) - annotate - [select for diffs]
, Fri Apr 15 13:51:19 2005 UTC (3 years, 2 months ago) by ht
Changes since 1.21: +9 -7
lines
Diff to previous 1.21
(colored)
MaxEdge is gone
Revision 1.21 / (download) - annotate - [select for diffs]
, Thu Apr 14 11:47:55 2005 UTC (3 years, 2 months ago) by ht
Changes since 1.20: +10 -3
lines
Diff to previous 1.20
(colored)
fix tracer
Revision 1.20 / (download) - annotate - [select for diffs]
, Thu Jul 1 13:24:43 2004 UTC (4 years ago) by ht
Changes since 1.19: +9 -2
lines
Diff to previous 1.19
(colored)
Mark some pattern values with XML-version-sensitivity,
note the XML version of the doc being validated on the root SSchema,
pushing and popping it appropriately,
make pattern matching and QName checking only use the right patterns for
the XML version of the document they are working on
Revision 1.19 / (download) - annotate - [select for diffs]
, Wed Jun 30 10:44:29 2004 UTC (4 years ago) by ht
Changes since 1.18: +7 -3
lines
Diff to previous 1.18
(colored)
fix bug in ID checking for elements
Revision 1.18 / (download) - annotate - [select for diffs]
, Tue May 18 18:02:07 2004 UTC (4 years, 1 month ago) by ht
Changes since 1.17: +6 -6
lines
Diff to previous 1.17
(colored)
changed min check to plain guard
Revision 1.17 / (download) - annotate - [select for diffs]
, Mon May 17 17:31:16 2004 UTC (4 years, 1 month ago) by ht
Changes since 1.16: +21 -15
lines
Diff to previous 1.16
(colored)
plus-edge approach to numeric exponents working?
Revision 1.16 / (download) - annotate - [select for diffs]
, Sun May 16 16:41:19 2004 UTC (4 years, 1 month ago) by ht
Changes since 1.15: +45 -7
lines
Diff to previous 1.15
(colored)
cul-de-sac wrt counters
Revision 1.15 / (download) - annotate - [select for diffs]
, Wed May 12 15:12:39 2004 UTC (4 years, 1 month ago) by ht
Changes since 1.14: +35 -33
lines
Diff to previous 1.14
(colored)
working on counters
Revision 1.14 / (download) - annotate - [select for diffs]
, Thu Apr 1 13:32:08 2004 UTC (4 years, 3 months ago) by ht
Changes since 1.13: +6 -3
lines
Diff to previous 1.13
(colored)
work on final/block a bit
Revision 1.13 / (download) - annotate - [select for diffs]
, Sat Jan 31 14:14:43 2004 UTC (4 years, 5 months ago) by ht
Changes since 1.12: +540 -533
lines
Diff to previous 1.12
(colored)
fix bug in error allocation/reporting when strict fails
Revision 1.12 / (download) - annotate - [select for diffs]
, Sat Jan 31 11:42:51 2004 UTC (4 years, 5 months ago) by ht
Changes since 1.11: +8 -4
lines
Diff to previous 1.11
(colored)
improve PSVI in lax+no decl case
Revision 1.11 / (download) - annotate - [select for diffs]
, Mon Aug 18 16:27:33 2003 UTC (4 years, 10 months ago) by ht
Changes since 1.10: +529 -522
lines
Diff to previous 1.10
(colored)
Improve error recovery after content-model failure
Revision 1.10 / (download) - annotate - [select for diffs]
, Tue Apr 22 15:16:39 2003 UTC (5 years, 2 months ago) by ht
Changes since 1.9: +6 -3
lines
Diff to previous 1.9
(colored)
fix error message after preceding fix
Revision 1.9 / (download) - annotate - [select for diffs]
, Tue Apr 1 18:46:18 2003 UTC (5 years, 3 months ago) by ht
Changes since 1.8: +8 -2
lines
Diff to previous 1.8
(colored)
clean up anyed eltDecl
Revision 1.8 / (download) - annotate - [select for diffs]
, Wed Jan 22 11:27:11 2003 UTC (5 years, 5 months ago) by ht
Changes since 1.7: +7 -2
lines
Diff to previous 1.7
(colored)
protect against missing fsm
Revision 1.7 / (download) - annotate - [select for diffs]
, Sun Dec 1 21:48:51 2002 UTC (5 years, 7 months ago) by ht
Changes since 1.6: +55 -13
lines
Diff to previous 1.6
(colored)
validate ID/IDREF/IDREFS
Revision 1.6 / (download) - annotate - [select for diffs]
, Mon Nov 25 10:39:01 2002 UTC (5 years, 7 months ago) by ht
Changes since 1.5: +130 -17
lines
Diff to previous 1.5
(colored)
pervasive changes to shift to using values for simple types where required by REC
Revision 1.5 / (download) - annotate - [select for diffs]
, Mon Nov 11 20:03:00 2002 UTC (5 years, 7 months ago) by ht
CVS Tags: preValue
Changes since 1.4: +9 -6
lines
Diff to previous 1.4
(colored)
handle allowed specially to get unicode right
Revision 1.4 / (download) - annotate - [select for diffs]
, Mon Nov 11 18:18:40 2002 UTC (5 years, 7 months ago) by ht
Changes since 1.3: +19 -14
lines
Diff to previous 1.3
(colored)
use unicode properly for names/dumping
Revision 1.3 / (download) - annotate - [select for diffs]
, Mon Sep 2 16:12:48 2002 UTC (5 years, 10 months ago) by ht
Changes since 1.2: +7 -5
lines
Diff to previous 1.2
(colored)
minor fixups of udf/uba variety, identified by pychecker
Revision 1.2 / (download) - annotate - [select for diffs]
, Sun Sep 1 21:22:42 2002 UTC (5 years, 10 months ago) by ht
Changes since 1.1: +9 -6
lines
Diff to previous 1.1
(colored)
allow type-def to be passed in from top
Revision 1.1 / (download) - annotate - [select for diffs]
, Fri Jun 28 09:47:42 2002 UTC (6 years ago) by ht
Diff
validation sub-package version
This form allows you to request diff's between any two
revisions of a file. You may select a symbolic revision
name using the selection box or you may type in a numeric
name using the type-in text box.
Webmaster