Subject: Re: Specifying the src attribute for <fo:externalgraphic>
From: bharathi kongara <bharathikongara@xxxxxxxxx>
Date: Sun, 21 Aug 2005 23:01:19 -0700 (PDT)
|
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
|