Hi Tanul,
Tanul <[email protected]> wrote on 11/24/2009 01:55:07 PM:
> I am trying to update the ecma script in the SVG document at runtime.
i.e.
> the content of the <script></script> tag is updated during the course of
> execution of the application.
>
> Even after updating/adding the <script> tag, the updated script is not
> available for execution.
I'm not sure we support 'updating' but if you add a new script
element Batik should execute the code it contains.
> Is it possible to update the scripts dynamically using batik?
I have done it in the past. If you can produce a stand alone
example of the problem it might help figure out what the problem is.