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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: =?UTF-8?Q?Re:_=5Bdocbook=5D_XInclude=2C_glossari?==?UTF-8?Q?es_within_=E2=80=98set=E2=80=99?=


I suspect that leaving xi:include out of set in the XInclude version of the DocBook 5 
schema was not intentional.  I'm going to raise this issue with the DocBook TC:

https://sourceforge.net/tracker/?func=detail&aid=3199793&group_id=21935&atid=384107

Regarding a set glossary, the only way I can see to do it is by putting the glossary 
inside a book element, and then adjusting your stylesheet.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- 
From: "Aankhen" <aankhen@gmail.com>
To: <docbook@lists.oasis-open.org>
Sent: Friday, March 04, 2011 1:50 AM
Subject: [docbook] XInclude, glossaries within ‘set’


Hello,

1. This is apparently invalid as ‘xi:include’ is not allowed within ‘set’:

   ,----
   | <?xml version="1.0"?>
   | <set xmlns="http://docbook.org/ns/docbook";
   |      xmlns:xi="http://www.w3.org/2001/XInclude";
   |      xml:lang="en"
   |      version="5.0">
   |   <info>
   |     <title>Set title</title>
   |   </info>
   |   <xi:include href="book1.xml"/>
   |   <xi:include href="book2.xml"/>
   | </set>
   `----

   Is this intentional?  What is the rationale?

2. Is there a way to provide a set-wide glossary?  I see that
glossaries can be placed within books, but not within sets.

Aankhen

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-help@lists.oasis-open.org





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