diff options
author | Rob Austein <sra@hactrn.net> | 2007-07-19 19:46:38 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-07-19 19:46:38 +0000 |
commit | e185041e5c49d271222ce700dad84557a3b949a5 (patch) | |
tree | ff3419885b61c9f5cf92d83f7052d5e53fce1d9a /scripts/left-right-schema.rng | |
parent | 05397773a22a18d974c78ca94aac12fe7eb3a57a (diff) |
Bugfix
svn path=/scripts/Makefile; revision=780
Diffstat (limited to 'scripts/left-right-schema.rng')
-rw-r--r-- | scripts/left-right-schema.rng | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/scripts/left-right-schema.rng b/scripts/left-right-schema.rng index 443635fd..041e04b4 100644 --- a/scripts/left-right-schema.rng +++ b/scripts/left-right-schema.rng @@ -5,8 +5,7 @@ RelaxNG (Compact Syntax) Schema for RPKI left-right protocol. libxml2 (including xmllint) only groks the XML syntax of RelaxNG, so - run the output of this script through a converter like trang to get - XML syntax. + run the compact syntax through trang to get XML syntax. --> <grammar ns="http://www.hactrn.net/uris/rpki/left-right-spec/" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"> <start> @@ -464,8 +463,3 @@ </element> </define> </grammar> -<!-- - Local Variables: - compile-command: "trang left-right-schema.rnc left-right-schema.rng" - End: ---> |