> -----Original Message-----
> From: beyanet.com [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 27. April 2005 10:29
> To: [email protected]
> Subject: Re: xsp and < symbol problem
>
>
> >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
Much simpler:
<xsp:logic>
<tagname><xsp:expr>out</xsp:expr></tagname>
</xsp:logic>
Or are you trying to produce non-wellformed XML?
This message is for the named person's use only. It may contain confidential,
proprietary or legally privileged information. No confidentiality or privilege
is waived or lost by any mistransmission. If you receive this message in error,
please notify the sender urgently and then immediately delete the message and
any copies of it from your system. Please also immediately destroy any
hardcopies of the message. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the intended
recipient. The sender's company reserves the right to monitor all e-mail
communications through their networks. Any views expressed in this message are
those of the individual sender, except where the message states otherwise and
the sender is authorised to state them to be the views of the sender's company.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]