You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/09/27 06:48:47 UTC

DO NOT REPLY [Bug 13059] New: - Missing "=" in samples/AppletXMLtoHTML/client.html

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: xalan-dev@xml.apache.org
        ReportedBy: ekuns@ec.rockwell.com


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"