dleslie 99/12/16 08:06:32
Modified: samples/applet README Log: Added warning about security issues that appear in some environments. Revision Changes Path 1.3 +8 -4 xml-xalan/samples/applet/README Index: README =================================================================== RCS file: /home/cvs/xml-xalan/samples/applet/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README 1999/12/14 20:31:04 1.2 +++ README 1999/12/16 16:06:31 1.3 @@ -2,13 +2,17 @@ It assumes the following: - * xalan.jar is in the Xalan root directory (xalan-xml) + * xalan.jar is in the Xalan root directory - * xerces.jar is in Xerces root directory (xerces-xml) + * xerces.jar is in Xerces root directory - * The Xerces root is parallel to the Xalan root + * The Xerces root directory is parallel to the Xalan root directory + and is named xerces-xml If these jar files are located elsewhere or the directories are named differently, you must edit the codebase and archive attributes for the applet. -To run the applet, open appletXMLtoHTML.html in IE or Netscape. \ No newline at end of file +To run the applet, open appletXMLtoHTML.html in IE or Netscape. Given the +applet sandbox, the applet does not load and run correctly in some +environments and with some versions of IE/Netscape. Run the applet +from an HTTP server, and these problems evaporate. \ No newline at end of file
