Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 455f0c5faba5a18e97e845364ab15c78 > files > 482

saxon-6.5-1mdk.noarch.rpm

<!doctype HTML public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
  <head>
	  <title>Untitled</title>
  </head>

<body onLoad="target.innerHTML=document.xslControl.getHTMLText()">
<div id="target"></div>

    <applet  
      name="xslControl"
      code="com.icl.saxon.XSLTProcessorApplet.class"
      archive="../../saxon.jar"
      height="0"
      width"0">
      <param name="documentURL" value="xalanApplets.xml"/>  <!--default setting-->
      <param name="styleURL" value="s1ToHTML.xsl"/> <!--doesn't change-->
    </applet>
  </body>
</html>