<div dir="ltr"><div><div>I'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've added the line<br><br><xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" cdata-section-elements="style"/><br>
<br></div>to my stylesheet, but, the output still has the CDATA wrapper stripped.<br><br></div>Would anyone know why?<br></div>