hello
I have a question on using <xsp:expr>

I have this code
<xsp:expr> $gmx->get_mail_index($customerno, "inbox") </xsp:expr>

the get_mail_index function returns a xml string in the form of

<folderIndex><mail><from>Markus Jais></from></mail></folderIndex>

but when I watch the sources of the output in mozilla
I see something like this:

...
&lt;folderIndex&gt;&lt;mail&gt;&lt;from&gt
...

that is the "<" and ">" are all convertet to "&lt" and "&gt".
how can I accomplish that the correct xml without escaping
is inserted. this is important for my application, because
I am using stylesheet which process the inserted xml.

thanks in advance

markus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to