slides.titlepage.master.properties — Specifies properties for slides titlepage master
<xsl:attribute-set name="slides.titlepage.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>