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

linefeed in a variable data table

Subject: linefeed in a variable data table
From: "David " <dgdunk@xxxxxxxxx>
Date: Tue, 30 Nov 2010 10:09:52 -0500
 linefeed in a variable data table
Hello,

I have a two column variable table that I need to grow the field when the
data reaches the end of the column. Currently, it just continues on to the
next column vs. wrapping around to the next line and growing the row
width. So, the text in the first column continues on and overwrites the data
in the second column.

This is running on an IBM FOP engine and this is the code that generates the
output.  Is it possible to wrap the overflow to the next line?

Any help is greatly appreciated.

<xsl:for-each select="ClinicalData/Assessment/AssessmentGoals">
	<fo:table-row height="0.144in">
		<fo:table-cell display-align="after" padding-left="0.050in">
			fo:block-container font-size="7.00pt">
				<fo:block start-indent="0pt">
					<xsl:value-of select="@g_desc"/>
				</fo:block>
			</fo:block-container>

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.