Ok, but it's a bit hard to help you out if you don't show all of the code and tell a bit more about how the content is structured and where you place the macro. Please elaborate a bit more so this can get solved :-)
We have a pagetype A that accept subnodes B on the template of A we have the macro above that should list all B in an ol-list, it does but only the first 499 then it stops.
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.
Is there a limit???
No solution, just another umbraco bug?
Hi Daniel
How does the rest of the code look? Is there a <xsl:sort> element? I don't think it's an umbraco bug.
/Jan
No, no sort just a li that output creation date and pagename
Hi Daniel
Ok, but it's a bit hard to help you out if you don't show all of the code and tell a bit more about how the content is structured and where you place the macro. Please elaborate a bit more so this can get solved :-)
/Jan
There is not much more to see.
We have a pagetype A that accept subnodes B on the template of A we have the macro above that should list all B in an ol-list, it does but only the first 499 then it stops.
Can add that the site is running in 4.0.1
is working on a reply...