Hi
u can use something like below..
<fo:external-graphic height="auto" width="auto">
<xsl:attribute name ="src">file:<xsl:value-of select="@src" />
</xsl:attribute>
</fo:external-graphic>
Above i am using html 'src' attribute, in ur case u can use <xsl:value-of
select="logoURL"/> with valid node path ofcourse.
Regards
Raju
------------- Original Message --------------
Darrel Riekhof <[EMAIL PROTECTED]> wrote:
To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
From:Darrel Riekhof <[EMAIL PROTECTED]>
Date:Wed, 1 Aug 2001 19:00:43 -0700
Subject:images, xsl:fo rookie question
I can't figure out how to pull a url to an image from my xml file into the
.fo file via xsl. In my xml file, I have a tag like this:
<logoURL>http://blah/images/blah.jpg</logoURL>
The .fo examples show inserting an image like this:
<fo:external-graphic src="http://blah/images/blah.gif"/>
How do I get an xsl command like this to execute inside the quotes of the
src attrib to pull the url from the xml file?
<xsl:value-of select="logoURL"/>
Darrel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
Raju Dave
iORMYX GmbH
Frankfurt am Main
Germany
[EMAIL PROTECTED]
[EMAIL PROTECTED]
_________________________________________________________
For Rs. 2,000,000 worth of Aptech scholarships click below
http://events.rediff.com/aptechsch/scholarship.htm
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]