> -----Original Message----- > From: Selber Jean-Fran�ois [mailto:[EMAIL PROTECTED] > > I want to embed a svg in my fo code > but this svg has an image and it doesn't work > > can someone help me? (see fop code)
> FATAL ERROR: The prefix "xlink" for attribute > "xlink:href" is not bound. Hi, Namespace issue... You need to specify the following on your SVG element: xmlns:xlink="http://www.w3.org/1999/xlink" HTH! Greetz, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
