Hi there,

Is there a way to configure an xslt component to apply XSLT parameters? For example, in the XSLT sheet I'd like to do:

        <xsl:param name="myParam">42</xsl:param>

Then to reference it in the style sheet, use:

        <xsl:value-of select="$myParam"/>

... I'd like to be able to inject those parameters into my spreadsheet from the "xslt:" URI, something like:

        xslt:MyTransform.xsl?param.myParam=1234

Is this possible right now?

Thanks,
Ade









Reply via email to