1<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
2                xmlns:fo="http://www.w3.org/1999/XSL/Format"
3                version="1.0">
4
5<xsl:import href="bug-131-imp.imp"/>
6
7<xsl:attribute-set name="title.properties">
8    <xsl:attribute name="font-size">8pt</xsl:attribute>
9</xsl:attribute-set>
10
11</xsl:stylesheet>
12
13
14