diff options
Diffstat (limited to 'rpkid/rpki/relaxng.py')
-rw-r--r-- | rpkid/rpki/relaxng.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py index de1bbb36..4baf7723 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 1792 2008-05-16 22:20:20Z sra $ + $Id: left-right-schema.rnc 1798 2008-05-17 08:21:50Z sra $ RelaxNG Schema for RPKI left-right protocol. @@ -1006,7 +1006,7 @@ left_right = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" enc ## Parsed RelaxNG up_down schema up_down = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: up-down-schema.rnc 1792 2008-05-16 22:20:20Z sra $ + $Id: up-down-schema.rnc 1798 2008-05-17 08:21:50Z sra $ RelaxNG Scheme for up-down protocol, extracted from APNIC Wiki. |