--- In svg-developers@yahoogroups.com, "Nazar" <[EMAIL PROTECTED]> wrote:
 
> I have java servlet which is used to modify and output svg file. The
> svg itself is stored in some sort of database, and before printing it
> to output I need to add javascript function to it. Which way can I
> "programmatically edit" SVG using java language?

SVG is XML so you can use all sorts of XML tools Java has to edit the
document, for instance the W3C DOM (supported directly by Java 1.4 and
1.5), an XSLT stylesheet (also supported directly by Java 1.4 and
1.5), any of the more Java like DOM approaches like JDOM or XOM.





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to