Hi all,
I have a problem with my xml-string. From a XSP-page i call a JavaClass
which makes a SOAP-call. The JavaClass returns a XML document in
String type.
When i place this string in my page with <xsp:expr> the '<' and '>' of the
XML string are replaced with '<' and '>'. Because of this replacement
the transformer doesn't 'recognize' the tags.
I tried <util:include-expr>, unescapeXml, unescapeHtml and even the
string.replaceAll() method (:S) but nothing helps.
Does anyone knows how to solve this problem or has an idea?
Thanks!
Erik
btw, here is a piece of my XSP code:
<xsp:logic>
String xmlString = soapCall.doSOAPCall();
</xsp:logic>
<xsp:expr>xmlString</xsp:expr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]