On 01.06.2004 23:05, Peter KrÃpfl wrote:

<link>
<xsp:attribute>
 <xsp:param name="name">id</xsp:param>
 page.category.<esql:get-string column="NAME"/>
</xsp:attribute>
<xsp:attribute>
 <xsp:param name="name">href</xsp:param>
 <esql:get-string column="NAME"/>/start
</xsp:attribute>
<esql:get-string column="NAME"/>
</link>

it work, i never used. maybe in the stylesheet is the problem.

Here is the code from the stylesheet

At least I meant the XSP stylesheets aka logicsheets.

<xsl:template match="link">
<a class="textlink" href="[EMAIL PROTECTED]">
<i18n:text i18n:key="[EMAIL PROTECTED]"> <xsl:apply-templates/> </i18n:text>
</a> </xsl:template>

I guess you also had a look on the output of the XSP without any transformation steps by serializing to XML immediately after the generator step?


Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to