File: README.html

package info (click to toggle)
lib-saxon-java 6.4.4-1
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 12,252 kB
  • ctags: 7,953
  • sloc: xml: 7,801; java: 1,187; makefile: 46
file content (28 lines) | stat: -rw-r--r-- 1,346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title></title>Xalan Sample Applets</title>
</head>
<body bgcolor="#808080" text="#ffffff">

  <p>This sample is taken straight from the Xalan-Java-2 distribution, to demonstrate
  the portability of XSLT stylesheets and TrAX applications between Saxon and Xalan.</p>

  <table>
    <tr>
      <td><img border="0" hspace="0" vspace="0" align="left" src="rabbitwhorn.jpg"></td>
      <td><h2>&nbsp;Running the Xalan sample applets</h2></td>
    </tr>
  </table>
  <hr>
  <ul>
  <li>appletXMLtoHTML.html transforms XML into HTML, and displays the XML document and XSL stylesheet as well as the HTML transformation result.<br/><br/></li>
  <li>get-todo-list.html uses todo.xsl to transform todo.xml and display the transformation result. The XML source is a snapshot of todo.xml in the xml-xalan CVS repository, an ongoing list of tasks and task completions for the Xalan-Java 2 development project.</li>
  <p>Both applets look for xalan.jar and xerces.jar in the bin directory. If the JAR files are elsewhere, you must move them or adjust the applet archive setting in client.html and get-todo-list.html.</p>
</ul>
<p>For information about the samples (what they illustrate and how to run them), see <a href="../../docs/samples.html">Samples</a>.</p>


</body>
</html>