This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

fo:table.. still



I'm still having a problem generating a PDF from XML.  I've narrowed the
problem down to the following snippet of XSL:

<fo:table-cell>
<fo:block><xsl:value-of select="whatever"/></fo:block>
</fo:table-cell>

This XSL causes the Apache FOP to go into an infinite loop.

if I substitute the above XSL with this:

<fo:table-cell>
<fo:block>Plain Text</fo:block>
</fo:table-cell>

Then there is no problem.

Only when I use an xsl namespace tag in fo:table-cell/fo:block will it loop.

The resulting FO output from the xsl:value-of tag *is* plain text...

Please help



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]