Hi all,
How can I extract the image defined in xml file with
<img> tag, in xsl-fo file so that I can get the image
in pdf file.

that is,my xml tagged like 
<img src=abcd.gif/>
what should be my xsl-fo code so that I can get
abcd.gif in pdf.
i don't want again to write
<fo:block>
<fo:external-graphic src="file:abcd.gif"/>
</fo:block> in my xsl file.
instead i want to use 
<xsl:template match="img">
...............
Is it possible ? If yes,how the xsl code would be?
can anyone help me.
regards
rajiv

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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

Reply via email to