Jordan, Tom:
[ Charset windows-1252 unsupported, converting... ]
Hi All:
I need to generate an xsl-fo document with jpeg graphics that
is self contained.
I know that there is fo:external-graphic that will allow you
to point to an external jpeg file.
Can I use fo:inline-foreign-object to embed the jpeg in the .fo
document?
RenderX XEP supports data: URL scheme, the scheme allows images
tob be stored in the body of an XSL-FO document.
See http://www.ietf.org/rfc/rfc2397.txt for the specification
of data: URL scheme; http://xep.xattic.com/ contains documentation
and usage examples for RenderX XEP.
David Tolpin