At some point, it would be simpler to write a custom response handler and generate the output in your desired XML format.
wunder On 12/5/06 1:52 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > the idea is to apply XSLT transformation on the result. But it seems that > I would have to apply two transformations in a row, one which unescapes the > escaped node and a second which performs the actual transformation... > > mirko > > > Quoting Yonik Seeley <[EMAIL PROTECTED]>: > >> On 12/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> You are right, it is escaped. But my question is: (how) can I >>> make it unescaped? >> >> For what purpose? >> If you use an XML parser, the values it gives back to you will be unescaped. >> >> -Yonik