diff options
author | Rob Austein <sra@hactrn.net> | 2007-06-20 14:38:38 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-06-20 14:38:38 +0000 |
commit | 16d514176b50cbc509d63f257388fbbc9585e371 (patch) | |
tree | de0291ec780885e4974f0818bfc3c43932822279 | |
parent | 6acbb9ce64bacf07cd6a0fd0a26aa16a3d32d6fa (diff) |
Huh, trang converts comments too, how kind
svn path=/scripts/up-down-schema.rng; revision=673
-rw-r--r-- | scripts/up-down-schema.rng | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/up-down-schema.rng b/scripts/up-down-schema.rng index 749d98e8..a968f481 100644 --- a/scripts/up-down-schema.rng +++ b/scripts/up-down-schema.rng @@ -1,4 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + $Id$ + + RelaxNG (Compact Syntax) Scheme for up-down protocol, extracted + from APNIC Wiki. + + libxml2 (including xmllint) only groks the XML syntax of RelaxNG, + so run this through a converter like /usr/ports/textproc/trang to get + XML syntax: + + $ trang up-down-schema.rnc up-down-schema.rng +--> <grammar ns="http://www.apnic.net/specs/rescerts/up-down/" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"> <start> <element name="message"> |