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