atom feed33 messages in org.oasis-open.lists.docbookRe: [docbook] Sections and topics
FromSent OnAttachments
Kate...@sybase.comJul 26, 2010 12:25 pm 
Eric JohnsonJul 26, 2010 12:43 pm 
Peter DesjardinsJul 26, 2010 12:50 pm 
Richard HamiltonJul 26, 2010 12:51 pm 
Grosso, PaulJul 26, 2010 1:03 pm 
Kate...@sybase.comJul 26, 2010 1:04 pm 
Cramer, David W (David)Jul 26, 2010 1:06 pm 
Kate...@sybase.comJul 26, 2010 1:08 pm 
Kate...@sybase.comJul 26, 2010 1:27 pm 
Cramer, David W (David)Jul 26, 2010 1:33 pm 
rob....@emc.comJul 26, 2010 1:50 pm 
Dick HamiltonJul 26, 2010 3:14 pm 
Bob StaytonJul 26, 2010 4:20 pm 
Cramer, David W (David)Jul 26, 2010 4:29 pm 
Bob StaytonJul 26, 2010 6:30 pm 
Kate...@sybase.comJul 27, 2010 6:41 am 
Kate...@sybase.comJul 27, 2010 6:49 am 
rob....@emc.comJul 27, 2010 7:32 am 
Kate...@sybase.comJul 27, 2010 1:21 pm 
Rowland, LarryJul 27, 2010 1:32 pm 
Bob StaytonJul 27, 2010 1:37 pm 
Kate...@sybase.comJul 27, 2010 1:40 pm 
Kate...@sybase.comJul 27, 2010 1:42 pm 
Rowland, LarryJul 27, 2010 2:45 pm 
Kate...@sybase.comJul 28, 2010 6:09 am 
Jirka KosekJul 29, 2010 4:13 am 
Kate...@sybase.comJul 29, 2010 6:27 am 
Cramer, David W (David)Jul 29, 2010 8:01 am 
Jirka KosekJul 29, 2010 8:26 am 
Bob StaytonJul 29, 2010 9:20 am 
rob....@emc.comJul 30, 2010 8:55 am 
Kate...@sybase.comJul 30, 2010 9:12 am 
Jirka KosekAug 2, 2010 2:06 am 
Subject:Re: [docbook] Sections and topics
From:Kate...@sybase.com (Kate@sybase.com)
Date:Jul 26, 2010 1:08:10 pm
List:org.oasis-open.lists.docbook

Hi Peter,

Our solution does not allow us to use the Xpointer scheme. Because the Xpointer scheme is only a W3 Recommendation, we are relunctant to support it (also, it is difficult to find XML authoring tools that support it).

Thank you, Kate ..........................................................................................................................................................................................................................

Kate Wringe | Tech Writer 2| Sybase 445 Wes Graham Way, Waterloo, ON, N2L 6R2 Canada | Tel: (519) 883-6838 | kate@sybase.com | www.sybase.com

Peter Desjardins <pete@gmail.com> 07/26/2010 03:51 PM

To Kate@sybase.com cc DocBook Technical Committee <docb@lists.oasis-open.org>, docb@lists.oasis-open.org Subject Re: [docbook] Sections and topics

Hi.

I have had this problem many times also. I was able to make it work by xi:include-ing only the children of the source element. I was resolving the xi:includes using xsltproc so I was able to use xpointers that might not work in other processors.

My xi:includes looked something like this (I can't remember the exact xpointer syntax):

<chapter id="myID"> <xi:include href="file.xml" xpointer="xpointer(/book/chapter/section[@id='myID']/*" xmlns:xi="http://www.w3.org/2001/XInclude" /> </chapter>

Peter Desjardins