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/secti...@id='myID']/*"
          xmlns:xi="http://www.w3.org/2001/XInclude"; />
</chapter>

Peter Desjardins

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to