Use local version of the rackbook.rng schema.

This commit is contained in:
dcramer
2012-01-19 22:16:35 -06:00
parent 5a602f8b57
commit 8a32fd6a93
2 changed files with 5 additions and 5 deletions

View File

@@ -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="docbookxi.rng"/>
<include href="extensions.rng"/>
<include href="classpath:/rng/docbookxi.rng"/>
<include href="classpath:/rng/extensions.rng"/>
<define name="db.para.blocks" combine="choice">
<choice>

View File

@@ -20,7 +20,7 @@
<p:input port="source" /> <!--sequence="false" primary="true"-->
<p:input port="schema" sequence="true" >
<p:document href="rng/rackbook.rng"/> <!--http://docs-beta.rackspace.com/oxygen/13.1/mac/author/frameworks/rackbook/5.0/-->
<p:document href="classpath:/rng/rackbook.rng"/> <!--http://docs-beta.rackspace.com/oxygen/13.1/mac/author/frameworks/rackbook/5.0/-->
</p:input>
<p:output port="result" primary="true">
@@ -100,7 +100,7 @@
<l:validate-transform name="validate-pre-xinclude">
<p:input port="schema" sequence="true" >
<p:document href="http://docs-beta.rackspace.com/oxygen/13.1/mac/author/frameworks/rackbook/5.0/rng/rackbook.rng"/> <!--http://docs-beta.rackspace.com/oxygen/13.1/mac/author/frameworks/rackbook/5.0/-->
<p:document href="classpath:/rng/rackbook.rng"/> <!--http://docs-beta.rackspace.com/oxygen/13.1/mac/author/frameworks/rackbook/5.0/-->
</p:input>
</l:validate-transform>
@@ -116,7 +116,7 @@
<l:validate-transform name="validate-post-xinclude">
<p:input port="schema" sequence="true" >
<p:document href="http://docs-beta.rackspace.com/oxygen/13.1/mac/author/frameworks/rackbook/5.0/rng/rackbook.rng"/> <!--http://docs-beta.rackspace.com/oxygen/13.1/mac/author/frameworks/rackbook/5.0/-->
<p:document href="classpath:/rng/rackbook.rng"/> <!--http://docs-beta.rackspace.com/oxygen/13.1/mac/author/frameworks/rackbook/5.0/-->
</p:input>
</l:validate-transform>