Transforming XML with DOM and JavaScript and/or JApplet

admin

Administrator
Staff member
I'm working on a project for my school. The project is transforming an XML document in Server/Client model.
My questions are :

1. I know that a script can call an Applet method. Is it possible to program the modification with JavaDOM as Applet Methods that will be called by the Script ?

2. Is it more difficult to do like this (Script + Apllet) or to operate the modifications directely with JavaScript.

PS : the modifications are done client side

Thanks a lot for your help
 
Back
Top