This code selects the nodes, I want to work ...:
<xsl:variable name="rootTextpageNode"
select="$currentPage/ancestor-or-self::node [@level = 2 and
@nodeTypeAlias = 'CWS_Textpage']" />
How can I put sort / orderby there, so the elements with the newer createdDate are displayed first?
I use the CWS starter kit and you need to reorder the items displayed in SubNavi.xslt
source
share