redirect extension uri problem 2003-02-25 - By Slinkster
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
|
|