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: ... <folderIndex><mail><from> ... that is the "<" and ">" are all convertet to "<" and ">". 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]
