I'm planning on writing a svg web client that will be making some updates frequently from a server. Currently, I have a svg web application where the user download it from the server once and update only the fragment of the svg element by using the getURL ()/xmlParse() functions.
The problem here is that the inital download of the svg file takes along time because it is very large even after compressing (svgz) the file. My solution is to send the svg file on a cd to customers who have a slow connection. But the problem with this approch is that the getURL will not work because it wasn't downloaded from a server. I always get an error saying "security violation" when I click on the graph.svgz that resides on my local directory. Could someone please advice me what is the best way of solving this issue. I have been contemplating on using Batik 1.6 to build a client side svg java application. But, may be there is a simpler solution. tks Anton ----- 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/

