Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi:
We are in the process of upgrading to PE 7.0... current environment is 5.1V. The XSL-FO style sheets that are used and work well in 5.1 - providing desired PDF formatting results are now displaying PDF outputs with lots of large spaces. I discovered that the spaces are due to optional elements / scenarios that are accounted for in the DTD and evidently in the style sheet as well. Have anyone observed this issue when transitioned to PE 7.0? Are there any suggestions for solution?
Thanks in advance for your help!
Eample:
<fo:table-row>
<fo:table-cell border-style="none"/>
<fo:table-cell border-style="none" padding-top="2mm" padding-bottom="2mm">
<fo:block start-indent=".3em" font-weight="bold">
<xsl:apply-templates select="PotenEnvirEff/title"/>
</fo:block><!--"Potential Environmental Effects"-->
</fo:table-cell>
<fo:table-cell border-style="none" padding-top="2mm" padding-bottom="2mm" padding-end="1mm"
number-columns-spanned="3">
<fo:block end-indent="2mm">
<xsl:apply-templates select="PotenEnvirEff/para"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
Regards,
Morais