[svn] r2262@freebird: fabien | 2006-01-27 17:24:00 -0500
Make the nargir book validate (I must consider if each file is a
document, or each book, or the whole document; the distinction is not
clear but I prefer to work with each file being a valid document).
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default"
version='1.0'>
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/xhtml/chunk.xsl"/>
<xsl:import href="nargir.xsl"/>
<xsl:param name="make.valid.html" select="1"/>
<xsl:param name="html.stylesheet">nargir.css</xsl:param>
<xsl:param name="use.id.as.filename" select="'1'"/>
<xsl:param name="collect.xref.targets" select="'yes'"/>
<xsl:param name="target.database.document" select="'db-chunk.xml'"/>
<xsl:param name="targets.filename" select="'../chunk.db'"/>
</xsl:stylesheet>