You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@locus.apache.org on 2000/12/19 22:45:23 UTC

cvs commit: xml-xalan/test/tests/api-gold ThreadOutput.out

curcuru     00/12/19 13:45:20

  Added:       test/tests/api-gold ThreadOutput.out
  Log:
  Random HTML output stylesheet for thread testing
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/api-gold/ThreadOutput.out
  
  Index: ThreadOutput.out
  ===================================================================
  <HTML>
  <HEAD>
  <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <SCRIPT>
          
          document.write("<P>Hi Oren");
          if((2 < 5) & (6 < 3))
          {
            ...
          }
          
        </SCRIPT>
  </HEAD>
  <BODY></BODY>
  </HTML>