Hi Guys,
I am looking for a solution to list a different number of navigation levels for each tree (in this case meaning different level 1 pages).
The reson I have this request is that we need to list 3 levels of navigation. That can be easily accoplished by setting the end prameter in the navigation call to 3. But the problem comes from one of the level 1 nodes that have a lot pof pages at level 3. 3000+ articles.
I know I can filter the nodes in the XSLT (which I already did) but the effort of generating the XML file just to filter 99% of it seems unreasonable.
I know there is something called NavigationProvider and I am looking into this option as an alternative. My question is whether I can use a property on the Level 1 page to determine how many levels deep each tree will go. Or any other option that can get me to the same result.
Thank you,
Adrian