dleslie 00/08/28 14:29:10
Modified: java/xdocs/sources/xalan whatsnew.xml
Log:
no message
Revision Changes Path
1.3 +3 -3 xml-xalan/java/xdocs/sources/xalan/whatsnew.xml
Index: whatsnew.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/whatsnew.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- whatsnew.xml 2000/08/28 21:01:44 1.2
+++ whatsnew.xml 2000/08/28 21:29:08 1.3
@@ -59,7 +59,7 @@
<s1 title="What's new in &xslt4j2;">
<ul>
<li><link anchor="design">New Design</link></li>
- <li><link anchor="basic">Basic 4 steps</link></li>
+ <li><link anchor="basic">Basic steps</link></li>
<ol>
<li><link anchor="processor">Instantiate stylesheet Processor</link></li>
<li><link anchor="process">Process stylesheet</link></li>
@@ -84,8 +84,8 @@
System properties, for example, identify the stylesheet processor and
SAX parser to use, and the serializers that are available for various output
methods.<br/><br/></li>
</ul>
</s2><anchor name="basic"/>
- <s2 title="Basic 4 steps">
- <p>The following simple example highlights the basic steps involved in
performing a transformation.</p>
+ <s2 title="Basic steps">
+ <p>The following simple example highlights the four basic steps involved
in performing a transformation.</p>
<source>// 1. Instantiate a stylesheet Processor.
trax.Processor processor = trax.Processor.newInstance("xslt");