Re: embedding image-stream in pdf

2002-08-20 Thread KOZLOV Roman
Hi Frank, There was a problem with images URL's in generated pdf. The matter is that relative URL's don't work. You have to put complete absolute URL's (like http://host... etc.). I've used host matcher in the following pipeline to get full path to images as a parameter in XSLT:

Re: embedding image-stream in pdf

2002-08-20 Thread KOZLOV Roman
Sorry, the sitemap snippet is wrong (forgot request action to get {context}) . The right one is the following: map:match pattern=print_lubricant.pdf map:match type=host pattern=* map:act type=request map:generate src=some_source.xml/ map:transform