Hello,
i would like my script to count all child nodes of the parent with a given property (in this case documents with the property sidebarbox=19).
I want to test if there are pages beneath which fit into this scheme.
My Code looks like this:
Code:
<xsl:when test="count($currentPage/../node [@alias = 'sidebarbox' = '19']) > 0">
It doesn't produce an obvious error, but it never finds a matching document either, so i
guess there's something wrong with the syntax.
Any help would be appreciated,
Greetings,
Electric-Ric