Author: rony
Date: Thu Sep  7 00:24:58 2006
New Revision: 441003

URL: http://svn.apache.org/viewvc?view=rev&rev=441003
Log:
20060907 Changed 'readme' for 'xsl' example (extracts data from an xml-file and 
inserts it into a Java data structure (a panel); added information that this 
example will run without any special XSLT processor starting with Java 1.4.

Modified:
    jakarta/bsf/trunk/samples/xsl/readme

Modified: jakarta/bsf/trunk/samples/xsl/readme
URL: 
http://svn.apache.org/viewvc/jakarta/bsf/trunk/samples/xsl/readme?view=diff&rev=441003&r1=441002&r2=441003
==============================================================================
--- jakarta/bsf/trunk/samples/xsl/readme (original)
+++ jakarta/bsf/trunk/samples/xsl/readme Thu Sep  7 00:24:58 2006
@@ -1,3 +1,24 @@
+This program will run starting with Java version 1.4 as it contains
+the XSL support in its distribution.
+
+The program demonstrates how one can use XSLT as a scripting language
+to fill in a Java data structure using some XML data and a stylesheet.
+
+To run it, type:
+
+       java TableFiller style1.xsl table-data.xml
+or
+       java TableFiller style2.xsl table-data.xml
+
+Be impressed and have fun!
+;-)
+
+---rgf, 2006-09-07
+
+
+
+
+=============== Original "readme" text as of 2003-06-25: =================
 
 This demo shows how one can use LotusXSL as a scripting language to
 fill in a Java data structure using some XML data and a stylesheet.
@@ -8,5 +29,6 @@
 or
        java TableFiller style2.xsl table-data.xml
 
-You need to have LotusXSL v0.18.* on your classpath in addition to 
+You need to have LotusXSL v0.18.* on your classpath in addition to
 bsf.jar and bsfengines.jar.
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to