I had this problem with WordML to FO xslt. It made the inline images src="data:,/9j/4AAQSkZJRgABAQEASwBLAAD .... The solution I used was just to get a copy of FOP from svn and build it with ant. Real simple.
Chris -----Original Message----- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 7:30 AM To: [email protected] Subject: Re: external-grafic content - FOP 091 Support for RFC2397 data URLs is built into FOP Trunk today and will be available with FOP 0.92. Otherwise, use the solution pointed out by Manuel. On 11.04.2006 10:15:22 news wrote: > Hello List, > > I ve got a Formatting Object including a fo:external-grafic with binary > content. If I want to convert this, I get the following exception: > java.net.MalformedURLException: unknown protocol: data > > The source attribute looks like this: > <fo:external-graphic content-width="96.75pt" content-height="96pt" > scaling="non-uniform" src="data:,/9j/4AAQSkZJRgABAQEASwBLAAD .... > > is it planned to support the data: protocol? Or is there any other way I can > make FOP091 render the data inside the source attribute? > > with best regards, > Jan Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
