dleslie 00/12/18 06:18:32
Modified: java/xdocs/sources/xalan samples.xml
Log:
Fixed typo.
Revision Changes Path
1.19 +1 -1 xml-xalan/java/xdocs/sources/xalan/samples.xml
Index: samples.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/samples.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- samples.xml 2000/12/18 13:01:26 1.18
+++ samples.xml 2000/12/18 14:18:30 1.19
@@ -167,7 +167,7 @@
<s2 title="AppletXMLtoHTML">
<p>The applet uses a stylesheet to transform an XML document into HTML.
It displays the XML document, the
stylesheet, and the HTML output.</p>
- <p>How to run it: Open AppletXMLtoHTML.hmtl in the Internet Explorer 5
browser.</p>
+ <p>How to run it: Open appletXMLtoHTML.hmtl in the Internet Explorer 5
browser.</p>
<note>This and the following sample applet do not work in the Netscape
Communicator 4.7. We have some work to do to get
our basic strategy of using system properties to identify the
Transformer and XML Parser to work in the Netscape applet
sandbox.<br/><br/>