ljr/livejournal/doc/raw/build/chunk.xsl

14 lines
352 B
XML
Raw Normal View History

2019-02-05 21:49:12 +00:00
<?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>