RE: XML include

2002-09-18 Thread Ryan Agler
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:

RE: XML include

2002-09-18 Thread Ryan Agler
8:57 AM To: [EMAIL PROTECTED] Subject: Re: XML include So you think that is a good idea to do something like this? map:match pattern=home.xml map:aggregate element=page map:part src=cocoon:/contenido/general/informacion.xml/ map:part src=cocoon:/contenido/principal

Re: XML include for masthead and navigation

2001-12-05 Thread Adrian Geissel
Title: Message Richard, Have a look at map:aggregate/ and map:part/ in the sitemap. This allows you to merge mulitple XML sources, and then transform using a single xml-html stylesheet. Hope this helps, Adrian - Original Message - From: therandthem To: [EMAIL PROTECTED]