|
28 | 28 | <xsl:template match="*"> |
29 | 29 | <xsl:choose> |
30 | 30 | <xsl:when test="$withFloatingToc='true'"> |
31 | | - <xsl:text disable-output-escaping="yes"> |
32 | | - .. raw:: html |
33 | | - |
34 | | - <div id="floating-toc"> |
35 | | - <div class="search-container"> |
36 | | - <input type="button" id="toc-hide-show-btn"></input> |
37 | | - <input type="text" id="toc-search" placeholder="Search" /> |
38 | | - </div> |
39 | | - <ul id="toc-list"></ul> |
40 | | - </div> |
41 | | - |
42 | | - </xsl:text> |
| 31 | + <xsl:text disable-output-escaping="yes"><![CDATA[ |
| 32 | +.. raw:: html |
| 33 | +
|
| 34 | + <div id="floating-toc"> |
| 35 | + <div class="search-container"> |
| 36 | + <input type="button" id="toc-hide-show-btn"></input> |
| 37 | + <input type="text" id="toc-search" placeholder="Search" /> |
| 38 | + </div> |
| 39 | + <ul id="toc-list"></ul> |
| 40 | + </div> |
| 41 | +
|
| 42 | +
|
| 43 | +]]></xsl:text> |
43 | 44 | </xsl:when> |
44 | 45 | </xsl:choose> |
45 | 46 |
|
46 | 47 | <xsl:apply-templates select="/xhtml:html/xhtml:body"/> |
47 | 48 | </xsl:template> |
48 | 49 |
|
49 | 50 | <xsl:template match="/xhtml:html/xhtml:body"> |
50 | | - <xsl:text disable-output-escaping="yes"> |
51 | | - ********************************************************************* |
52 | | - SQL Syntax |
53 | | - </xsl:text> |
| 51 | + <xsl:text disable-output-escaping="yes"><![CDATA[ |
| 52 | +********************************************************************* |
| 53 | +SQL Syntax]]></xsl:text> |
54 | 54 | <xsl:choose> |
55 | 55 | <xsl:when test="$isSnapshot='true'"> |
56 | 56 | <xsl:text>|JSQLPARSER_SNAPSHOT_VERSION|</xsl:text> |
|
59 | 59 | <xsl:text>|JSQLPARSER_VERSION|</xsl:text> |
60 | 60 | </xsl:otherwise> |
61 | 61 | </xsl:choose> |
62 | | - <xsl:text> |
63 | | - ********************************************************************* |
| 62 | + <xsl:text><![CDATA[ |
| 63 | +********************************************************************* |
64 | 64 |
|
65 | | - The EBNF and Railroad Diagrams for |
66 | | - </xsl:text> |
| 65 | +The EBNF and Railroad Diagrams for]]></xsl:text> |
67 | 66 | <xsl:choose> |
68 | 67 | <xsl:when test="$isSnapshot='true'"> |
69 | 68 | <xsl:text>|JSQLPARSER_SNAPSHOT_VERSION|</xsl:text> |
|
79 | 78 | </xsl:template> |
80 | 79 |
|
81 | 80 | <xsl:template match="svg:svg[preceding-sibling::*[1]/xhtml:a]"> |
82 | | - <xsl:text disable-output-escaping="yes"> |
83 | | - ====================================================================================================================== |
84 | | - </xsl:text> |
85 | | - <xsl:value-of select="translate(preceding-sibling::*[1]/xhtml:a/text(),'\:','')"/> |
86 | | - <xsl:text disable-output-escaping="yes"> |
87 | | - ====================================================================================================================== |
| 81 | + <xsl:text disable-output-escaping="yes"><![CDATA[ |
| 82 | +====================================================================================================================== |
| 83 | +]]></xsl:text><xsl:value-of select="translate(preceding-sibling::*[1]/xhtml:a/text(),'\:','')"/> |
| 84 | + <xsl:text disable-output-escaping="yes"><![CDATA[ |
| 85 | +====================================================================================================================== |
88 | 86 |
|
89 | | - </xsl:text> |
| 87 | +]]></xsl:text> |
90 | 88 |
|
91 | 89 | <xsl:text disable-output-escaping="yes"> |
92 | | - .. raw:: html |
| 90 | +.. raw:: html |
93 | 91 |
|
94 | 92 | </xsl:text> |
95 | 93 |
|
|
0 commit comments