You can use the "XTags Taglib" on a Servlet 2.2 container; the "XSL Taglib" was an early example and is no longer current.
-- Shawn Bayern "JSTL in Action" http://www.jstlbook.com (coming in July 2002 from Manning Publications) On Tue, 16 Jul 2002 [EMAIL PROTECTED] wrote: > Shawn, > > Tank you for your fast and kind response. Taken from the jakarta homepage, > it states that JSTL has to be used in combination with e.g. Tomcat 4. What > would I use when using Tomcat 3, which support Servlet 2.2 and JSP 1.1 > specifications. Or am I drawing the wrong conclusion thinking that Servlet > 2.2 and JSP 1.1 do support the XSL Taglib and the newer specs Servlet 2.3 > and JSP1.2 don't? > > Regards, > > Ruud. > > -----Original Message----- > From: Shawn Bayern [mailto:[EMAIL PROTECTED]] > Sent: maandag 15 juli 2002 15:30 > To: Tag Libraries Users List > Subject: Re: apply.jsp example not working > > > Ruud, > > The XSL Taglib is no longer supported; use the Standard Taglib, which is > an implementation of the JSP Standard Tag Library (JSTL) instead. > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
