redirect extension uri problem 2003-02-26 - By Cyril Bouteille
You can add the -Xbootclasspath java command line option to prepend the 2.4.1 xalan.jar, xercesImpl.jar, and xml-apis.jar to the boot class path and override the version embedded in the jdk.
See http://xml.apache.org/xalan-j/faq.html#faq-N100C3 for more info.
jsolinsky@(protected) wrote: > 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 > >
-- Cyril Bouteille Enterprise Java Architect Hotwire 333 Market Street Suite 100 San Francisco, CA 94105
------------------------------------------------------------------------ Take the Hotwire Travel Challenge(sm)! Check a Hotwire Hot-Fare(sm) at www.hotwire.com <http://www.hotwire.com> ------------------------------------------------------------------------ This e-mail message contains information that is confidential, may be protected by the attorney/client or other applicable privileges, and may constitute non-public information. It is intended to be conveyed only to the designated recipient(s). If you are not an intended recipient of this message, please notify the sender at 415-343-8405. Unauthorized use dissemination, distribution, or reproduction of this message is strictly prohibited and may be unlawful.
|
|