i have problem with this code when i put image here as given below it works
properly when i remove the image the pdf cannot be generated
i am using turbine frame work and set the mime type "application/pdf" and
put in the output stream of response to directly display on the screen
if any one know the reason
plz tell me
<fo:page-sequence master-name="psmA">
<!-- header -->
<fo:static-content flow-name="xsl-region-before">
<fo:block>
<fo:external-graphic width="1in"
src="file:/D:\\Java\\tools\\tdk2.1\\webapps\\pso\\images\\logo.jpg"/>
</fo:block>
</fo:static-content> ................................