diff options
author | Rob Austein <sra@hactrn.net> | 2008-06-02 23:48:01 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-06-02 23:48:01 +0000 |
commit | 0f0a3c7adf6ac2fbfa9458c738be8fe13b8871d1 (patch) | |
tree | 13a5dfef59d20e51bb8fce905cce64e3d5088ad9 | |
parent | b42b5d1197ad37afe78642d9dfebc49ff0e42823 (diff) |
regen
svn path=/rpkid/publication-schema.rng; revision=1838
-rw-r--r-- | rpkid/publication-schema.rng | 4 | ||||
-rw-r--r-- | rpkid/rpki/relaxng.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/rpkid/publication-schema.rng b/rpkid/publication-schema.rng index ddff59c6..96255426 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 1835 2008-06-02 23:43:01Z sra $ + $Id: publication-schema.rnc 1837 2008-06-02 23:47:19Z sra $ RelaxNG Schema for RPKI publication protocol. @@ -86,7 +86,7 @@ </define> <!-- <config/> element (use restricted to repository operator) - config_id attribute and list command omitted deliberately, see code for details + config_id attribute, create, list, and destroy commands omitted deliberately, see code for details --> <define name="config_payload"> <optional> diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py index e5f98663..c66d965a 100644 --- a/rpkid/rpki/relaxng.py +++ b/rpkid/rpki/relaxng.py @@ -1213,7 +1213,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 1835 2008-06-02 23:43:01Z sra $ + $Id: publication-schema.rnc 1837 2008-06-02 23:47:19Z sra $ RelaxNG Schema for RPKI publication protocol. @@ -1299,7 +1299,7 @@ publication = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" en </define> <!-- <config/> element (use restricted to repository operator) - config_id attribute and list command omitted deliberately, see code for details + config_id attribute, create, list, and destroy commands omitted deliberately, see code for details --> <define name="config_payload"> <optional> |