Hi.
How would i use page item attributes in a XSLT template? Lets say i have a page-item called link, with basic functionality like: Href, Target, Alt and text. How would i get those properties in the XSLT?
Ive tried stuff like:
select="@Link.Link"
select="@Link"
select="@Item.Link"
Without any effects.
When outputting the XSLT to XML, i see the "ItemType" is set, but no properties attached.
Morten mentioned in this thread: http://developer.dynamicweb.com/forum/cms-standard-features/page-item-in-xslt.aspx
That this is possible after v. 8.4, but how do i utilize it?
Thanks in advance.
Jonas