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...
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
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...
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.