There are lots of different ways to achieve that effect with <map:aggregate> and im sure some tag libraries I have yet to explore :) Or you can do this in an XML file:
<?xml version="1.0"?> <!DOCTYPE include [<!ENTITY theInc SYSTEM "../docs/blahblah.xml">]> <doc> &theInc; </doc> -----Original Message----- From: Andrés Tobelem [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 8:39 AM To: [EMAIL PROTECTED] Subject: XML include Hi How can i include one xml in another. Tobe --------------------------------------------------------------------- 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]>