aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-03-21 12:43:05 +0000
committerRob Austein <sra@hactrn.net>2011-03-21 12:43:05 +0000
commit4f24c09ceb70a7414a9e27bac416b870aa025d94 (patch)
treee5c67a8b2629ba7461d9a951df4aa31684dee240
parent486c91eaf3d3394cfc2379b6c225475bb036fe18 (diff)
regen
svn path=/rpkid/left-right-schema.rng; revision=3731
-rw-r--r--rpkid/left-right-schema.rng2
-rw-r--r--rpkid/publication-schema.rng2
-rw-r--r--rpkid/rpki/relaxng.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/rpkid/left-right-schema.rng b/rpkid/left-right-schema.rng
index 2af25a10..1ab21668 100644
--- a/rpkid/left-right-schema.rng
+++ b/rpkid/left-right-schema.rng
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: left-right-schema.rnc 3725 2011-03-18 03:51:12Z sra $
+ $Id: left-right-schema.rnc 3730 2011-03-21 12:42:43Z sra $
RelaxNG Schema for RPKI left-right protocol.
diff --git a/rpkid/publication-schema.rng b/rpkid/publication-schema.rng
index 7544d5eb..0f10c0ac 100644
--- a/rpkid/publication-schema.rng
+++ b/rpkid/publication-schema.rng
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: publication-schema.rnc 3466 2010-10-07 01:14:48Z sra $
+ $Id: publication-schema.rnc 3730 2011-03-21 12:42:43Z sra $
RelaxNG Schema for RPKI publication protocol.
diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py
index cb6654b6..2f44aa29 100644
--- a/rpkid/rpki/relaxng.py
+++ b/rpkid/rpki/relaxng.py
@@ -6,7 +6,7 @@ import lxml.etree
## Parsed RelaxNG left_right schema
left_right = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: left-right-schema.rnc 3725 2011-03-18 03:51:12Z sra $
+ $Id: left-right-schema.rnc 3730 2011-03-21 12:42:43Z sra $
RelaxNG Schema for RPKI left-right protocol.
@@ -1264,7 +1264,7 @@ up_down = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encodi
## Parsed RelaxNG publication schema
publication = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: publication-schema.rnc 3466 2010-10-07 01:14:48Z sra $
+ $Id: publication-schema.rnc 3730 2011-03-21 12:42:43Z sra $
RelaxNG Schema for RPKI publication protocol.