Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I need an xslt for a collection control that produces the below:
<ul>
<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
@Admin: Duplicate post of this one.
/Kim A
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
@Admin: Duplicate post of this one.
/Kim A
is working on a reply...