Well, I will try that!! Thanks a lot..
But this looks to me like a workaround ;-), any plans to enhance the aggregate
feature?

Rgds,
Chris

>-- Original-Nachricht --
>Reply-To: [EMAIL PROTECTED]
>Date: Mon, 1 Sep 2003 11:53:47 +0200
>Subject: Re: map:aggregate / map:part does only work with XML files?
>From: Bertrand Delacretaz <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>
>
>Le Lundi, 1 sep 2003, � 10:12 Europe/Zurich, [EMAIL PROTECTED] a

>�crit :
>>
>> <map:aggregate element="root">
>> <map:generate type="atlasextract">
>> ...some map parameters..
>> </map:generate>
>
>You cannot do that directly, you have to use the cocoon: protocol:
>
>First create a map:match for your Generator
>
><map:match pattern="atlas">
>   <map:generate type="atlasextract"/>
>   <map:serialize type="xml"/>
></map:match>
>
>Then you can use
>
><map:aggregate element="root">
>   <map:part src="cocoon:/atlas"/>
>
>See also http://wiki.cocoondev.org/Wiki.jsp?page=CocoonProtocolExample
>
>--
>   Bertrand Delacretaz
>   independent consultant, Lausanne, Switzerland
>   http://cvs.apache.org/~bdelacretaz/
>
>
>---------------------------------------------------------------------
>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