diff options
-rw-r--r-- | rpkid/publication-schema.rng | 2 | ||||
-rw-r--r-- | rpkid/rpki/relaxng.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/publication-schema.rng b/rpkid/publication-schema.rng index ed4e24ca..641980cb 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 1813 2008-05-22 17:23:07Z sra $ + $Id: publication-schema.rnc 1822 2008-05-28 03:03:46Z sra $ RelaxNG Schema for RPKI publication protocol. diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py index 7fe7ba2e..c7f605cb 100644 --- a/rpkid/rpki/relaxng.py +++ b/rpkid/rpki/relaxng.py @@ -1218,7 +1218,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 1813 2008-05-22 17:23:07Z sra $ + $Id: publication-schema.rnc 1822 2008-05-28 03:03:46Z sra $ RelaxNG Schema for RPKI publication protocol. |