I am creating PDF with Cocoon 2.1.6 .I am having a problem with <fo:external-graphics> tag.
I cant see the image in my document. Some body advised me to use absolute path but i am not sure how it works in Cocoon.
I am sure there is some unique way to do it.


I tried with many option but dont know why it not works.
My that part of code view for some options is as under;

1.

<fo:static-content flow-name="xsl-region-before">

<fo:block>
<fo:external-graphics width="1.75in" src=url"('file://\C:\Program Files\cocoon-2.1.6\build\webapp\mypdf\canadaflag.jpg')"/>


                                                      </fo:block>

* also without single coutes in the bracess, without using file://\ thing.

2.



<fo:static-content flow-name="xsl-region-before">

<fo:block>
<fo:external-graphics width="200px" height="200px" src="http://localhost:8888/mypdf/canadaflag.jpg"/>


</fo:block>


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to