diff options
author | Rob Austein <sra@hactrn.net> | 2009-06-04 19:15:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-06-04 19:15:45 +0000 |
commit | dd2273377096e100a97e001af3327b0911ef6e7c (patch) | |
tree | 50f3f2264f694f56111090f6962c487e1f2cab5f /rpkid | |
parent | 467e7a98fea439040bd7451d67f188d334427103 (diff) |
regen
svn path=/rpkid/left-right-schema.rng; revision=2494
Diffstat (limited to 'rpkid')
-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 70190533..c3d4f53f 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 2491 2009-06-03 05:07:04Z sra $ + $Id: left-right-schema.rnc 2493 2009-06-04 18:30:40Z sra $ RelaxNG Schema for RPKI left-right protocol. diff --git a/rpkid/publication-schema.rng b/rpkid/publication-schema.rng index a738c401..5bc8a275 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 1837 2008-06-02 23:47:19Z sra $ + $Id: publication-schema.rnc 2493 2009-06-04 18:30:40Z sra $ RelaxNG Schema for RPKI publication protocol. diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py index ddd2a191..086b43be 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 2491 2009-06-03 05:07:04Z sra $ + $Id: left-right-schema.rnc 2493 2009-06-04 18:30:40Z sra $ RelaxNG Schema for RPKI left-right protocol. @@ -1226,7 +1226,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 1837 2008-06-02 23:47:19Z sra $ + $Id: publication-schema.rnc 2493 2009-06-04 18:30:40Z sra $ RelaxNG Schema for RPKI publication protocol. |