Hi All. I am trying to build a simple top navigation with follow structure:
<ul>
<li class = "selected">
Home
</li>
<li>
About Us
</li>
</ul>
but I am having problem to define the current select node and apply style to it. Could anyone let me know how to check the current select node when building the navigation?
XSLT Navigation problem
Hi All. I am trying to build a simple top navigation with follow structure:
<ul>
<li class = "selected">
Home
</li>
<li>
About Us
</li>
</ul>
but I am having problem to define the current select node and apply style to it. Could anyone let me know how to check the current select node when building the navigation?
Thank you
Jing
Hi there, give this a try:
HTH,
Nik
is working on a reply...