I have declared a cdata-section-elements attribute and also declared output:serialization-parameters. When I use this in stand-alone transformation using saxon-he 10.5 (i.e. using XML Developer), the elements mentioned in the cdata-section-elements attribute are nicely put into a <![CDATA[the content of the element mentioned in the cdata-section-elements attribute is here]]>
When I use this same xslt in a pipeline-step, they don't end up in a cdata.
I have declared a cdata-section-elements attribute and also declared output:serialization-parameters. When I use this in stand-alone transformation using saxon-he 10.5 (i.e. using XML Developer), the elements mentioned in the cdata-section-elements attribute are nicely put into a
<![CDATA[the content of the element mentioned in the cdata-section-elements attribute is here]]>When I use this same xslt in a pipeline-step, they don't end up in a cdata.