redirect extension uri problem 2003-02-26 - By Slinkster
I have Xalan 2.4.1 in my path, but I am using the Sun JDK 1.4.1. Based on your message, I infer that classes packaged with the JDK are being used in lieu of the Xalan on the classpath.
What is the recommended method for getting JDK 1.4.1 to use Xalan 2.4.1?
Also, will Xalan 2.4.1 still recognize the older extension?
Thanks,
JWS
-----Original Message----- From: mkwan@(protected) [mailto:mkwan@(protected)] Sent: Wednesday, February 26, 2003 9:50 AM To: Slinkster Cc: xalan-j-users@(protected) Subject: Re: redirect extension uri problem
The documentation was updated in accordance with Xalan 2.4.1. The namespace for the redirect extension was changed in Xalan 2.4.1. If you use an older Xalan version, you will see the problem.
Morris Kwan XSLT Development IBM Toronto Lab Tel: (905)413-3729 Email: mkwan@(protected)
"Slinkster" <jsolinsky@(protected) To: <xalan-j-users@(protected) .apache.org> y-labs.com> cc: "Slinkster" <jsolinsky @(protected)> Subject: redirect extension uri problem 02/25/2003 06:06 PM
I recently found that the redirect extension does not work when I use the documented:
xmlns:redirect="http://xml.apache.org/xalan/redirect"
but does work when I use:
xmlns:redirect="org.apache.xalan.lib.Redirect"
Is this because:
A: The documentation is out of date B: Because of Sun's "bundling" of xalan in the 1.4.1 JDK or C: Something else
If B, is there a simple way to use 1.4.1 while using the Xalan implementation that is on my classpath?
Thanks,
JWS
|
|