2 questions, sorry to bother, have posted 3 times to the comp.text.xml
newsgroup without response.

1) I am unable to get a image to show up in the pdf file.

<fo:static-content flow-name="xsl-region-before">
          <fo:block>
          <fo:external-graphic src="images/logoTDHS.gif"/>Image Here
          </fo:block>
          <fo:block text-align="center" font-size="24pt">MEMORANDUM
          </fo:block>
          <fo:block text-align="center" font-size="16pt">Company XYZ
          </fo:block>
</fo:static-content>

2) how do it get the following on 1 line?

XSL

<xsl:if test="$level = 'req' or $level = 'app' or $level = 'copy' ">
<fo:block>
<xsl:value-of select="text()"/><fo:block text-align="end">Date:
<xsl:value-of select="date"/>
</fo:block>
</fo:block>
</xsl:if>

XML
<req>Requested by: David Smith<date>October 17, 2001</date>
</req>

Current Output
Requested by : David Smith
                                Date: October 17, 2001 <<<appears right
justified on next line>>>

Desired Output
Requested by : David Smith
Date: October 17,2001




Kenneth Chesak
Sybase/Oracle DBA
438-5890



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

Reply via email to