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 f1e87e2f..abfe82eb 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 2493 2009-06-04 18:30:40Z sra $ + $Id: publication-schema.rnc 2722 2009-08-31 22:24:48Z sra $ RelaxNG Schema for RPKI publication protocol. diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py index 099c3da1..71cfc345 100644 --- a/rpkid/rpki/relaxng.py +++ b/rpkid/rpki/relaxng.py @@ -1147,7 +1147,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 2493 2009-06-04 18:30:40Z sra $ + $Id: publication-schema.rnc 2722 2009-08-31 22:24:48Z sra $ RelaxNG Schema for RPKI publication protocol. |