Re:Re: Image URL issue rendering XML into PDF

2012-07-11 Thread michael . jerusalmi
: michael.jerusa...@steria.com Objet : Re: Image URL issue rendering XML into PDF === sorry, it's the reverse I don't see the ' in the url('{$checkbox}') in FOP url() don't need the ', try with url({$checkedbox}) Do you have the XSL-FO generated? Marc Le mardi 10 juillet 2012 17

Re: Image URL issue rendering XML into PDF

2012-07-11 Thread polymorphisme
Hi, http://10.6.66.134:7008/ don't work ! -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Image-URL-issue-rendering-XML-into-PDF-tp36299p36309.html Sent from the FOP - Users mailing list archive at Nabble.com

Image URL issue rendering XML into PDF

2012-07-10 Thread michael . jerusalmi
Hi everyone, I'm asking for a little help using FOP to render my XML file, which contains images (checked and unchecked boxes), into a PDF. My script is done, and works perfectly when I indicate in my xml file : checkboxhttp://10.6.66.134:7008/images/checkbox.gif/checkbox, this being an extern

Re: Image URL issue rendering XML into PDF

2012-07-10 Thread Marc
I think that you forget the ' (simple quote) around your path : xsl:value-of select='/root/param/checkbox'/ else it's an Xpath. Marc Le 10/07/2012 16:52, michael.jerusa...@steria.com a écrit : Hi everyone, I'm asking for a little help using FOP to render my XML file, which contains images

Re: Image URL issue rendering XML into PDF

2012-07-10 Thread Marc
sorry, it's the reverse I don't see the ' in the url('{$checkbox}') in FOP url() don't need the ', try with url({$checkedbox}) Do you have the XSL-FO generated? Marc Le mardi 10 juillet 2012 17:03:29, Marc a écrit : I think that you forget the ' (simple quote) around your path : xsl:value-of

Re: Image URL issue rendering XML into PDF

2012-07-10 Thread Luis Bernardo
Error while loading the image indicates the error is during loading. So, it is not a URL issue but a problem with the image. If you provide the image we can confirm that. On 7/10/12 3:52 PM, michael.jerusa...@steria.com wrote: Hi everyone, I'm asking for a little help using FOP to render my