~iaz/+junk/tehnotes

« back to all changes in this revision

Viewing changes to xsl/tehnotes.xsl

  • Committer: ivan.a.zorin at gmail
  • Date: 2012-08-05 16:51:34 UTC
  • Revision ID: ivan.a.zorin@gmail.com-20120805165134-zxnj7anvzksoidv0
tehnotes: initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
3
        <xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/html/chunk.xsl"/>
 
4
        <xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
 
5
<xsl:template match="processing-instruction('linebreak')">
 
6
        <fo:br/>
 
7
</xsl:template>
 
8
<xsl:template name="generate.html.title"/>
 
9
</xsl:stylesheet>