You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Georg Schmitt <ma...@georg-schmitt.de> on 2001/03/26 12:20:54 UTC

including images

Hello,

my system config:
NT4 SP6
apache Webserver 1.3.19 Win32
cocoon 1.8.2
jakarta-tomcat 3.2.1

Hello,

i have a problem with including images when i use following code in my xsl
file:

  <fo:block>
   <fo:external-graphic src="file:../images/bild.gif"/>
  </fo:block>

but including images with absolute path from root directory works without
problems

can somebody help me?

Georg



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: including images

Posted by "peter.gershkovich" <pe...@yale.edu>.
  Try
<fo:block>
    <fo:external-graphic src="http://server/images/your-image.jpg"/>
  </fo:block>
----------------
realative path should also work.
Peter

Georg Schmitt wrote:

> Hello,
> 
> my system config:
> NT4 SP6
> apache Webserver 1.3.19 Win32
> cocoon 1.8.2
> jakarta-tomcat 3.2.1
> 
> Hello,
> 
> i have a problem with including images when i use following code in my xsl
> file:
> 
>   <fo:block>
>    <fo:external-graphic src="file:../images/bild.gif"/>
>   </fo:block>
> 
> but including images with absolute path from root directory works without
> problems
> 
> can somebody help me?
> 
> Georg
> 
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>
> 
> 
> 


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>