If you want better looking barcodes (vector graphics instead of bitmaps)
and if you want to get rid of the separate servlet for barcode
generation, I suggest looking at Krysalis Barcode
(http://www.krysalis.org/barcode) which is an open source barcode
package (Apache-style license). It integrates nicely into your
stylesheets if you're using Xalan as XSLT engine. A FOP extension is on
its way.

On 25.07.2003 12:48:04 Kai Ulrich wrote:
> I try to import an external image by url.
> It schows a picture, but now it seams that it just uses the first url
> parameter. the rest is ignored.
> 
> <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;BARCODE=<
> xsl:value-of select="barcode/URL" />)                      </xsl:attribute>
>     </fo:external-graphic>
> </fo:block>
> 
> Das any body can halp me ?


Jeremias Maerki


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

Reply via email to