remove mudballs
Annotate for file /manual.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/docbook.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="/usr/share/xml/docbook/stylesheet/nwalsh/html/highlight.xsl"/>
21:51:20 ' 9
' 10 <xsl:import href="video.xsl" />
' 11
2009-06-05 tobias 12 <xsl:param name="highlight.source" select="1"/>
14:17:33 ' 13
2009-04-05 tobias 14 </xsl:stylesheet>