Never tried that, but if I'm not mistaken XSL has a mechanism built-in
to retrieve parameters passed from anywhere when the stylesheet is
loaded. Check out the http://www.w3schools.com xsl tutorial and
reference for more info.

Martin

高 迪 wrote:

> when i write the code below:
> <x:transform xml="${xml}" xslt="${xslt}">
> <x:param name="gg" value="0"/>
> </x:transform>
> 
> my question is what the param useage here,how can i
> get the param in xsl file?
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> ---------------------------------------------------------------------
> 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