dleslie 00/10/12 06:50:40
Modified: java/samples/AppletXMLtoHTML README.html
Log:
Removed reference to a copy of the applet on a Domino server,
and added info about where to put xalan.jar and xerces.jar.
Revision Changes Path
1.2 +5 -9 xml-xalan/java/samples/AppletXMLtoHTML/README.html
Index: README.html
===================================================================
RCS file: /home/cvs/xml-xalan/java/samples/AppletXMLtoHTML/README.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.html 2000/08/02 18:56:16 1.1
+++ README.html 2000/10/12 13:50:39 1.2
@@ -12,16 +12,12 @@
</tr>
</table>
<hr>
- <p>This applet transforms XML into HTML. Given the restrictions imposed by
the applet sandbox, the local
- copy of this 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 disappear.</p>
+ <p>This applet transforms XML into HTML. It looks for xalan.jar and
xerces.jar in the applet directory.
+ Either copy xalan.jar and xerces.jar to samples/AppletXMLtoHTML, or adjust
the applet archive setting in
+ client.html.</p>
- <p>To run the applet from one of our Domino servers,
- <a href="http://ipg.lotus.com/lotusxsl/appletXMLtoHTML.html"><b>click
here</b></a>.</p>
+<p>For information about the samples (what they illustrate and how to run
them), see <a href="../../docs/samples.html">Samples</a>.</p>
- <p>The local copy of client.html assumes that xalan.jar and xerces.jar are
in the Xalan root directory,
- two directories above the samples/applet subdirectory. If these JAR files
are located elsewhere,
- you must edit the applet archive attribute in client.html to point to
xalan.jar and xerces.jar.</p>
- <p>To run the applet locally, <a href="appletXMLtoHTML.html"><b>click
here</b></a>.</p>
+
</body>
</html>