Re: Add an @as in p:import-parameter

/ Innovimax SARL <innovimax@gmail.com> was heard to say:
| 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"/>

If you want to do that, I thought you could simply use:

  <p:parameter name="computed-for-xslt" select="$computed"/>

                                        Be seeing you,
                                          norm

-- 
Norman Walsh
XML Standards Architect
Sun Microsystems, Inc.

Received on Monday, 23 October 2006 17:24:41 UTC