Dear sir!
I have xml
< body text="<a href="http://www.microsoft.com>" test </a>"/>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 |