[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

put text at the bottom of the page

Subject: put text at the bottom of the page
From: "El Hage Camille" <CAMILLE.ELHAGE@xxxxxxxxxxxxxxxx>
Date: Thu, 10 Oct 2002 19:01:06 +0200
text at the bottom
hello all,
I am generating an FO file from XML+XSL.
On the last page of the resulting document, I wish to put a fo:block at the bottom of the page. Is there another way to put it than use footer?

say we have this xml:

	<contact>
		<company-name>Company</company-name>
		<address>123 Oak str.</address>
		<contact-person>John Doe</contact-person>
		<phone>123</phone>
		<fax>456</fax>
		<email>somebody@xxxxxxx</email>
		<web-address>www.mulberrytech.com</web-address>
	</contact>

and I want to show the following info at the bottom of the page:

<xsl:template match="contact//*">
	<fo:block font-size="10pt" font-family="sans-serif" span="all">
		<xsl:value-of select="name()"/>
		<xsl:text> : </xsl:text>
		<xsl:value-of select="."/>
	</fo:block>
</xsl:template>

thanks in advance for any help

Camille El Hage




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.