Hi,

 

I am successfully calling an EJB method that returns an XML string. The XML returned contains escaped characters eg &gt; for ‘>’ etc when redirected to a file, even when the string header has a <?xml version="1.0" encoding="utf-8"?> header.

 

There is an FAQ ( http://www.orbeon.com/community/faq#2.21  ) for parsing an XML string to an XML document using the XSLT processor and the saxon:parse function. However the input for the processor in the FAQ example uses an XML document. Is there a way I can wrap the above XML string inside a document so that I can use the same technique as the FAQ?

 

Regards,

 

Avinder

Reply via email to