JSTL 1.1 XML library
JSTL XML
1.1
x
http://java.sun.com/jsp/jstl/xml
Provides validation features for JSTL XML tags.
org.apache.taglibs.standard.tlv.JstlXmlTLV
Simple conditional tag that establishes a context for
mutually exclusive conditional operations, marked by
<when> and <otherwise>
choose
org.apache.taglibs.standard.tag.common.core.ChooseTag
JSP
Like <%= ... >, but for XPath expressions.
out
org.apache.taglibs.standard.tag.rt.xml.ExprTag
empty
select
true
false
escapeXml
false
true
XML conditional tag, which evalutes its body if the
supplied XPath expression evalutes to 'true' as a boolean
if
org.apache.taglibs.standard.tag.common.xml.IfTag
JSP
select
true
false
var
false
false
scope
false
false
XML iteration tag.
forEach
org.apache.taglibs.standard.tag.common.xml.ForEachTag
JSP
var
false
false
select
true
false
begin
false
true
int
end
false
true
int
step
false
true
int
varStatus
false
false
Subtag of <choose> that follows <when> tags
and runs only if all of the prior conditions evaluated to
'false'
otherwise
org.apache.taglibs.standard.tag.common.core.OtherwiseTag
JSP
Adds a parameter to a containing 'transform' tag's Transformer
param
org.apache.taglibs.standard.tag.rt.xml.ParamTag
JSP
name
true
true
value
false
true
Parses XML content from 'source' attribute or 'body'
parse
org.apache.taglibs.standard.tag.rt.xml.ParseTag
org.apache.taglibs.standard.tei.XmlParseTEI
JSP
var
false
false
varDom
false
false
scope
false
false
scopeDom
false
false
xml
false
true
doc
false
true
systemId
false
true
filter
false
true
Saves the result of an XPath expression evaluation in a 'scope'
set
org.apache.taglibs.standard.tag.common.xml.SetTag
empty
var
true
false
select
false
false
scope
false
false
Conducts a transformation given a source XML document
and an XSLT stylesheet
transform
org.apache.taglibs.standard.tag.rt.xml.TransformTag
org.apache.taglibs.standard.tei.XmlTransformTEI
JSP
var
false
false
scope
false
false
result
false
true
xml
false
true
doc
false
true
xmlSystemId
false
true
docSystemId
false
true
xslt
false
true
xsltSystemId
false
true
Subtag of <choose> that includes its body if its
expression evalutes to 'true'
when
org.apache.taglibs.standard.tag.common.xml.WhenTag
JSP
select
true
false