Hello,
Here's my xsl...
<xsl:template match="PAGE_FIELDS">
<fo:block text-align="left" padding-top="5pt"
padding-bottom="10pt" padding-left="30pt">
<fo:inline font-size="11pt" font-weight="bold"
font-family="Helvetica">
<xsl:value-of select="PROMT"/>
</fo:inline>
<fo:inline font-family="Helvetica">
<xsl:value-of select="VALUE"/>
</fo:inline>
</fo:block>
</xsl:template>
When I do an apply template on PAGE_FIELDS, it puts a
fo:block with 2 fo:inline inside the block. I want the
fo block to have a 30pt left padding.
In the above code padding-left is not being honoured.
But padding-top and padding-bottom seem to work fine.
I tried to put the padding-left on fo:inline. But that
dosen't help either.
Any idea why ? Your help is appreciated.
Thanks.
Mark
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list