xsl-list
[Top] [All Lists]

Re: Specifying the src attribute for <fo:externalgraphic>

2005-08-21 23:01:19
Hi Prakash,

That worked for me, thanks for your help

Bharathi

<xsl:template match="Graphics">
<fo:block>
<fo:external-graphic height="40mm" width="40mm">
<xsl:attribute name="src"
<xsl:value-of select="."/>
</xsl:attribute>
</fo:external-graphic>

</fo:block>
</xsl:template>

Hope this helps.


Bharathi Kongara,
Graduate Student,
Department of Computer Science,
Utah State University,
Logan,UT 84321

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--