Fix includes for rackbook.rng
For using as part of openstack-doc-tools the paths need to be adjusted. Change-Id: I2844889bd47d5766b77401bacd2066ad272619dc
This commit is contained in:
parent
ca4b24b396
commit
4a4da3e263
@ -97,6 +97,11 @@ sufficient for many of the books.
|
||||
Release notes
|
||||
=============
|
||||
|
||||
0.16.1
|
||||
------
|
||||
|
||||
* Fix includes of rackbook.rng to unbreak syntax checking.
|
||||
|
||||
0.16
|
||||
----
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<grammar xmlns="http://relaxng.org/ns/structure/1.0" xmlns:wadl="http://wadl.dev.java.net/2009/02" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg" xmlns:s="http://www.ascc.net/xml/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook" xmlns:ctrl="http://nwalsh.com/xmlns/schema-control/" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://docbook.org/ns/docbook">
|
||||
|
||||
<include href="classpath:///rng/docbookxi.rng"/>
|
||||
<include href="classpath:///rng/extensions.rng"/>
|
||||
<include href="docbookxi.rng"/>
|
||||
<include href="extensions.rng"/>
|
||||
|
||||
<define name="db.para.blocks" combine="choice">
|
||||
<choice>
|
||||
|
Loading…
Reference in New Issue
Block a user