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]

RE: fo:table



Hmm.. it didn't work for me...



-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of ronald heller
Sent: Monday, August 20, 2001 9:52 AM
To: xsl-list@lists.mulberrytech.com
Subject: Re: [xsl] fo:table


I recognize this problem,

what I did (I had no time to find a proper solution) is making sure there
was always some content in fo:block.
If your'e not sure your <xsl:value-of select="whatever"/> returns a value,
make sure your block is at least filled with  a single white space or
something. It did the trick for me, maybe it's something else, maybe it's
not..

Maybe you will give it a try, maybe you will not :-)

Ronald

At 08:49 AM 8/20/01 -0500, you wrote:


>I'm 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 non-plain text XSL looks like this:
>
>"<fo:table-cell><fo:block>
>
>Online insertion and removal</fo:block></fo:table-cell>"
>
>Any suggestions as to the resolution would be appreciated.
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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


 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]