Benjamin Wischek wrote: > I'm trying to put a svg-file into my xsl-file and then let it run through > FOP. The svg is a barcode example from krysalis barcode homepage. > > I used the fo:external-graphic command: > > <fo:block> > <fo:external-graphic src="example-code39.svg"/> > </fo:block>
I'm not sure whether this is your problem or not, but make sure that FOP can actually find the file. See: http://xml.apache.org/fop/fo.html#external-resources for documentationa about specifying the external resource as a URI, including the instructions about setting a base URI. If that doesn't solve the problem, open the file and make sure it actually has some SVG code in it, and that there is no obvious namespace problem. Beyond that, we'll need to get someone with more Batik expertise to answer. Victor Mote --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
