> What is the best way to update the DOM tree, and do you need to update the > GVT? Once the DOM is updated do you need to call a graphics function to > tell it to redraw? I was able to extend Batik using the services. It was > really easy. What I need to do now is make the SVG document interactive. > If I can make a text element take keyboard input, I can probably put > together the rest of the XForms stuff.
Batik 1.5beta1 provides a basic support for dynamic updates (change the DOM, the screen is refreshed automatically). The current CVS codebase also support style modification (via the style attribute only at this time). Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]