Pedro, Use tools like xstream to generate XML data file from you java data object which should not be hard to do and I would guess 90% of people here use this tool to generate xml data file. If you did this, then the encoded image data should be in your xml data already. You can directly reference your image data field without variable.
Hope it helps. Zemin -----Original Message----- From: pedro [mailto:[email protected]] Sent: Wednesday, April 14, 2010 10:53 AM To: [email protected] Subject: RE: java.awt.image Hi Hu excuse me but i'm going crazy. I create a encode64 bytearrayinputstream that is the image,then i pass my xml data to xsl but i'm not able to pass the image ($embededLogo ) .I try to create a xsl-variable but i don't understand how i can pass it to the fop engine from the java code. Thanks! -- View this message in context: http://old.nabble.com/java.awt.image-tp28229153p28243722.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ---------------------------------------------------------------------- This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
