Hi I am having a problem making a list. I am using the XSL
below to create a list.
<fo:list-item>
<fo:list-item-label>
<fo:block end-indent="label-end()">-</fo:block>
</fo:list-item-label>
<fo:list-item-body start-indent="body-start()">
<fo:block>
<fo:table width="100%" table-layout="fixed">
<fo:table-column column-number="1"/>
<fo:table-body>
<fo:table-row keep-together="always"> <fo:table-cell>
<fo:block>
<xsl:apply-templates select="FOO"/>
<xsl:apply-templates select="BAR"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table> </fo:block>
</fo:list-item-body>
</fo:list-item> What happens sometimes is that the “-“ w/out any body is
on one page and the body is on the next page without a “-“. Any ideas? Tx., Raphael |
- List problem Raphael Parree (Triveratech)
- RE: List problem Zaleski, Matthew (M.E.)
- Re: List problem J.Pietschmann
- RE: List problem Raphael Parree (Triveratech)
- RE: List problem Zaleski, Matthew (M.E.)
- RE: List problem Zaleski, Matthew (M.E.)
- RE: List problem Raphael Parree (Triveratech)
- Bulleted list Amita Rathore
- RE: Bulleted list Sarkar, Anshuman
- RE: Bulleted list Ganesh Babu Nallamothu, Integra-India
- RE: Bulleted l... Amita Rathore