diff options
-rw-r--r-- | rpkid/left-right-schema.rng | 2 | ||||
-rw-r--r-- | rpkid/publication-schema.rng | 2 | ||||
-rw-r--r-- | rpkid/rpki/relaxng.py | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/rpkid/left-right-schema.rng b/rpkid/left-right-schema.rng index 337c6852..4976416a 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 1813 2008-05-22 17:23:07Z sra $ + $Id: left-right-schema.rnc 1835 2008-06-02 23:43:01Z sra $ RelaxNG Schema for RPKI left-right protocol. diff --git a/rpkid/publication-schema.rng b/rpkid/publication-schema.rng index 5f0b31ae..ddff59c6 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 1824 2008-05-28 03:07:41Z sra $ + $Id: publication-schema.rnc 1835 2008-06-02 23:43:01Z sra $ RelaxNG Schema for RPKI publication protocol. diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py index 017209b6..e5f98663 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 1813 2008-05-22 17:23:07Z sra $ + $Id: left-right-schema.rnc 1835 2008-06-02 23:43:01Z sra $ RelaxNG Schema for RPKI left-right protocol. @@ -1213,7 +1213,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 1824 2008-05-28 03:07:41Z sra $ + $Id: publication-schema.rnc 1835 2008-06-02 23:43:01Z sra $ RelaxNG Schema for RPKI publication protocol. |