My understanding is that there are two JSTL 1.0 releases. Sun's is JSP 1.1 compliant and Apache's is JSP 1.2 compliant.
http://java.sun.com/products/jsp/taglibraries.html http://jakarta.apache.org/taglibs/index.html Walt ---- "Gare, Tref" <[EMAIL PROTECTED]> wrote: > Thanks Joel and Shawn for the responses, however doesn't JSTL require > Tomcat > 4? > > Tref > > > -----Original Message----- > > Wrom: KSTTZRCLBDXRQBGJSNBOHMKHJYFMYXOEAIJJPHSCRT > > Sent: Monday,15 July 2002 11:39 > > To: [EMAIL PROTECTED] > > Subject: Re: XML parsing in a Tomcat3.2.3 world > > > > On Mon, 15 Jul 2002, Joel Carklin wrote: > > > > > > while they talk about a "parse" custom tag there's no reference > as to > > > > where we might locate it. Looks like we're going to have to > write a > > > > bean or custom tag to do it ourselves. > > > > > > Hi, AFAIK The Java Standard Tag Library provides tags that allow > XML > > > parsing and XSL transformation of XML documents. I haven't used > them > > > myself but seem to remember reading about it. The Library can be > found > > > at: http://java.sun.com/products/jsp/jstl/ > > > > This is indeed correct. If your goal is to load and parse an XML > document > > in your JSP page, then JSTL's XML-manipulation library is appropriate. > > You can use XPath to process the document manually, or you can chain > to an > > XSLT transformation. > > > > -- > > Shawn Bayern > > JSTL reference-implementation lead > > "JSTL in Action" http://www.jstlbook.com > > (coming in July 2002 from Manning Publications) > > > > ========================================================================== > > = > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > > JSP-INTEREST". > > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > > DIGEST". > > Some relevant FAQs on JSP/Servlets can be found at: > > > > http://archives.java.sun.com/jsp-interest.html > > http://java.sun.com/products/jsp/faq.html > > http://www.esperanto.org.nz/jsp/jspfaq.jsp > > http://www.jguru.com/faq/index.jsp > > http://www.jspinsider.com > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
