Thomas DeWeese wrote:
James Shaw wrote:

[snip]

I have extended org.apache.batik.apps.svgpp.Main and I am calling the transcoder like this:

PRETTY_PRINTER.transform(new TranscoderInput(doc), new TranscoderOutput(writer));

where doc is the SVGDocument and PRETTY_PRINTER is my extension of batik.apps.svgpp.Main. From what you say, this could be the reason for the breakage. How would you suggest I implement this?


  My suspicion is that your document is the problem.
  Try and view the document you are outputting.

My apologies, it was indeed my document that was at fault. I'd forgotten to run it through the DOM3 LSSerializer. Thanks for your time, Thomas.

James Shaw

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



Reply via email to