I am looking to produce the following mark up:
<ul>
<li><a href="/">Home</a></li>
<li class="current"> About</li>
<li><a href="contact>Contact us</a></li>
<ul>

the problem is I can not add <a> conditionally to <li>. I am using ListView
to populate the Items.
Can someone give me a hint about how to achieve this ??

Thank you in advance.

Reply via email to