PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3231 *** shadow/3231 Wed Aug 22 10:39:18 2001 --- shadow/3231.tmp.15022 Wed Aug 22 10:39:18 2001 *************** *** 0 **** --- 1,38 ---- + +============================================================================+ + | XSLTProcessorApplet doesn't work in Netscape 6.0+ (workaround provided) | + +----------------------------------------------------------------------------+ + | Bug #: 3231 Product: Xerces2-J | + | Status: NEW Version: 2.0.0 [alpha] | + | Resolution: Platform: All | + | Severity: Blocker OS/Version: All | + | Priority: Other Component: Other | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + This is a known problem and is documented on the Apache website for Xalan-J + versions 1 and 2. + + I couldn't find where to send information on how to enable the + XSLTProcessorApplet to work under Netscape 6.0+. I used your applet as a base + for using XALAN/XERCES in netscape and determined that the calls to the + AppletContext method showStatus() were the culprit. Most of the time the call + successfully sets the status bar in the browser, but appears to hang Netscape + when invoked from the XSLTProcessorApplet method, processTransformation. It + seemed to vary, so I don't use showStatus() at all when running in netscape. + + Two other things of note for Xalan 2, in order to get it to work I had to add + privileges to java plugin java.policy file for system properties, jaxp.debug + and user.dir. + + We are currently using Xalan 1 using an applet without any problems. I am + currently still working on Xalan 2. + + Stuart Connall + + p.s. If this is not the place to submit information like this..can you direct + me to the correct place. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
