Xalan redirect (to file) within Tomcat 2004-01-07 - By Shapira, Yoav
Back
Howdy, Thanks for posting your findings.
Yoav Shapira Millennium ChemInformatics
>-- --Original Message-- -- >From: Chris Ward [mailto:cward@(protected)] >Sent: Wednesday, January 07, 2004 2:43 PM >To: Tomcat Users List >Subject: RE: Xalan redirect (to file) within Tomcat > > >> Howdy, >> I don't know Xalan well enough to answer, but it seems pretty >> clear tomcat is looking for a class called Redirect, while >> the stylesheet uses redirect. It seems like a >> case-sensitivity issue, but I can't help much beyond that ;) >> >> Yoav Shapira > >I agree. Anyway, a few Googles later and I found this > >http://www.biglist.com/lists/xsl-list/archives/200309/msg00716.html > >which uses an alternative namespace declaration... > > ... > xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect " > extension-element-prefixes="redirect"> > >and this seems to work for me. I don't know if there is >anything sinister about using this different declaration, and >I am confused (like the guy in the above mail thread) as to why >the other declaration of > > xmlns:redirect="http://xml.apache.org/xalan/redirect" > >works in my command line tests. > >Anyway - there's what I've found out in case anyone else is interested. > > >Chris > >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ >To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) >For additional commands, e-mail: tomcat-user-help@(protected)
This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|