Friends, 
I am trying to print the value of mrw-message-prefix  followed by
mrw-message on the same line.  This line of text is not in a table.  I
was sure "inline" was the way to go.  BUT, my code prints on two lines.
Any suggestions?


 <fo:block
                  line-height=".11in" white-space-collapse="false"
                  linefeed-treatment="preserve" font-size="9pt"
font-weight="bold">
<fo:inline>
             <xsl:value-of select="./mrw-message-prefix"/>
             <xsl:attribute name="text-align">justify</xsl:attribute> 
            <xsl:value-of select="./mrw-message"/>
</fo:inline>

</fo:block>



Jeff 

Reply via email to