aboutsummaryrefslogtreecommitdiff
path: root/scripts/left-right-schema.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/left-right-schema.rnc')
-rw-r--r--scripts/left-right-schema.rnc7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/left-right-schema.rnc b/scripts/left-right-schema.rnc
index 81667d00..70df19f7 100644
--- a/scripts/left-right-schema.rnc
+++ b/scripts/left-right-schema.rnc
@@ -3,8 +3,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.
default namespace = "http://www.hactrn.net/uris/rpki/left-right-spec/"
@@ -121,7 +120,3 @@
}
}
-
-# Local Variables:
-# compile-command: "trang left-right-schema.rnc left-right-schema.rng"
-# End: