DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15992>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15992

Single graphic in column followed by span-all block causes infinite loop





------- Additional Comments From [EMAIL PROTECTED]  2003-01-11 10:35 -------
I am having problems attaching a file.
Here is the file columnbug.fo:


<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"; 
         xmlns:xlink="http://www.w3.org/1999/xlink"; 
         xmlns:html="http://www.w3.org/TR/REC-html40";>

   <fo:layout-master-set>
       <fo:simple-page-master margin-right="2cm" 
                              margin-left="2cm" 
                              margin-bottom="2cm" 
                              margin-top="1cm" 
                              page-width="25cm" 
                              page-height="29.7cm" 
                              master-name="simple">

           <fo:region-body column-gap="2cm" 
                           column-count="2" 
                           margin-top="3cm"/>
           <fo:region-before extent="3cm"/>
           <fo:region-after extent="1.5cm"/>
       </fo:simple-page-master>
   </fo:layout-master-set>

   <fo:page-sequence master-reference="simple">
      <fo:flow flow-name="xsl-region-body">
          <fo:block text-align="center">
               <fo:external-graphic width="7cm" 
                                    src="file:columnbug.jpg"/>
          </fo:block>
          <fo:block span="all">
          Text that spans all
          </fo:block>
      </fo:flow>
   </fo:page-sequence>



Please add your own image and call it columnbug.jpg.
Any jpeg image should do.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to