Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ashok Raja 12 posts 32 karma points
    Oct 14, 2010 @ 16:19
    Ashok Raja
    0

    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

    <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">

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies