interprétation du html dans un noeud xml

"el houdaigui" <[email protected]>
Newsgroups gmane.text.xml.french.tech
Message-ID <004101c662fc$75b1b920$153210ac@C00246>
Bonjour,
J'ai ce noeud xml :


Code :
<MESSAGE><![CDATA[TEST avec balises <br/><a
href=\"http://www.google.com\">TEST</a>]]></MESSAGE>

et en xslt je parse de cette manière :


Code :
<xsl:copy-of select="MESSAGE/node()"/>

cependant dans le html résultat (clic droit-> code source dans le
navigateur) j'ai ceci :


Code :
TEST avec balises &lt;br/&gt;&lt;a
href="http://www.google.com"&gt;TEST&lt;/a&gt;

au lieu de :


Code :
TEST avec balises <br/><a href="http://www.google.com">TEST</a>

Comment faire pour bien interpréter le HTML svp?

Merci
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.