|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl-if: hide two navigation-levels
Hi Ragner, On 9/9/05, Ragnar Heil <r@xxxxxxx> wrote: > > > Hi, > > I am using a CMS & MS XML4 to generate a navigation > The XSLT loops through all existing directories and generates a nice navi, that works > Now I want to hide the first two levels. > I haven't looked too much at your problem, but I think you mean the two first elements (as the structure seems to be quite flat). > I am showing you some snipplets of my xslt > > .. > <xsl:key name="ParentURI" match="tcm:ListOrganizationalItems/tcm:Item" use="@ParentOrgItemID"/> > ... Perhaps something like: <xsl:key name="ParentURI2" match="tcm:ListOrganizationalItems/tcm:Item[position() > 2]" use="@ParentOrgItemID"/> I hope that I have understood the problem correctly. Regards, Ragulf Pickaxe :-)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








