I have input xml with CDATA section. When I copy the output using xsl, a space and a line break are added, resulting in a parser error.Here is an example of cdata in req:CDATA[L1LA90020120835042900HH 0000+and the output CDATA:CDATA[ L1LA90020120835042900HH 0000+cr/lf is added after HH.Is there way to remove these?