Andreas-- Yes, a friend suggested the same thing to me, but I'm afraid I'm stuck on an academic server running Java 1.2, so I don't think I can do a servelet. The XML file is in the same directory as the applet classes. I've done examples before in which I have parsed an XML file with an applet, then displayed the results within the applet (see http://www.albany.edu/~gilmr/Roy/roysearch.html). What I want to do now is just display the results in normal HTML on the web page. Is there an applet security limitation that prevents the display of applet-derived data outside of the applet?
Ron -- On Wed, 30 May 2001 09:10:41 Andrea Foster wrote: >Hi > >I'm curious. Why an applet? Where is the xml file? Is it the same or >different location from where the applet is being run? Reason I ask is >if your bibliography is sitting on a web server and your applet is being >run in a browser accessing that server then why aren't you using a >servlet? >Parsing xml in servlets and displaying their html output in browsers >has been done a lot and there is a lot of of example code from several >sources. Additionally doing processing server side doesn't hit up >against the security issues applets have.... > >Just a thought. > > Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
