14 lines
352 B
XML
Executable File
14 lines
352 B
XML
Executable File
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version="1.0">
|
|
|
|
<xsl:import href="xsl-docbook/html/chunk.xsl"/>
|
|
|
|
<xsl:include href="ljdocs2html.xsl"/>
|
|
|
|
<xsl:param name="chunk.section.depth" select="1"/>
|
|
|
|
<xsl:param name="chunk.first.sections" select="1"/>
|
|
|
|
</xsl:stylesheet>
|