I there a way to get the current page's name using XSLT and store it in a variable?
Something like:
<xsl:variable name="myVariabl e" select="PageNam e"/>
Something like:
<xsl:variable name="myVariabl e" select="PageNam e"/>
<asp:Xml runat="server" documentSource="xml/sample.xml" transformSource="xml/sample.xsl" id="sample" />
Comment