dleslie 99/12/14 12:31:04
Modified: samples/applet README Log: put in relative paths to jar files in xml-xalan and xml-xerces; made target a global variable. Revision Changes Path 1.2 +5 -6 xml-xalan/samples/applet/README Index: README =================================================================== RCS file: /home/cvs/xml-xalan/samples/applet/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 1999/12/14 18:02:24 1.1 +++ README 1999/12/14 20:31:04 1.2 @@ -2,14 +2,13 @@ It assumes the following: - * xalan.jar is in the Xalan root directory + * xalan.jar is in the Xalan root directory (xalan-xml) - * xerces.jar is in Xerces root directory + * xerces.jar is in Xerces root directory (xerces-xml) - * The xerces root directory is named xml-xerces and is - parallel to the Xalan root). + * The Xerces root is parallel to the Xalan root -If these jar files are located elsewhere, you must edit the -codebase and archive attributes for the applet. +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.
