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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.