Skip to content

Instantly share code, notes, and snippets.

@codenameone
Created November 15, 2017 12:11
Show Gist options
  • Save codenameone/b597d858662b6f66721f8209a7e9706e to your computer and use it in GitHub Desktop.
Save codenameone/b597d858662b6f66721f8209a7e9706e to your computer and use it in GitHub Desktop.
<xsl:template name="front.cover">
<xsl:call-template name="page.sequence">
<xsl:with-param name="master-reference">titlepage-cover-image</xsl:with-param>
<xsl:with-param name="content">
<fo:block text-align="center">
<fo:external-graphic src="developer-guide-cover-image.jpg" content-height="297mm" content-width="210mm"/>
</fo:block>
</xsl:with-param>
</xsl:call-template>
</xsl:template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment