Hello,

I am currently trying to convert WordML-documents to XSL-FO and then PDF 
using the wordml2fo XSL Script by RenderX and Microsoft [1]. This 
embeds images into the FO file like that:

<fo:external-graphic
  src="url(&#34;data:image/auto;base64,H4sIAAAAcBZxWR==&#xA;&#34;)"/>

(shortened, no valid base64-string any more)
This seems to use a URI scheme described in RFC 2397 [2]. 
FOP 0.93 doesn't seem to support this URI scheme and this way of 
embedding images. Is there another way of embedding (bitmap) images in 
FOP or is there support planned for this URI scheme? I couldn't find 
anything in the XSL-FO specs which says this scheme must be supported 
or not, but some commercial FOP processors (at least RenderX's XEP, as 
they prepared that XSL-Stylesheet I'm using) seem to support it.

Thanks!

Philipp

[1] see http://www.renderx.com/tools/freetools.html
[2] http://www.ietf.org/rfc/rfc2397.txt

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to