Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Please help in converting these 4.0.3 XSLT schema to 4.5.2
<xsl:variable name="homePagePath" select="umbraco.library:GetXmlNodeById($currentPage/ancestor-or-self::node[@level = '1'][@nodeTypeAlias = 'HomePage']/@id)"/>
<xsl:apply-templates select="$rootNodePath/node/node[@nodeName = $currentPage/@nodeName]/node[@nodeTypeAlias != 'Navigation']">
<xsl:when test="$currentPage/node[@nodeTypeAlias = $faqItemAlias]">
<xsl:for-each select="$rootNodePath/descendant::node/node">
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Convert 4.0.3 XSLT schema to 4.5.2 - examples
Please help in converting these 4.0.3 XSLT schema to 4.5.2
is working on a reply...