thanks for that information. i tried several serializers but when i
create output in the form
<xsp:logic>
String out = "<tagname>";
</xsp:logic>
<xsp:expr>out</xsp:expr>
Volker,
deal with the issue on your stylesheet end:
<xsl:value-of select="//out" disable-output-escaping="yes" />
......
<xsl:template match="out">
<xsl:apply-templates/>
</xsl:template>
HTH
regards
beya
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]