<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Hi everyone. Got support twice on this list. Now I have a third issue to resolve!<br><br>I am not sure what is possible with XSL, so I will ask my question here. Is that possible to call an action from a XSL? I know that you can call a java class. I already do it and it works fine. Why do I want to call an action? Because this action is already used by our application to display images that are stored in a DB2 database. This action is called from jsp pages and from other places. I know need to call that same action from my XSL.<br><br>I tried to put it in a <fo:external-graphic .../> object with the src attribute pointing to my action. It did not work.<br><br>In the XML file I have this object with two attributes which are URLs to my action:<br><cheque type="CHQ"<br> dateretrait="20050312"<br> dateretour=""<br> datecomptable="a"<br> montant="1500.00"<br> nocheque="11221"<br> noref="01"><br><recto><![CDATA[http://localhost:7001/module/GetImage.do?dateComptable=20060626&noReference=0002000020&cote=recto]]></recto><br><verso><![CDATA[http://localhost:7001/module/GetImage.do?dateComptable=20060626&noReference=0002000020&cote=verso]]></verso><br></cheque><br><br>In my XSL, tried to put a external-graphic tag like this:<br><fo:external-graphic src="url('{@recto}')" scaling="non-uniform" content-width="9.17cm" content-height="4.13cm" border-end-width="6.5mm"/><br><br>I thought that the url() function would do the trick. But no image is displaying in the resulting PDF file. Is there any other function I could put in my XSL to correctly call the action and insert the image in the PDF?<br><br>Thank you.<br><br>Sebastien Clermont<br><br></body>
</html>