On Wed, 27 Jun 2007 18:04:43 +0300
"Arieh Skliarouk" <skliarieh gmail.com> wrote:
> On third one, meshcms showed the links with top-most
entry missing.
Send me more details on this item so we can work it out: I
don't fully
understand the issue.
> On a related note, I want the links to be inside of
unordered list.
> Thus I made an hairy hack:
> <cms:links path="/tkoshebrew/expertise"
welcome="false"
> pre="<ul><li>"
separator="</li><li>"
post="</li></ul>" />
>
> Is there a way to print links as unordered list using
an built-in tag?
No, there isn't. With the tag as it is now, you can't do
better than
you did ;)
It should be converted to something like:
<cms:links path="...">
<ul>
<cms:item>
<li>
<cms:value />
</li>
</cms:item>
</ul>
</cms:links>
where cms:item and cms:value should be generic tags that can
be used
inside other tags too. I have this change in the wishlist,
but it would
require the creation of a new taglib to skip backwards
compatibility
issues.
Luciano
------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
MeshCMS-Discussion mailing list
MeshCMS-Discussion lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesh
cms-discussion
|