enhanced previous fix to bug #120684, using excellent suggestion by Daniel
[platform/upstream/libxslt.git] / tests / general / bug-131.xsl
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