> <xsl:template match="xhtml:[EMAIL PROTECTED]'menuitem-selected-1']">
> <div class="[EMAIL PROTECTED]">
> <img height="24" width="192"
> src="http://myhost.mydomain:8080/graphicUtils/TextOnImage?text=escape-uri([EMAIL
> PROTECTED],false())&img=empty_192x24_line\
> .png&x=25&y=19&size=20" alt="[EMAIL PROTECTED]"/>
> </div>
> </xsl:template>
> ..any hints, please?
The escape-uri would need to be within the braces to be treated as a
function rather than text. That should have been obvious from looking
at the HTML results. Try:
text={escape-uri(@label, false())}
[Disclaimer: I have not tries that function in Lenya's XSLT.]
solprovider
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]