By 'processor' I mean XML processor - i.e. your code most likely.
What are you doing with the document between the time you load it and you
write it out?
sorry :) that's all I do:
double left = 478; // 478 0 Meridian // 470 Mittelpunkt der Karte (130, 83 sind die koordinaten von Dtl. jc)
double top = 238; // 238 Aequator // 205 Mittelpunkt der Karte,
int width = 6;
int height = 6;
Shape circle = new Ellipse2D.Double(left,top,width,height);
selfgraphics.setPaint(Color.red);
selfgraphics.fill(circle);
graphicnode = doc.getElementById("dotlayer");
selfgraphics.getRoot(graphicnode); // puts the graphics into the "dotlayer"
svgCanvas.setSVGDocument(svgdoc);
the streaming process is in a extra function
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- ######################################## [EMAIL PROTECTED] www.ge-org.com
Unser Leben ist das, wozu es unser Denken macht. ########################################
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
