<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="/path/to/docbook/xsl/html/docbook.xsl"/>
<xsl:param name="admon.graphics" select="1"/>
<xsl:param name="html.stylesheet">my.css</xsl:param>
<xsl:attribute-set name="shade.verbatim.style">
<xsl:attribute name="border">0</xsl:attribute>
<xsl:attribute name="bgcolor">#E0E0E0</xsl:attribute>
</xsl:attribute-set>
</xsl:stylesheet>