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

Reply via email to