You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Saravanan Bellan <sa...@siteROCK.com> on 2000/10/16 22:56:56 UTC

XPath Question

Is it possible to construct a Xpath expression in a Style Sheet and use in
places like,

<xsl:variable name="xpath"><xsl:value-of select="@name"></xsl:variable>

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

Ofcourse this does not work. What should I do to achieve this kind on
function.

Thanks,
-sarva