|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 3 elements on a same line
Hi
I've the following table - I want to put the
QuestionNo, QuestionText, and QuestionScore on the
same line in the resulting output.
<xsl:template match="Question">
<fo:table table-layout="fixed" width="100%" >
<fo:table-column
column-width="proportional-column-width(1)"/>
<fo:table-body space-after.optimum="15pt">
<fo:table-row padding-bottom="0.5em">
<fo:table-cell>
<xsl:apply-templates select="QuestionNo"/>
</fo:table-cell>
</fo:table-row>
<fo:table-row keep-with-previous="always">
<fo:table-cell>
<xsl:apply-templates
select="QuestionType"/>
</fo:table-cell>
</fo:table-row>
<fo:table-row keep-with-previous="always">
<fo:table-cell>
<xsl:apply-templates
select="QuestionScore"/>
</fo:table-cell>
</fo:table-row>
<fo:table-row keep-with-previous="always">
<fo:table-cell>
<xsl:apply-templates
select="QuestionText"/>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</xsl:template>
I tried with columns, didn't work(I'm using FOP to
render the o/p). Any ideas???
Thanks,
Bharathi
______________________________________________________
Yahoo! for Good
Watch the Hurricane Katrina Shelter From The Storm concert
http://advision.webevents.yahoo.com/shelter
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








