A
Andrew Neiderer
I have some Scaleable Vector Graphics (SVG) in which I need
to add some Java code (I guess via a <script>), which uses
the DOM to update attributes. I am thinking a XMLHttpRequest
will get me the latest data which I would use to update.
Can someone give me simple SVG, Java code or point me to a URL
where this is done. This nay be trivial: I have seen this done
with JavaScript and SVG, but I need to use Java. I don't know
which modifications I need, such as type="text/java" ?
Thanks for any pointers.
- Andrew M. Neiderer
US Army Research Lab
to add some Java code (I guess via a <script>), which uses
the DOM to update attributes. I am thinking a XMLHttpRequest
will get me the latest data which I would use to update.
Can someone give me simple SVG, Java code or point me to a URL
where this is done. This nay be trivial: I have seen this done
with JavaScript and SVG, but I need to use Java. I don't know
which modifications I need, such as type="text/java" ?
Thanks for any pointers.
- Andrew M. Neiderer
US Army Research Lab