Copied to clipboard

Flag this post as spam?

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


  • daniel_sbbs 33 posts 52 karma points
    Mar 14, 2011 @ 07:45
    daniel_sbbs
    0

    xsl:for-each select="$currentPage/node only gets 499 nodes

    Our customer has a site with a xslt that lists all comments but it only displays 499 comments

    <xsl:for-each select="$currentPage/node [@nodeTypeAlias = 'BlogPostComment']">
            Show data
    </xsl:for-each>

    There is more than 500 subnodes of given Alias under the current page.

    Why is this??

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Mar 14, 2011 @ 07:58
    Jan Skovgaard
    0

    Hi Daniel

    Made a reply in here: http://our.umbraco.org/forum/developers/xslt/18271-xslfor-each-select=$currentPagenode-only-gets-499-nodes?p=0#comment69104

    Please don't double post :)

    /Jan

  • 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