Add an @as in p:import-parameter (was Re: Computed Step Parameter and a Group Equivalence)

When reading this from Alex

> <p:group name="test">
>    <p:output name="result" step="inner" source="result"/>
>    <p:parameter name="computed" step="somewhere" source="x"
>                 select="/doc/param"/>
>    <p:step name="inner" type="p:xslt">
>      <p:import-parameter name="computed"/>
>      ...
>    </p:step>
> </p:group>
>
> --Alex Milowski

I thought that importing parameter is very interesting, but aliasing
them could be useful too.
so we can imagine

>      <p:import-parameter name="computed" as="computed-for-xslt"/>

Regards

Mohamed
-- 
Innovimax SARL
Consulting, Training & XML Development
9, impasse des Orteaux
75020 Paris
Tel : +33 8 72 475787
Fax : +33 1 4356 1746
http://www.innovimax.fr
RCS Paris 488.018.631
SARL au capital de 10.000 €

Received on Sunday, 22 October 2006 06:34:50 UTC