Hi,
> 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>

Either use the whole file URL and mention it as
file:/home/venkar/test.jpg 
or 
if u are using it this way, make the images directory
in the same folder from where u run the FOP command.

> 
> 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>

Create a <fo:table> item with these two as cells of
the table.

HTH
Raj

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

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

Reply via email to