generate pdf from xml with embedded image?

2008-12-17 Thread Marten van der Honing
Hello, I am puzzled on generating an pdf from the following xml: ?xml version=1.0 encoding=UTF-8? ROWSET ROW ID2/ID FILE_NAMEImage1/FILE_NAME MIME_TYPEimage/gif/MIME_TYPE DESCRIPTION/DESCRIPTION IMAGER0lGODlhMAAzALMAAMe8UuTZWggCDq2lQzAAYCQASJSPNBUAK/zQ4VRUEiQiDvje

generate pdf from xml with embedded image?

2008-12-17 Thread Marten van der Honing
Hello, I am puzzled on generating an pdf from the following xml: ?xml version=1.0 encoding=UTF-8? ROWSET ROW ID2/ID FILE_NAMEImage1/FILE_NAME MIME_TYPEimage/gif/MIME_TYPE DESCRIPTION/DESCRIPTION IMAGER0lGODlhMAAzALMAAMe8UuTZWggCDq2lQzAAYCQASJSPNBUAK/zQ4VRUEiQiDvje

Re: generate pdf from xml with embedded image?

2008-12-17 Thread Varga Zsombor
Hello i used to display images in my pdf files in this way: fo:block fo:external-graphic width=50mm height=25mm src={/my_path_to/my_image.jpg/ /fo:block try it. Zsombor On Wed, Dec 17, 2008 at 19:39, Marten van der Honing mvdhon...@noeska.com wrote: Hello, I am puzzled on generating an

RE: generate pdf from xml with embedded image?

2008-12-17 Thread Marten van der Honing
Hello I know that also works but the xml is generated from a database. The image is also stored inside the database and is not available on a local path on the server. So in this case the external-graphic is of no use for me. Greetings, M van der Honing -Oorspronkelijk bericht- Van:

Re: generate pdf from xml with embedded image?

2008-12-17 Thread Varga Zsombor
Is not possible to define a database-reader for reading only the image, with a matcher, what matches to your request? Zsombor On Wed, Dec 17, 2008 at 22:34, Marten van der Honing mvdhon...@noeska.com wrote: Hello I know that also works but the xml is generated from a database. The image is

RE: generate pdf from xml with embedded image?

2008-12-17 Thread Marten van der Honing
Hello, No the database initiates to contact with cocoon. I do not want cocoon to contact the database. Besides it would not know how to define a database-reader from cocoon. The image is base64 encoded do i need to put that in another format? Or tell xsl-fo something about that? Greetings, M

generate pdf from xml with embedded image?

2008-12-17 Thread Marten van der Honing
Hello, I am puzzled on generating an pdf from the following xml: ?xml version=1.0 encoding=UTF-8? ROWSET ROW ID2/ID FILE_NAMEImage1/FILE_NAME MIME_TYPEimage/gif/MIME_TYPE DESCRIPTION/DESCRIPTION IMAGER0lGODlhMAAzALMAAMe8UuTZWggCDq2lQzAAYCQASJSPNBUAK/zQ4VRUEiQiDvje

[HELP]Sitemap: map:call function did not send a response at map:call - file:/var/www/vhosts/frc.ecatts.com/ecatts/webapps/ROOT/sitemap.xmap:1547:39

2008-12-17 Thread Romero, Helena CIV FISC Jacksonville, 503
Description:org.apache.cocoon.ProcessingException: Sitemap: map:call function did not send a response at map:call - file:/var/www/vhosts/frc.ecatts.com/ecatts/webapps/ROOT/sitemap.xmap:1547:39

Re: generate pdf from xml with embedded image?

2008-12-17 Thread Ken Starks
I also use file-system stored images, or url-stored images rather than database-stored images when using xsl-fo and cocoon. I did have a few images that were stored also in a database, but I would pre-process them in a seperate stage, generating a local copy, and populating a table of the