Hi Guys
Please help me to find out to find current page name in skin xsl of component
There is page under en_US/index.page on this xyz component for particular skin's in xsl we tried to checking current page like as below
<xsl:variable name="pageName">$CONTEXT{pageName}</xsl:variable>
<xsl:when test="$pageName = 'en_US/index.page' ">
</xsl:when>
it is not working . Please help to rectify the issue.