fo:inline

Staples Walter L Contr AETC/XPPP <[email protected]> Thu, 1 Aug 2002 14:55:16 -0500
Newsgroups gmane.text.xml.jfor.general
Message-ID <84F24F55A7CED41195CF00034708EB4B047ADED5@fstymx23.randolph.af.mil>
Does JFOR support this element?  I am trying to use it to put the name of a
report (Points of Contact) and the <fo:page-number> on the same line but
have one on the left side and the other about centered in the header.  I
have even pulled out examples form various locations and receive the same
results of it all being left justified with a space between each item.  All
is contained in the xsl-region-before area.  Please direct me in the proper
way to attain the results I desire.


This example:

<fo:block font-family="Times New Roman" font-size="14pt"
text-align-last="justify">
  Points of Contact
  <fo:leader leader-pattern="dots" leader_length="5in"/>
  Page <fo:page-number/>
</fo:block>

Returns:
Points of Contact 1

Instead of:
Points of Contact                                                      1


Wally Staples