You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tw...@locus.apache.org on 2000/01/21 01:33:35 UTC

cvs commit: xml-xerces/java/docs samples.xml

twl         00/01/20 16:33:35

  Modified:    java/docs samples.xml
  Log:
  Fix typos and refer to "sample applications" not "sample parsers"
  Thanks to keshlam@us.ibm.com
  
  Revision  Changes    Path
  1.3       +3 -3      xml-xerces/java/docs/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/samples.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- samples.xml	1999/12/20 17:41:03	1.2
  +++ samples.xml	2000/01/21 00:33:35	1.3
  @@ -4,7 +4,7 @@
   <s1 title="Samples">
   	<s2 title="Introduction">
   		<p>There are two new samples to test and demonstrate the new DOM2 
  -		Transversal implementation: </p>
  +		Traversal implementation: </p>
   		<ul>
   			<li><link idref="iterator">IteratorView</link></li>
   			<li><link idref="tree">TreeWalker</link></li>
  @@ -12,11 +12,11 @@
   	</s2>
   	<s2 title="Caveats">
   		<note>Make sure that &javaparsername; and a JDK are loaded on 
  -		your computer before running any of the sample parsers.</note>
  +		your computer before running any of the sample applications.</note>
   		<note>&javaparsername;: Running the sample applications 
   		requires that you have already loaded the &javaparsername; software on 
   		your computer.</note>
  -		<note>Java: Running the sample parsers require that your computer has a 
  +		<note>Java: Running the sample applications require that your computer has a 
   			correctly installed JDK. If you do not already have a JDK already on your computer download
   		one from Sun's Java website: <jump href="http://java.sun.com">
   		http://java.sun.com</jump> or from IBM's website