What other properties/page variables are available via XSLT
I know you can get $currentPage/@id, but what other page variables are available, is there a list?
e.g.
@pageName,
@pageCreatedDate,
@myPropertyAlias, etc.
moreover are all page property values available? I know this is 2 questions but they're relevant.
What other properties/page variables are available via XSLT
I know you can get $currentPage/@id, but what other page variables are available, is there a list? e.g. @pageName, @pageCreatedDate, @myPropertyAlias, etc. moreover are all page property values available? I know this is 2 questions but they're relevant.
Hi Kevon,
Here's a WIKI page answering that very question :) It lists all the properties you can query from $currentPage.
The page variables are XML attributes, here's another WIKI page describing the changes to the new schema.
HTH,
Hendy
Thanks, this is exactly what I was looking for. I now see the true power of XSLT it's verbose but powerful.
is working on a reply...