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]

Reply via email to