Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Symbols token text now in CDATA
Browse files Browse the repository at this point in the history
  • Loading branch information
kisenka committed Aug 28, 2014
1 parent 6776b24 commit e2eec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/convert.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
exclude-result-prefixes="#all"
version="2.0">

<xsl:output method="xml" encoding="UTF-8" indent="yes" omit-xml-declaration="no" cdata-section-elements="comment string doc"/>
<xsl:output method="xml" encoding="UTF-8" indent="yes" omit-xml-declaration="no" cdata-section-elements="comment string symbol doc"/>

<xsl:template match="/">
<xsl:variable name="firstPassTempTree">
Expand Down

0 comments on commit e2eec22

Please sign in to comment.