<div dir="ltr"><div><div>I&#39;m transforming an SVG, and the SVG has a style node.  The contents are in a CDATA wrapper.  The CDATA wrapper is being stripped in the copy.  I&#39;ve added the line<br><br>&lt;xsl:output method=&quot;xml&quot; version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; indent=&quot;yes&quot; cdata-section-elements=&quot;style&quot;/&gt;<br>
<br></div>to my stylesheet, but, the output still has the CDATA wrapper stripped.<br><br></div>Would anyone know why?<br></div>