diff options
Diffstat (limited to 'docs/progGuideDB/progguide.html.xsl')
-rw-r--r-- | docs/progGuideDB/progguide.html.xsl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/progGuideDB/progguide.html.xsl b/docs/progGuideDB/progguide.html.xsl index 4683e404f..7f6a669fb 100644 --- a/docs/progGuideDB/progguide.html.xsl +++ b/docs/progGuideDB/progguide.html.xsl @@ -1,9 +1,9 @@ -<xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-<xsl:import href="../../../aspectj-external-lib/docbook/docbook-xsl/html/chunk.xsl"/>
-
-<xsl:param name="base.dir" select="'html/'"/>
-<xsl:param name="html.ext" select="'.html'"/>
-
-</xsl:stylesheet>
+<xsl:stylesheet version="1.0" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> + +<xsl:import href="../../lib/docbook/docbook-xsl/html/chunk.xsl"/> + +<xsl:param name="base.dir" select="'html/'"/> +<xsl:param name="html.ext" select="'.html'"/> + +</xsl:stylesheet> |