Which top navigation are you refering to? Is it one of the pre-made XSLT files within Umbraco or are you using some kind of navigation package? For instance like the one that cogworks has made?
Or are you using the API to create the navigation?
If I where you I would take a look at the default XSLT template in Umbraco called "Navigation prototype" or "List Subpages by Level". This will actually create an XSLT navigation for you. It's not that much XSLT that you need, and by taking a look at it it will give you a good idea on how things work.
Otherwise you might want to take a look at this wiki. It show you the code for making a recursive menu.
Where i found Documents for developer
Hi ,
I want documents for the developing the top navigation..
Where i found that..
Thanks in advance
Hi Prasad
Which top navigation are you refering to? Is it one of the pre-made XSLT files within Umbraco or are you using some kind of navigation package? For instance like the one that cogworks has made?
Or are you using the API to create the navigation?
/Jan
Hi Prasad
If I where you I would take a look at the default XSLT template in Umbraco called "Navigation prototype" or "List Subpages by Level". This will actually create an XSLT navigation for you. It's not that much XSLT that you need, and by taking a look at it it will give you a good idea on how things work.
Otherwise you might want to take a look at this wiki. It show you the code for making a recursive menu.
If you don't like to work with XSLT at all, you can take a look at Aron Powell's blogpost about creating a menu using IronRuby.
/Kim A
is working on a reply...