12 lines
300 B
XML
12 lines
300 B
XML
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||
|
version="1.0">
|
||
|
|
||
|
<!-- This file is kind of lame, but necessary -->
|
||
|
|
||
|
<xsl:import href="xsl-docbook/html/docbook.xsl"/>
|
||
|
|
||
|
<xsl:include href="ljdocs2html.xsl"/>
|
||
|
|
||
|
</xsl:stylesheet>
|