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
Hi,
pls explain below logic in xslt
$currentPage//*[@isDoc]
Hi kannandesikan,
With this xslt logic $currentPage//*[@isDoc] you will retrieves all nodes below the node in reference no matter the depth.
So it will show all the nodes on the currentPage, and by default the currentPage is the requested page.
On this link you can read about the different axes in Umbraco.
http://our.umbraco.org/wiki/reference/xslt/xpath-axes-and-their-shortcuts
Hope it´s help you.
/Dennis
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
umbraco xslt doubt
Hi,
pls explain below logic in xslt
$currentPage//*[@isDoc]
Hi kannandesikan,
With this xslt logic $currentPage//*[@isDoc] you will retrieves all nodes below the node in reference no matter the depth.
So it will show all the nodes on the currentPage, and by default the currentPage is the requested page.
On this link you can read about the different axes in Umbraco.
http://our.umbraco.org/wiki/reference/xslt/xpath-axes-and-their-shortcuts
Hope it´s help you.
/Dennis
is working on a reply...