JSTL XML


Standard Syntax:
     <%@ taglib prefix="x10" uri="http://java.sun.com/jstl/xml" %>

XML Syntax:
     <anyxmlelement xmlns:x10="http://java.sun.com/jstl/xml" />

JSTL 1.0 XML library

Tag Library Information
Display NameJSTL XML
Version1.0
Short Namex10
URIhttp://java.sun.com/jstl/xml
 

Tag Summary
chooseSimple conditional tag that establishes a context for mutually exclusive conditional operations, marked by and
outLike <%= ... >, but for XPath expressions.
ifXML conditional tag, which evalutes its body if the supplied XPath expression evalutes to 'true' as a boolean
forEachXML iteration tag.
otherwiseSubtag of that follows tags and runs only if all of the prior conditions evaluated to 'false'
paramAdds a parameter to a containing 'transform' tag's Transformer
parseParses XML content from 'source' attribute or 'body'
setSaves the result of an XPath expression evaluation in a 'scope'
transformConducts a transformation given a source XML document and an XSLT stylesheet
whenSubtag of that includes its body if its expression evalutes to 'true'
 

Tag Library Validator
org.apache.taglibs.standard.tlv.JstlXmlTLVNo Description
Initialization Parameters:
NameValueDescription
expressionAttributesout:escapeXml parse:xml parse:systemId parse:filter transform:xml transform:xmlSystemId transform:xslt transform:xsltSystemId transform:resultNo Description
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.