Tags XML


Standard Syntax:
     <%@ taglib prefix="x" uri="jakarta.tags.xml" %>

XML Syntax:
     <anyxmlelement xmlns:x="jakarta.tags.xml" />

Tags 3.0 XML library

Tag Library Information
Display NameTags XML
Version3.0
Short Namex
URIjakarta.tags.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.JstlXmlTLVProvides validation features for JSTL XML tags.
 


Copyright © 2018, 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.