hi all,
        i want to simply embed an image in my pdf document.

i m using following codes:
  
<xsl:template match="hello">
  <fo:block>
        hello there!
  <fo:external-graphic src="hello.jpg"/>
  </fo:block>
</xsl:template>

while the pdf displays "hello there!", it doesn't displays the image.
(i have checked 100 times that image is in the current directory with
correct name!)

Where can be the mistake in this simple code?


Ashish


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

Reply via email to