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 >