Author: rony
Date: Thu Sep 14 15:28:49 2006
New Revision: 443501
URL: http://svn.apache.org/viewvc?view=rev&rev=443501
Log:
20060914 23:24 Extended 'readme' to hint how to get this running on Java 1.5 or
higher, if problems occur. Kudos to 'Anthony Elder' who came up with this
solution in his e-mail in the 'Bean Scripting Framework developers' list
<[email protected]> on 20060914.
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=443501&r1=443500&r2=443501
==============================================================================
--- jakarta/bsf/trunk/samples/xsl/readme (original)
+++ jakarta/bsf/trunk/samples/xsl/readme Thu Sep 14 15:28:49 2006
@@ -10,6 +10,14 @@
or
java TableFiller style2.xsl table-data.xml
+ Note on using Java 1.5, Java 1.6 or higher:
+
+ - if the sample does not work in these environments then, copy the
Xalan-jars from
+ "http://xml.apache.org/xalan-j/downloads.html" distribution into the
"endorsed"
+ directory of these Java versions (e.g. "JAVA_JRE_HOME
/jre/lib/endorsed/"); make
+ sure that the archive "xalan.jar" (from the xalan-tool jar) is
available as well;
+ tested with Xalan 2.7 and 2.8 on Java 1.5 and beta-version of Java
1.6
+
Be impressed and have fun!
;-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]