From 857f3f29348cf615512fa0ea317b82294b43edc6 Mon Sep 17 00:00:00 2001 From: Samuel de Medeiros Queiroz Date: Tue, 13 May 2014 23:53:52 -0300 Subject: [PATCH] Removing double whitespace. Testing commit/push to Git --- xdocs/sources/xalan/getstarted.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/sources/xalan/getstarted.xml b/xdocs/sources/xalan/getstarted.xml index a91283fba..497dafda9 100644 --- a/xdocs/sources/xalan/getstarted.xml +++ b/xdocs/sources/xalan/getstarted.xml @@ -65,7 +65,7 @@ the &xslt4j; Interpretive processor. See Getting Start

For example, go to the SimpleTransform subdirectory and issue the following command:

java SimpleTransform

-

The sample writes the transformation result to a file (birds.out). To see how the example works, +

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.

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