(If you ask such questions on the cocoon-users list, you will get answers
with higher probability.)
What exactly do you want to do or what have you tested until now?
A simple example:
<map:match pattern="test.html">
<map:generate type="html" src="test.html"/>
<map:serialize type="xml"/>
</map:match>
<map:match pattern="test.xsp">
<map:generate type="serverpages" src="test.xsp"/>
<map:serialize type="xml"/>
</map:match>
<map:match pattern="test">
<map:aggregate element="test">
<map:part src="cocoon:/test.html"/>
<map:part src="cocoon:/test.xsp"/>
</map:aggregate>
<map:serialize type="xml"/>
</map:match>
Regards,
Joerg
Francesco Mondora wrote:
> Ciao,
> it is all the day I'm trying to build a matcher that aggregate two
> resources, one an html page and the other an xsp generated page.
> Does someone have a sample?
>
>
> Thanks
> Francesco Mondora
--
System Development
VIRBUS AG
Fon +49(0)341-979-7419
Fax +49(0)341-979-7409
[EMAIL PROTECTED]
www.virbus.de
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]