Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • chandra 3 posts 23 karma points
    Nov 29, 2010 @ 21:24
    chandra
    0

    xslt collections

    I need an xslt for a collection control that produces the below:

    <ul>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    </ul>

    <ul>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    <li>{quicklink}</li>

    </ul>

     

    The key here is to have a count on the items.  After the 7th item, it needs to start a new list.

     

    Can anybody help with these one..please and Thanks in advance

  • Kim Andersen 1447 posts 2197 karma points MVP
    Nov 29, 2010 @ 22:01
    Kim Andersen
    0

    @Admin: Duplicate post of this one.

    /Kim A

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies