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

xsl list item writes over the label?

Subject: xsl list item writes over the label?
From: josh higgins <doopsterus@xxxxxxxxx>
Date: Thu, 31 Mar 2005 13:25:09 -0800 (PST)
xsl list item
I am trying to use a list and the list-item is writing
over the list-label.  Any ideas?

<?xml version='1.0' encoding='UTF-8'?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
exclude-result-prefixes="fo">
<xsl:output method="html" encoding="ASCII"/>
 
 <xsl:template match="/">
	<fo:root
xmlns:fo="http://www.w3.org/1999/XSL/Format"/>
	<fo:layout-master-set/>
	<fo:simple-page-master margin-right="2.5cm"
margin-left="2.5cm" margin-bottom="2cm"
margin-top="1cm" page-width="21cm"
page-height="29.7cm" master-name="mailer"/>
	<fo:region-body margin-top="3cm"/>
	<fo:region-before extent="3cm"/>
	<fo:region-after extent="1.5cm"/>
	<fo:page-sequence master-reference="mailer"/>
	<fo:flow flow-name="xsl-region-body"/>
	<fo:list-block/>
	<fo:list-item/>
	<fo:list-item-label/>
	<fo:block/>* 
	<fo:list-item-body/>
	<fo:block/>Volvo 
	<fo:list-item/>
	<fo:list-item-label/>
	<fo:block/>* 
	<fo:list-item-body/>
	<fo:block/>Saab 
</xsl:template>


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Personals - Better first dates. More second dates. 
http://personals.yahoo.com

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.