Hello ! 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 also included the svg namespace at the begining in <xsl-stylesheet>: xmlns:svg="http://www.w3.org/2000/svg" But each time i run FOP with my xsl i get the following error: [ERROR] Could not load external SVG: null [ERROR] Error while creating area : No ImageReader for this type of image (file: example-code39.svg) [INFO] Parsing of document complete, stopping renderer The error does not depend on the output file. I'm new to this stuff, so thank you in advance for helping me out. Greets, Ben --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
