Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Basically i want to have an if condition in XSLT in which I want to check current page node id , so that I can hide or skip some set of code based on this check . Can anybody please help me on this? Thanks in advance.....
Hi Rohin,
Usually it works:
$currentPage/@id <xsl:if test="$currentPage/@id = @id">
Thanks,
Alex
Did you solve your issue?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to get the node id of current page in XSLT?
Basically i want to have an if condition in XSLT in which I want to check current page node id , so that I can hide or skip some set of code based on this check . Can anybody please help me on this? Thanks in advance.....
Hi Rohin,
Usually it works:
Thanks,
Alex
Hi Rohin,
Did you solve your issue?
Thanks,
Alex
is working on a reply...