You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by gg...@apache.org on 2014/05/14 15:06:51 UTC

svn commit: r1594570 - /xalan/java/branches/xalan-j_2_7_1_maint/xdocs/sources/xalan/getstarted.xml

Author: ggregory
Date: Wed May 14 13:06:50 2014
New Revision: 1594570

URL: http://svn.apache.org/r1594570
Log:
Fix typo reported here https://github.com/apache/xalan-j/pull/1.patch

Modified:
    xalan/java/branches/xalan-j_2_7_1_maint/xdocs/sources/xalan/getstarted.xml

Modified: xalan/java/branches/xalan-j_2_7_1_maint/xdocs/sources/xalan/getstarted.xml
URL: http://svn.apache.org/viewvc/xalan/java/branches/xalan-j_2_7_1_maint/xdocs/sources/xalan/getstarted.xml?rev=1594570&r1=1594569&r2=1594570&view=diff
==============================================================================
--- xalan/java/branches/xalan-j_2_7_1_maint/xdocs/sources/xalan/getstarted.xml (original)
+++ xalan/java/branches/xalan-j_2_7_1_maint/xdocs/sources/xalan/getstarted.xml Wed May 14 13:06:50 2014
@@ -65,7 +65,7 @@ the &xslt4j; Interpretive processor. See
   </ol>
   <p>For example, go to the SimpleTransform subdirectory and issue the following command:</p>
   <p><code>java SimpleTransform</code></p>
-  <p>The sample writes the transformation result  to a file (birds.out). To see how the example works, 
+  <p>The sample writes the transformation result to a file (birds.out). To see how the example works, 
      examine the source files: birds.xml, birds.xsl, and SimpleTransform.java.</p>
   <p>The extensions examples require additional JAR files on the classpath, and the procedure for 
      running the sample applet and sample servlet is different. For more information about all the 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org