remove mudballs
Annotate for file /chunk.xsl
2009-04-05 tobias 1 <?xml version='1.0'?>
17:58:25 ' 2 <xsl:stylesheet version="1.0"
' 3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
' 4
2009-07-06 tobias 5 <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl" />
2009-12-13 tobias 6 <xsl:import href="nonlink-apidoc.xsl" />
2009-04-05 tobias 7
2009-07-06 tobias 8 <xsl:import href="video.xsl" />
21:51:20 ' 9 <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/html/highlight.xsl" />
' 10
' 11 <xsl:param name="highlight.source" select="1" />
2009-06-05 tobias 12
2009-04-05 tobias 13 <!--
17:58:25 ' 14 <xsl:param name="admon.graphics" select="1"/>
' 15 !-->
2009-07-06 tobias 16 <xsl:param name="use.id.as.filename" select="1" />
2009-04-05 tobias 17
17:58:25 ' 18
' 19 </xsl:stylesheet>