aboutsummaryrefslogtreecommitdiff
path: root/scripts/PLAN
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/PLAN')
-rw-r--r--scripts/PLAN6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/PLAN b/scripts/PLAN
index 073317ef..13f9de93 100644
--- a/scripts/PLAN
+++ b/scripts/PLAN
@@ -18,6 +18,12 @@ Rough plan for initial prototype RE.
Log everything as we go and use Data::Dumper to log content of Perl
data structures.
+ APNIC is specifying schema in RNC (RelaxNG Compact) syntax, xmllint
+ wants RNG (RelaxNG XML) syntax, so use /usr/ports/textproc/trang to
+ convert:
+
+ $ trang foo.rnc foo.rng
+
3) Whack (2) into something that does this over minimal HTTP.
4) [to be continued...]