On Fri, 12 Apr 2002, Markus Jais wrote:

> 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.

Either use TaglibHelper or AxKit::XSP::Util's <util:include-expr> tag.

-- 
<!-- Matt -->
<:->Get a smart net</:->



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

Reply via email to