asda?‰PNG IHDR ? f ??C1 sRGB ??é gAMA ±?üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T
foil.master.properties — Specifies properties for foil master
<xsl:attribute-set name="foil.master.properties">
<xsl:attribute name="page-width">
<xsl:value-of select="$page.width"></xsl:value-of>
</xsl:attribute>
<xsl:attribute name="page-height">
<xsl:value-of select="$page.height"></xsl:value-of>
</xsl:attribute>
<xsl:attribute name="margin-top">
<xsl:value-of select="$page.margin.top"></xsl:value-of>
</xsl:attribute>
<xsl:attribute name="margin-bottom">
<xsl:value-of select="$page.margin.bottom"></xsl:value-of>
</xsl:attribute>
<xsl:attribute name="margin-left">
<xsl:value-of select="$page.margin.inner"></xsl:value-of>
</xsl:attribute>
<xsl:attribute name="margin-right">
<xsl:value-of select="$page.margin.outer"></xsl:value-of>
</xsl:attribute>
</xsl:attribute-set>