Hi,

While I  realise from other posts that you cannot use JDom trees for much of 
Batik, what I want to do is include some svg graphics inside an XML document 
that I pass to fop.

So

XML document
  XML elements
        SVG Image
  XML elements
        SVG Image
  XML elements

I am generating the XML document using JDom (which provides a relatively nice 
set of calls for constructing the tree), and creating the images using 
SVGGraphics2D in the usual way.

How can I insert the images into the JDom tree?  For fop, I think I need to 
have them using the 'svg' namespace -ie elements are <svg:svg><svg:line 
....></svg:svg> etc.

Is there a better approach?

Cheers

Hugh Eland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to