hello i use the fop version 0.90alpha1 and i like to use the same fo-file for generating pdf- and rtf-files. and now i have some problems with svg-images. i included the images with the following snippet:
<fo:external-graphic src="myimage.svg" content-type="content-type: xml/svg" scaling="uniform" inline-progression-dimension.optimum="auto" inline-progression-dimension.maximum="500px" block-progression-dimension.optimum="auto" block-progression-dimension.maximum="7o0px"/> the pdf was generated without any problems, but when i generate a rtf file, there arise an java-nullpointer exception. does anybody knows a workaround for this problem? is it possible to suppress this exception and continue the process without inserting the svg-graphics? many thanks!! regards sascha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
