9a2c653277
and CSS in chunked xhtml produced from docbook. git-svn-id: https://pandoc.googlecode.com/svn/trunk@489 788f1e2b-df1e-0410-8736-df70ead52e1b
9 lines
418 B
XML
9 lines
418 B
XML
<?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="use.id.as.filename" select="'1'"/>
|
|
<xsl:param name="admon.graphics" select="'1'"/>
|
|
<xsl:param name="admon.graphics.path"></xsl:param>
|
|
<xsl:param name="html.stylesheet" select="'../docbook.css'"/>
|
|
</xsl:stylesheet>
|