Re: Dynamically insert SVG graphics in the XML passed to FOP

2017-06-22 Thread Matthias Reischenbacher
Hi, you should try to write out the SVG Elements with the following method (instead of using a string): handler.startElement(String namespaceURI, String localName, String qName, Attributes atts) handler.endElement(String namespaceURI, String localName,

Dynamically insert SVG graphics in the XML passed to FOP

2017-06-22 Thread Pierre Caron
Hello, I have a rather trivial problem that I haven't found a solution yet. I want to insert dynamically generated SVG code Inside the XML data which is supplied to FOP. To make things simpler, suppose you start from the ExampleObj2PDF found in FOP Embedding page (