standard taglib • implementation of the JSP Standard Tag Library • support   development   comments to JSR-52
Examples     IntroductionGeneral PurposeConditionalsIteratorsImportI18N & FormattingXMLSQLTLVMisc.

XML Examples

Out   

Retrieving a String from a parsed XML document

Filter   

Applying a SAX XMLFilter object to a document before parsing

ForEach   

Iterating over XML nodes

If   

Basing a decision on the status of an XML document

Parse   

Parsing XML documents directly from Objects and from URLs.

Set   

Storing an object resulting from an XPath expression

Transform   

Applying XSLT transformations

When   

Mutually exclusive conditionals based on the status of an XML document

Parse with entities   

Parsing a document with relative entity references (using systemId)

Transform with inclusion   

Transformations using XSLT tags like <xsl:include> (with xsltSystemId)

standard taglib • implementation of the JSP Standard Tag Library • support   development   comments to JSR-52