How would I do that? I've tried with "following-sibling" and "preceding-sibling", but having a hard time making it work.
<xsl:apply-templates select="Page[@ID = $PageID and following-sibling::Page[@MenuText='_']]//Page" />
You must be logged in to post in the forum