The docbookxi.rng schema moved to oasis-open.org.

Change-Id: I706c4989c9619c7dfc3a4a00df4e2ec92ddd950f
This commit is contained in:
Jeremy Stanley 2013-07-21 19:07:03 +00:00
parent 9a5a297b79
commit e8912ea0a5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ EXCEPTIONS = ['ha-guide-docinfo.xml']
def get_schema():
"""Return the DocBook RELAX NG schema"""
url = "http://www.docbook.org/xml/5.0/rng/docbookxi.rng"
url = "http://www.oasis-open.org/docbook/xml/5.0b5/rng/docbookxi.rng"
relaxng_doc = etree.parse(urllib2.urlopen(url))
return etree.RelaxNG(relaxng_doc)