aboutsummaryrefslogtreecommitdiff
path: root/scripts/PLAN
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-06-25 19:30:57 +0000
committerRob Austein <sra@hactrn.net>2007-06-25 19:30:57 +0000
commit14c6611ce6b4903c4000fafb9fd380cc431a11ce (patch)
tree8eef3c8ea422c8dd68510ee8d2dbb7c424b9f846 /scripts/PLAN
parentd28a36676ef3fa6d2387cf4356bbdfe18c7594a3 (diff)
Checkpoint
svn path=/scripts/PLAN; revision=684
Diffstat (limited to 'scripts/PLAN')
-rw-r--r--scripts/PLAN14
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/PLAN b/scripts/PLAN
index ad9a60e0..13f9de93 100644
--- a/scripts/PLAN
+++ b/scripts/PLAN
@@ -27,17 +27,3 @@ Rough plan for initial prototype RE.
3) Whack (2) into something that does this over minimal HTTP.
4) [to be continued...]
-
-
-
-More fun with RelaxNG:
-
-The current schema is not very tight. See RelaxNG reference for how
-to tighten it up if we think that'd be useful. RelaxNG supports
-regexps, among other things:
-
- xsd:decimal {pattern = "1|1\.5"}
-
-RelaxNG (and XML Schema) regular expressions ("patterns") are
-implicitly anchored, you need to prefix (and suffix?) with ".*" if you
-want to match only part of the field.