From: "Carsten Ziegeler" <[EMAIL PROTECTED]>
>
> Konstantin Piroumian wrote:
> >
> > >
> > > You can configure the global parameters in the map:pipelines section:
> > > <map:pipelines>
> > >   <map:global-parameters>
> > >      <map:parameter name="skin" value="forrest-skin"/>
> > >   </map:global-parameters>
> >
> > One question: why 'global-parameters' and not simply 'parameters'?
> >
> Hmm, I first named it 'parameters' and then I tried 'global-parameters'
> and I thought it's a better fit, because these parameters are global
> to all pipeline sections. They are not for the map:pipelines element
> itself.

Yes, you're right, but maybe they could be declared without a wrapping
element? Simply:
<map:pipelines>
    <map:parameter name="" value="" />
    ...
</map:pipelines>

It seems to me more intuitive and similar to XSLT syntax.

Konstantin

>
> But if wanted, changing the name is really a 30sec work.
>
> Carsten
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>

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

Reply via email to