2010-01-31 15:30:54 -06:00
|
|
|
<?xml version='1.0'?>
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
|
xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
|
|
|
version="1.0">
|
|
|
|
<xsl:param name="html.stylesheet" select="'docbook.css'"/>
|
2021-12-13 09:20:32 -06:00
|
|
|
<xsl:param name="generate.consistent.ids" select="1"/>
|
2010-01-31 15:30:54 -06:00
|
|
|
</xsl:stylesheet>
|