dleslie 00/10/12 06:41:53
Modified: java/samples/AppletXMLtoHTML client.html
Log:
adjusted applet archive setting.
Revision Changes Path
1.2 +1 -1 xml-xalan/java/samples/AppletXMLtoHTML/client.html
Index: client.html
===================================================================
RCS file: /home/cvs/xml-xalan/java/samples/AppletXMLtoHTML/client.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- client.html 2000/08/02 18:56:16 1.1
+++ client.html 2000/10/12 13:41:52 1.2
@@ -112,7 +112,7 @@
<applet
name="xslControl"
code="org.apache.xalan.client.XSLTProcessorApplet.class"
- archive="xerces.jar, xalan.jar"
+ archive="xalan.jar,xerces.jar"
height="0"
width"0">
<param name="documentURL" value="xalanApplets.xml"/> <!--default
setting-->