zongaro 2003/02/04 07:59:31
Modified: java/samples/CompiledApplet Tag: XSLTC_DTM menu.html
Log:
Changed <applet> tag to list all JAR files needed, as suggested by the README
file.
Revision Changes Path
No revision
No revision
1.1.16.1 +1 -1 xml-xalan/java/samples/CompiledApplet/menu.html
Index: menu.html
===================================================================
RCS file: /home/cvs/xml-xalan/java/samples/CompiledApplet/menu.html,v
retrieving revision 1.1
retrieving revision 1.1.16.1
diff -u -r1.1 -r1.1.16.1
--- menu.html 17 May 2001 15:36:30 -0000 1.1
+++ menu.html 4 Feb 2003 15:59:31 -0000 1.1.16.1
@@ -40,7 +40,7 @@
The xsltc.jar file must contain the XSLTC runtime classes and your
pre-compiled translets, as described in the README.applet file.
-->
- <applet archive="xsltc.jar"
+ <applet archive="mytranslet.jar, xsltcapplet.jar, xalan.jar, xml-apis.jar,
xercesImpl.jar"
code="TransformApplet"
name="TransformApplet"
width="10"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]