This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


--------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscribe at lists dot oasis-open dot org For additional commands, e-mail: docbook-apps-help at lists dot oasis-open dot org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]