diff options
-rw-r--r-- | rpki/relaxng.py | 4 | ||||
-rw-r--r-- | schemas/relaxng/publication.rng | 2 | ||||
-rw-r--r-- | schemas/relaxng/rrdp.rng | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/rpki/relaxng.py b/rpki/relaxng.py index 218edfc4..4e8e9242 100644 --- a/rpki/relaxng.py +++ b/rpki/relaxng.py @@ -1763,7 +1763,7 @@ publication_control = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version ## Parsed RelaxNG publication schema publication = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication.rnc 5881 2014-07-03 16:55:02Z sra $ + $Id: publication.rnc 5888 2014-07-09 05:39:54Z sra $ RelaxNG schema for RPKI publication protocol, from current I-D. @@ -2051,7 +2051,7 @@ router_certificate = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version= ## Parsed RelaxNG rrdp schema rrdp = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: rrdp.rnc 5879 2014-06-30 16:08:27Z sra $ + $Id: rrdp.rnc 5888 2014-07-09 05:39:54Z sra $ RelaxNG schema for RPKI Repository Delta Protocol (RRDP). diff --git a/schemas/relaxng/publication.rng b/schemas/relaxng/publication.rng index fed494b2..e88db011 100644 --- a/schemas/relaxng/publication.rng +++ b/schemas/relaxng/publication.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication.rnc 5881 2014-07-03 16:55:02Z sra $ + $Id: publication.rnc 5888 2014-07-09 05:39:54Z sra $ RelaxNG schema for RPKI publication protocol, from current I-D. diff --git a/schemas/relaxng/rrdp.rng b/schemas/relaxng/rrdp.rng index 27ba741d..9bd3a207 100644 --- a/schemas/relaxng/rrdp.rng +++ b/schemas/relaxng/rrdp.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: rrdp.rnc 5879 2014-06-30 16:08:27Z sra $ + $Id: rrdp.rnc 5888 2014-07-09 05:39:54Z sra $ RelaxNG schema for RPKI Repository Delta Protocol (RRDP). |