> > <xi:include > href="cocoon:/categories_combo.xml#xpointer(xformcategories/*)" > parse="xml"/> > > Perhaps you forget the 'parse' attribute?
XInclude supports the cocoon protocol and XPointer. As I know CInclude does not support XPointer (which you already said, sorry), which would mean you have to use XInclude. I don't think you need the parse attribute but rather fix the XInclude call: <xi:include href="cocoon:/action/categories_combo.xml#xpointer(/xformcategories/*)"/> The other problem I think is why are you serializing categories_combo.xml as HTML instead of XML? Hope I am not more confusing than I actually intend to help 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]>