Commit c11e847d authored by Andy Wilkinson's avatar Andy Wilkinson

Fix syntax highlighting in the reference documentation

Closes gh-16548
parent 0d256da0
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
--> -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xslthl="http://xslthl.sourceforge.net/" xmlns:xslthl="http://xslthl.sf.net"
xmlns:d="http://docbook.org/ns/docbook" xmlns:d="http://docbook.org/ns/docbook"
exclude-result-prefixes="xslthl d" exclude-result-prefixes="xslthl d"
version='1.0'> version='1.0'>
......
...@@ -20,7 +20,7 @@ under the License. ...@@ -20,7 +20,7 @@ under the License.
--> -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xslthl="http://xslthl.sourceforge.net/" xmlns:xslthl="http://xslthl.sf.net"
xmlns:d="http://docbook.org/ns/docbook" xmlns:d="http://docbook.org/ns/docbook"
exclude-result-prefixes="xslthl d" exclude-result-prefixes="xslthl d"
version='1.0'> version='1.0'>
......
...@@ -20,7 +20,7 @@ under the License. ...@@ -20,7 +20,7 @@ under the License.
--> -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xslthl="http://xslthl.sourceforge.net/" xmlns:xslthl="http://xslthl.sf.net"
xmlns:d="http://docbook.org/ns/docbook" xmlns:d="http://docbook.org/ns/docbook"
exclude-result-prefixes="xslthl" exclude-result-prefixes="xslthl"
version='1.0'> version='1.0'>
......
...@@ -22,7 +22,7 @@ under the License. ...@@ -22,7 +22,7 @@ under the License.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:d="http://docbook.org/ns/docbook" xmlns:d="http://docbook.org/ns/docbook"
xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:xslthl="http://xslthl.sourceforge.net/" xmlns:xslthl="http://xslthl.sf.net"
xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xlink='http://www.w3.org/1999/xlink'
xmlns:exsl="http://exslt.org/common" xmlns:exsl="http://exslt.org/common"
exclude-result-prefixes="exsl xslthl d xlink" exclude-result-prefixes="exsl xslthl d xlink"
......
...@@ -19,5 +19,5 @@ ...@@ -19,5 +19,5 @@
<highlighter id="properties" file="./xslthl/properties-hl.xml" /> <highlighter id="properties" file="./xslthl/properties-hl.xml" />
<highlighter id="json" file="./xslthl/json-hl.xml" /> <highlighter id="json" file="./xslthl/json-hl.xml" />
<highlighter id="yaml" file="./xslthl/yaml-hl.xml" /> <highlighter id="yaml" file="./xslthl/yaml-hl.xml" />
<namespace prefix="xslthl" uri="http://xslthl.sourceforge.net/" /> <namespace prefix="xslthl" uri="http://xslthl.sf.net" />
</xslthl-config> </xslthl-config>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment