I have another question about bookmarks. The idea is that all navigation for my site needs to happen via user-friendly urls. This means that in tab.xsl instead of using "@parameter" for tab urls in the following:
<a class="{$selected}" href="[EMAIL PROTECTED]">
<xsl:value-of select="@name"/>
</a>
I need to be able to use a meaningful url name. I
tried creating a parameter in layout/portal.xml and
passing it to a "named-item", but it gets ignored.
Any ideas?
Thanks,
-Alex
