Dear sir!
 
I have xml

<body text="&lt;a href="http://www.microsoft.com&gt;" test &lt;/a&gt;"/>

In xsl I wrote

<xsl:value-of disable-output-escaping="yes" select="body//@text"/>

I wont have in output html   test  , but I have exactly the same as is in xml plus string

'<?xslt-next-is-raw formatter-to-dom?>'.

Can you help me?

Thank you, Alex

Reply via email to