On the page I am displaying any one of the children nodes as the main video. Then I would like to display 5 other videos under the main video the problem I am having is if the child node (main video) is in the next 5 videos when looping it only displays 4. Here is my XSLT and sorry for the poor explanation.
For loop mutant
I have the following content structure:
On the page I am displaying any one of the children nodes as the main video. Then I would like to display 5 other videos under the main video the problem I am having is if the child node (main video) is in the next 5 videos when looping it only displays 4. Here is my XSLT and sorry for the poor explanation.
The source is actually
The bold line below was removed, tried auto inc method but failed.
Well to do it really easily, remove the currentPage node from the nodeset by changing your for-each
to use a predicate [the condition inside square bracket]
Genius, cheers even after 12 months using Umbraco there is still plenty to use.
Fail at typing... Learn* not use!
is working on a reply...