1.0 EA2 1.2 x http://java.sun.com/jstl/ea/xml JSTL XML JSTL 1.0 XML library org.apache.taglibs.standard.tlv.JstlXmlTLV expressionAttributes parse:source parse:filter transform:source transform:xslt transform:transformer transform:result transformer:xslt Whitespace-separated list of colon-separated token pairs describing tag:attribute combinations that accept expressions. The validator uses this information to determine which attributes need their syntax validated. Provides validation features for JSTL XML tags. org.apache.taglibs.standard.tlv.JstlCoreTLVHelper choose org.apache.taglibs.standard.tag.common.core.ChooseTag JSP Simple conditional tag that establishes a context for mutually exclusive conditional operations, marked by <when> and <otherwise> expr org.apache.taglibs.standard.tag.common.xml.ExprTag empty Like <%= ... >, but for XPath expressions. select true false if org.apache.taglibs.standard.tag.common.xml.IfTag JSP Simple conditional tag, which evalutes its body if the supplied condition is true and optionally exposes a Boolean scripting variable representing the evaluation of this condition select true false var false false forEach org.apache.taglibs.standard.tag.common.xml.ForEachTag JSP XML iteration tag. var false false select true false otherwise org.apache.taglibs.standard.tag.common.core.OtherwiseTag JSP Subtag of <choose> that follows <when> tags and runs only if all of the prior conditions evaluated to 'false' param org.apache.taglibs.standard.tag.el.xml.ParamTag JSP Adds a parameter to a containing 'transform' tag's Transformer name true false value false false parse org.apache.taglibs.standard.tag.el.xml.ParseTag JSP Parses XML content from 'source' attribute or 'body'; exposes as 'var'. var true false domVar false false source false false filter false false set org.apache.taglibs.standard.tag.common.xml.SetTag JSP Sets the result of an XPath expression evaluation in a 'scope' var true false select false false transform org.apache.taglibs.standard.tag.el.xml.TransformTag org.apache.taglibs.standard.tei.TransformTEI JSP Conducts a transformation given a source XML document and an XSLT stylesheet (or Transformer object) var false false result false false source false false xslt false false transformer false false transformer org.apache.taglibs.standard.tag.el.xml.TransformerTag JSP Exposes a Transformer object var true false xslt false false when org.apache.taglibs.standard.tag.common.xml.WhenTag JSP Subtag of <choose> that includes its body if its condition evalutes to 'true' select true false