On Tue, Mar 11, 2003 at 11:58:22PM +0100, Michael Wechner wrote: > Hi > > it seems to me that xpointer doesn't work anymore. Does > anyone else have the same experience? > > This works: > > <xi:include xml:base="cocoon" href="book.xml"/> > > and this does not work anymore: > > <xi:include xml:base="cocoon" href="book.xml#xpointer(/book/chapters)"/>
I remember encountering same thing. IIRC the workaround is to expand the XPath to /book/chapters/*, or /book/chaters/text() --Jeff > Thanks > > Michael >