Hi, my problem (Cocoon1): I want to generate a html page which contains a href. The href link should be variable and encoded by the javascript function escape() (without using xsp!). I thought it would be very simple, but I always get only the text (!) "encode(....)". xsl-code: (the second parameter "source==<xsl:value-of select='src_param'/>" should be encoded by 'escape()') ======= <a> <xsl:attribute name="href">index.xml?id=<xsl:value-of select="id"/>&source=<xsl:value-of select="src_param"/> </xsl:attribute> .... </a> Thorsten --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>