XSLT parameters passed in through xsltApplyStylesheet

NeiChan

New Member
How are they stored in the transformation?How do I access them besides using "$variable". Can I access them through their names?\[code\]<xsl:value-of select = '*/*/xsl:param[@name=myvariable']/@select"/>\[/code\]
 
Back
Top