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] XInclude: multiple <preface>s


Bob Stayton wrote:

> With a little creativity, you can work around this problem.
> Your preface document can be a <book> element that contains
> multiple prefaces.  If your XInclude resolver handles
> basic XPointer syntax (like xsltproc does), then you can
> pull in the set of prefaces without the book element:
> 
> <xi:include  href="preface.xml#xpointer(/book/preface)"
>              xmlns:xi="http://www.w3.org/2001/XInclude"/>
> 

is there any java-implementation that supports these constructs? I currently 
use XIncluder, but it does not support fragment identifiers.

thanks,
Markus



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