Added missing LeftMargin attribute

Added missing attributes and fixed font logic.
This commit is contained in:
Rich 2009-09-16 16:14:47 +00:00
parent 57d657e9a7
commit 9230be8fa8
2 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@
<xsl:attribute name="FooterLength"><xsl:value-of select="..//FooterLen"/></xsl:attribute> <xsl:attribute name="FooterLength"><xsl:value-of select="..//FooterLen"/></xsl:attribute>
<xsl:attribute name="PageLength"><xsl:value-of select="..//PageLength"/></xsl:attribute> <xsl:attribute name="PageLength"><xsl:value-of select="..//PageLength"/></xsl:attribute>
<xsl:attribute name="PageWidth"><xsl:value-of select="..//PageWidth"/></xsl:attribute> <xsl:attribute name="PageWidth"><xsl:value-of select="..//PageWidth"/></xsl:attribute>
<xsl:apply-templates/> <xsl:attribute name="LeftMargin"><xsl:value-of select="..//LeftMargin"/></xsl:attribute>
<xsl:apply-templates/>
</Layout> </Layout>
</xsl:template> </xsl:template>
<xsl:template match="ContStyle"> <xsl:template match="ContStyle">

Binary file not shown.