Re: Post Script file is not getting processed by FOP 9.4

2009-11-24 Thread Chris Bowditch
guttustand wrote: Hello Chris Hi, Thanks a lot for the response I am not aware of the Image experts group , do you have any mail ID for the group whom I can request There isn't an image experts group. I was simply referring to a couple of guys on here who have extensive knowledge of

Re: Problem using attributes with xsl:value-of select=/

2009-11-24 Thread Pascal Sancho
Hi, There is another possible cause: a xsl:template with a higher priority. What about match=batch[...] or match=parent/batch[...] constructions? Pascal J.Pietschmann a écrit : On 20.11.2009 23:54, Glen Mazza wrote: Hello, I'm having difficulty gettingxsl:value-of select=/ to work with

Use SVG group/element-id values as labels in pdf; SVG to PDF; FOP 0.95

2009-11-24 Thread Tobias Schulz
hi, i use fo:external-graphic in xsl documents to include and render svg-files to pdf. in the resulting pdf file all elements are labeled like path x or group. is it possible to use the orininal group/element id-values in svg as labels in pdf instead? it would be much easier to edit the pdf

Re: Problem using attributes with xsl:value-of select=/

2009-11-24 Thread J.Pietschmann
On 24.11.2009 03:28, Glen Mazza wrote: Fop fop2 = fopFactory.newFop(MimeConstants.MIME_PDF, outStream2); Result res2 = new SAXResult(fop2.getDefaultHandler()); t.transform(rptSource2, res2); Hmm, Transformers can't be reused, perhaps you should get a new

Re: Problem using attributes with xsl:value-of select=/

2009-11-24 Thread Glen Mazza
J.Pietschmann wrote: Hmm, Transformers can't be reused, perhaps you should get a new instance here? Oh, I did not know that. Thanks for the info. J.Pietschmann wrote: Another possible problem: atts.addAttribute(, , reportId, , 123); The method declaration is: addAttribute(String