![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: xsl:copy-of does not preserve disable-output-escaping xsl:copy-of does not preserve disable-output-escapingTo: NULL Date: 2/5/2007 7:14:00 AM Here is an example, there is a text node within a variable A. The textnode has disable-output-escaping="yes". I need to ouput the variable A into the result tree preserving the disable-ouput-escaping setting. This template: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" > <xsl:template match="/"> <xsl:variable name="A"> <xsl:text disable-output-escaping="yes"> </xsl:text> </xsl:variable> <xsl:copy-of select="msxsl:node-set($A)"/> </xsl:template> </xsl:stylesheet> produces " " but I need " " | ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
