diff options
author | Rob Austein <sra@hactrn.net> | 2012-07-06 19:44:29 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-07-06 19:44:29 +0000 |
commit | 1e1130081320359022796c679a311a3dcced05c1 (patch) | |
tree | 423748a43f53d189283929585d62a889a53fffc4 | |
parent | cc50f98c05e72f7c038b04368eb2823a5844d873 (diff) |
Regen
svn path=/trunk/; revision=4589
-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 1a691845..32188de1 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 4346 2012-02-17 01:11:06Z sra $ + $Id: left-right-schema.rnc 4588 2012-07-06 19:43:56Z sra $ RelaxNG Schema for RPKI left-right protocol. diff --git a/rpkid/publication-schema.rng b/rpkid/publication-schema.rng index 1a71b171..d2cd41b2 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 3730 2011-03-21 12:42:43Z sra $ + $Id: publication-schema.rnc 4588 2012-07-06 19:43:56Z sra $ RelaxNG Schema for RPKI publication protocol. diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py index 948fe417..c3f239d4 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 4346 2012-02-17 01:11:06Z sra $ + $Id: left-right-schema.rnc 4588 2012-07-06 19:43:56Z sra $ RelaxNG Schema for RPKI left-right protocol. @@ -1291,7 +1291,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 3730 2011-03-21 12:42:43Z sra $ + $Id: publication-schema.rnc 4588 2012-07-06 19:43:56Z sra $ RelaxNG Schema for RPKI publication protocol. |