[xsl] unescape html from xquery

Subject: [xsl] unescape html from xquery
From: "Robby Pelssers" <robby.pelssers@xxxxxxxxx>
Date: Wed, 13 Apr 2011 10:07:17 +0200
Hi all,

I have a problem where in my xquery following variable contains escaped html
content.  Is there a way that Sedna allows to disable output escaping for a
specific tag?

let $symbol := $det/ConditionSpecification/HTML/text()

The output I am currently seeing in browser output is U<sub>dc</sub>  instead
of  Udc

Kind regards,
Robby Pelssers

Current Thread