At the Restrictions page, I read:
The Saxon-CE engine does not perform serialization. This means that the attribute disable-output-escaping is ignored. It also means that no meta attributes are inserted into HTML or XHTML output, and no escaping of URI-valued attributes takes place.
And of course my stylesheet relies on disable-output-escaping="yes".
Any plans on adding serialization?
Also something like
<xsl:output cdata-section-elements="div" />
seems to be unsupported, so no workaround possible?