Hi

I would like to use "xpointer" together with "map:aggregate" resp. "map:part", e.g.

<map:aggregate element="foo">
<map:part src="file.xml#xpointer(/bar/seat)"/>
<map:part ....
</map:aggregate>

instead of using XInclude, e.g.

<map:aggregate element="foo">
<map:part src="cocoon:/xinclude?src=file.xml&amp;xpointer=/bar/seat"/>
<map:part ...
</map:aggregate>



Any thoughts?

Thanks

Michael


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to