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
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??
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
There is more than 500 subnodes of given Alias under the current page.
Why is this??
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
is working on a reply...