<xsl:stylesheet
xmlns:xsl = "http://www.w3.org/TR/WD-xsl"
xmlns:fo = "http://www.w3.org/TR/WD-xsl"
result-ns = "fo">
<xsl:template match = "para">
<fo:block font-size = "10pt" space-before = "12pt">
<xsl:apply-templates/>
</fo:block>
</xsl:template>
</xsl:stylesheet>