Skip to content

Commit

Permalink
Try cdata-section-elements="script"
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 16, 2024
1 parent 1833437 commit 7bfe378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ exclude-result-prefixes="#all">
<!-- To use xsl:import-schema, you need the schema-aware version of Saxon -->
<!-- <xsl:import-schema namespace="http://www.w3.org/1999/xhtml" schema-location="http://www.w3.org/2002/08/xhtml/xhtml1-transitional.xsd"/> -->

<xsl:output method="xhtml" encoding="UTF-8" indent="yes" omit-xml-declaration="yes" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" media-type="application/xhtml+xml"/>
<xsl:output method="xhtml" encoding="UTF-8" indent="yes" omit-xml-declaration="yes" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" media-type="application/xhtml+xml" cdata-section-elements="script"/>

<xsl:param name="ldh:base" as="xs:anyURI" static="yes"/>
<xsl:param name="ldh:requestUri" as="xs:anyURI"/>
Expand Down

0 comments on commit 7bfe378

Please sign in to comment.