dleslie 99/12/14 10:02:25
Added: samples/applet appletXMLtoHTML.html README
Log:
Renamed applet and readme
Revision Changes Path
1.1 xml-xalan/samples/applet/appletXMLtoHTML.html
Index: appletXMLtoHTML.html
===================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Using an applet to perform XSL transformations</title>
</head>
<FRAMESET ROWS="125,*" >
<FRAME NAME="processor" SRC="client.html" SCROLLING="auto" >
<frameset cols="33%, 33%, *">
<FRAME NAME="targetArea0" SRC="target.html" >
<FRAME NAME="targetArea1" SRC="target.html" >
<FRAME NAME="targetArea2" SRC="target.html" >
</frameset>
</FRAMESET>
</html>
1.1 xml-xalan/samples/applet/README
Index: README
===================================================================
This applet transforms XML into HTML.
It assumes the following:
* xalan.jar is in the Xalan root directory
* xerces.jar is in Xerces root directory
* The xerces root directory is named xml-xerces and is
parallel to the Xalan root).
If these jar files are located elsewhere, you must edit the
codebase and archive attributes for the applet.
To run the applet, open appletXMLtoHTML.html in IE or Netscape.