Hi Matthias, Since the 2 svg sources are effectively two different svg documents as far as xml and batik are concerned then you cannot reference elements as if they are in the same document (ie. "#myElement"). You would need a full url that points to the other svg document which as faar as I know is not possible. The easiest thing would be to put your common elements into an external svg file and reference them using the url to that file.
Keiron. On Tue, 2002-05-14 at 09:02, Matthias wrote: > Hi > > I am trying to create a PDF document with > FOP and it contains 2 images which are > rendered from SVG source by means of the > '<fo:instream-foreign-object>' tag. Now I > see that only the first image is rendered > correctly and the 2nd does contain elements > of the first. Now this is not a problem in > the SVG source as far as i can tell. Has anybody > encountered a similar problem? > > Any help much appreciated! > > Regards Matthias > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
