1
0
mirror of synced 2026-08-04 09:17:02 +00:00

SEC-1508: Update docbook processing to use Docbook 5 namespaces.

This commit is contained in:
Luke Taylor
2010-07-03 13:10:48 +01:00
parent 6093dbce7e
commit 8ad6cbbe85
5 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
exclude-result-prefixes="xslthl"
version='1.0'>
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/highlight.xsl"/>
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/html/docbook.xsl"/>
<xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/html/highlight.xsl"/>
<!-- Use code syntax highlighting -->
<xsl:param name="highlight.source">1</xsl:param>