Hi Thanks for replying me
however could you tell me where sould i create the pipeline for follwing match
<map:part src="" style="direction: ltr;">P"/
On 8/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
On 8/2/06, Bhavya Sharma <[EMAIL PROTECTED] > wrote:
> i want to use generator in aggretate , is it possible to use that or not,
> can you just take a look at following entry and reply me what is wrong with
> this.
> whenever i try to run this, it shows me src attribute is neccessery,
> <map:aggregate element="cmsbody">
> <map:part
src="">> <map:part
src="">> <map:part
> src=""
> <map:part
> src="">> <map:part src="" generator name -->
> <map:parameter name="a" value="{a}"/>
> <map:parameter name="b" value="{b}"/>
> <map:parameter name="c" value="{d}"/>
> </map:part>
> </map:aggregate>
Use this syntax when you need more than map:part can handle:
<map:part src="">And create a pipeline to return the desired XML.
<map match="Search">
<map:generate ... >
<map:parameter name="a" value="{a}"/>
<map:parameter name="b" value="{b}"/>
<map:parameter name="c" value="{d}"/>
</map:generate>
<map:serialize type="xml"/>
</map:match>
<map:aggregate element="cmsbody">
...
<map:part src=""></map:aggregate>
solprovider
P.S. Add everything Thorsten wrote. And please stop mailing me
directly. The Lenya MLs, my apache address, and my gmail address all
go to my gmail account. Mail not from the Lenya MLs usually goes
straight to the spam folder. For the MLs, I answer when I can. If
you want paid assistance with a Service Level Agreement, use my
company email address. We develop, support, and host Lenya.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Thank you,
Bhavya Sharma