On Wed, 10 Mar 2004 [EMAIL PROTECTED] wrote:
> Hi,
> Inside my XSP I am calling a method which returns a String with XML
> content. When I try to output the content of the string, it is treated as
> CDATA.
>
> eg. String xml = "<greeting>Hello</Greeting>
> <page>
> <xsp:expr>xml</xsp:expr>
> </page>
>
somethink like
<page>
<greeting>
<xsp:expr>variable</xsp:expr>
</greeting>
</page>
dont feet in your case?
-- stavros
> What I need from the example above is to generate the xml:
> <page>
> <greeting>Hello</greeting>
> </page>
>
> and pass it to an XSLT transformer from the sitemap.
>
> Can anyone help me with this?
>
> Thanks and Regards,
> Marco.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]