This commit is contained in:
2012-04-03 16:18:04 +00:00
parent a02a253b7f
commit 143f927cc6
4 changed files with 19 additions and 2 deletions

View File

@@ -50,6 +50,11 @@
<xsl:value-of select="./FontStyle"/>
</xsl:attribute>
</xsl:if>
<xsl:if test="string-length(./CPI)">
<xsl:attribute name="CPI">
<xsl:value-of select="./CPI"/>
</xsl:attribute>
</xsl:if>
</Font>
</xsl:if>
</xsl:template>