i dont understand exaclty what you meen but you can 
to transform each xml separately and then aggregate the 
results

<map:match pattern="a.xml">
<map:generate src="a.xml"/>
<map:transform src="single.xml"/>
<map:serialize type="xml"/>

similar match pattern for b.xml, c.xml

then

<map:match patters="result">
<map:aggregate>
  <map:part src="cocoon:/a.xml"/>
  <map:part src="cocoon:/b.xml"/>
  <map:part src="cocoon:/c.xml"/>
</map:aggregate>

<map:serialize type="xhtml"/>

</map:match>


--stavros 

On Mon, 10 Jan 2005, Mygrp wrote:

> I used the aggregator to fetch the different xml and parse them using
> single.xsl.
> 
> I have a problem though. For every xml , the entire xsl is being
> applied. But i want only a part of the xsl to be applied for every
> xml.
> 
> Can this be done?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


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

Reply via email to