Peter Kröpfl Escribio :-)
> Hi,
>
> i am trying to build a tag with multiple attributes like that:
>
> <link id="page.category.snowboarder"
> href="snowboarder/start">snowboarder</link>
>
> (for i18n stuff)
>
>
> I tried it this way
>
> ---8<-----------
>
> <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>

  Hi,

  you forget the name of each attribute (<xsp:attribute name="name"> ...)

  Carlos Chávez.

>
> ------------>8--
>
> However, it does not work.
> I could only generate one attribute, but not two, or more.
>
> What's the problem with this code?
>
>
> thanks,
> peter
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-- 
Carlos Chávez

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

Reply via email to