Format and Indent
Posted: Thu Mar 22, 2007 7:08 pm
It would be nice if the Format and Indent would leave all of an elements attributes on one line.
Is there any way to stop this from happening without having multiple elements on one line?
Example:
<fo:table table-layout="fixed" border-style="solid"
border-width="1.0pt" border-color="#000000">
----<fo:table-column column-width="72.0pt"/>
----<fo:table-column column-width="120.0pt"/>
----<fo:table-column column-width="138.0pt"/>
----<fo:table-column column-width="125.0pt"/>
----<fo:table-column column-width="117.0pt"/>
--------<fo:table-body>
------------<fo:table-row>
----------------<fo:table-cell number-columns-spanned="5"
----------------display-align="before">
--------------------<fo:block>
--------------------<!-- GENERATE TABLE START-->
--------------------<fo:table table-layout="fixed">
--------------------<fo:table-column column-width="32.0pt"/>
--------------------<fo:table-column column-width="95.0pt"/>
--------------------<fo:table-column column-width="320.0pt"/>
--------------------<fo:table-column column-width="124.0pt"/>
--------------------<fo:table-body>
--------------------<fo:table-row>
--------------------<fo:table-cell/>
--------------------<fo:table-cell
--------------------<fo:table-cell
--------------------<display-align="before">
--------------------<<fo:block line-height="10.0pt"
--------------------<white-space-collapse="false"
--------------------<linefeed-treatment="preserve"
--------------------<text-align="start"
--------------------<color="#000000"
--------------------<font-family="Arial"
--------------------<font-size="8.0pt"
--------------------<font-weight="bold">
Why can't it keep indenting?
Why can't it leave an elements attributes on one line?
Am I way off here?
Thanks,
Is there any way to stop this from happening without having multiple elements on one line?
Example:
<fo:table table-layout="fixed" border-style="solid"
border-width="1.0pt" border-color="#000000">
----<fo:table-column column-width="72.0pt"/>
----<fo:table-column column-width="120.0pt"/>
----<fo:table-column column-width="138.0pt"/>
----<fo:table-column column-width="125.0pt"/>
----<fo:table-column column-width="117.0pt"/>
--------<fo:table-body>
------------<fo:table-row>
----------------<fo:table-cell number-columns-spanned="5"
----------------display-align="before">
--------------------<fo:block>
--------------------<!-- GENERATE TABLE START-->
--------------------<fo:table table-layout="fixed">
--------------------<fo:table-column column-width="32.0pt"/>
--------------------<fo:table-column column-width="95.0pt"/>
--------------------<fo:table-column column-width="320.0pt"/>
--------------------<fo:table-column column-width="124.0pt"/>
--------------------<fo:table-body>
--------------------<fo:table-row>
--------------------<fo:table-cell/>
--------------------<fo:table-cell
--------------------<fo:table-cell
--------------------<display-align="before">
--------------------<<fo:block line-height="10.0pt"
--------------------<white-space-collapse="false"
--------------------<linefeed-treatment="preserve"
--------------------<text-align="start"
--------------------<color="#000000"
--------------------<font-family="Arial"
--------------------<font-size="8.0pt"
--------------------<font-weight="bold">
Why can't it keep indenting?
Why can't it leave an elements attributes on one line?
Am I way off here?
Thanks,