abdulmohsen
January 25th, 2008, 03:35 PM
Hi all,
I need to make website menu which is derived from an XML "Web.sitemap" file.
Here goes what i want to do, say that i have the following structure of my XML:
<Friends>
<Kirupa url="kirupa/default.aspx">
<menu item 1/>
<menu item 2/>
<menu item 3/>
<menu item 4/>
</Kirupa>
<Abroad>
<country 1/>
<country 2/>
<country 3/>
</Abroad>
</Friends>
Now let's say that i am in the specified page of "kirupa" node (i.e. "kirupa/default.aspx"), then i want its child items to be displayed as a menu as in the attached image (see attachment) and i want to apply any css as desired.
And of course, I don't want to see the parent node (i.e. "kirupa") to be displayed!
That's all i am asking!
Is this possible?
Thank you in advance
I need to make website menu which is derived from an XML "Web.sitemap" file.
Here goes what i want to do, say that i have the following structure of my XML:
<Friends>
<Kirupa url="kirupa/default.aspx">
<menu item 1/>
<menu item 2/>
<menu item 3/>
<menu item 4/>
</Kirupa>
<Abroad>
<country 1/>
<country 2/>
<country 3/>
</Abroad>
</Friends>
Now let's say that i am in the specified page of "kirupa" node (i.e. "kirupa/default.aspx"), then i want its child items to be displayed as a menu as in the attached image (see attachment) and i want to apply any css as desired.
And of course, I don't want to see the parent node (i.e. "kirupa") to be displayed!
That's all i am asking!
Is this possible?
Thank you in advance