OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] DocBook Publisher - stagedir


Hi Paul,

I opened in Oxygen the RNG schema:

http://docbook.org/xml/publishers/5.1CR3/publishers.rng

but it has no mention of "stagedir" or "inlinestagedir" inside it.

It seems at some point (3 years ago) Scott Hudson accepted these new elements for Publisher 1.1:

https://sourceforge.net/p/docbook/publishers-rfe/8/

Issue does not seem to be closed though.
And the only RNG for publishers 1.1 that I could find here:

http://docbook.org/xml/publishers/1.1b1/rng/

again does not seem to have those elements included.

Regards,
Radu

Radu Coravu
<oXygen/>  XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com

On 7/12/2016 3:49 PM, Pc Thoms wrote:
I'm using the following to Xinclude several plays into one larger
document, with OxygenXML 18.

<?xml version="1.0" encoding="UTF-8"?>
<?xml-model
href="http://docbook.org/xml/publishers/5.1CR3/publishers.rng";
schematypens="http://relaxng.org/ns/structure/1.0"; ?>

<part xmlns="http://docbook.org/ns/docbook";
xmlns:xlink="http://www.w3.org/1999/xlink"; version="5.0" remap="Play">

However, the stagedir and inlinestagedir elements do not validate.
I am using <para remap="stagedir"> as a work around.

Changing the <book/> to
<part xmlns="http://docbook.org/ns/docbook";
xmlns:xlink="http://www.w3.org/1999/xlink"; version="5.0" remap="PLAY">
was easy - all other elements remained the same, and prefaces, etc.,
stay as they are.

With thanks Paul




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]