DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13059>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13059 Missing "=" in samples/AppletXMLtoHTML/client.html Summary: Missing "=" in samples/AppletXMLtoHTML/client.html Product: XalanJ2 Version: 2.4 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The applet from that file, copied below, is missing one equals sign: <applet name="xslControl" code="org.apache.xalan.client.XSLTProcessorApplet.class" archive="../../bin/xalan.jar,../../bin/xml-apis.jar,../../bin/xercesImpl.jar,../../bin/xerces.jar" height="0" width"0"> <param name="documentURL" value="xalanApplets.xml"/> <!--default setting--> <param name="styleURL" value="s1ToHTML.xsl"/> <!--doesn't change--> </applet> Obviously, the width"0" should be width="0"
