Kai,

This is just a guess, but I think you need to set up the "barcode/URL" portion into a variable:

<xsl:variable name="varBarcodeUrl" select="barcode/URL"/>

Then, the final portion of the url() is "<..BARCODE=$varBarcodeUrl)"/>

HTW! (hope this works! ;-p)

Web Maestro Clay

On Friday, July 25, 2003, at 03:48 AM, Kai Ulrich wrote:
<fo:block>
<fo:external-graphic space-before.optimum="4pt"
space-after.optimum="4pt">
<xsl:attribute name="src">url(
http://localhost:8080/Arcor/ barcode?CODE_TYPE=CODE39&#38;RESOLUTION=1&#38;X=
1&#38;BAR_HEIGHT=30&#38;FORMAT=gif&#38;HEIGHT=45&#38;WIDTH=200&#38;BARC ODE=<
xsl:value-of select="barcode/URL" />) </xsl:attribute>
</fo:external-graphic>
</fo:block>


Das any body can halp me ?
Greating
Kai


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

---
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


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



Reply via email to