redirect extension uri problem 2003-02-26 - By mkwan@(protected)
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
|
|