![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> Is the XML doc on the client's machine or on the server? If it's on the server, then you should probably do it on the server. Actually, even if it's on the client machine, it might be wiser to have the document sent back to the server and done on the server (using a servlet) so that the user is shielded from this process. thanks Hiran, the XML is sent by the client and in the server's PC, but i dont know how to write the servlet which make it extract the value from XML automatically when the XML file arrived, is there any reference for me ? thanks again~
Replies: |
Sponsored Links
|