| Tag Summary |
| choose | Simple conditional tag that establishes a context for mutually exclusive conditional operations, marked by and |
| out | Like <%= ... >, but for XPath expressions. |
| if | XML conditional tag, which evalutes its body if the supplied XPath expression evalutes to 'true' as a boolean |
| forEach | XML iteration tag. |
| otherwise | Subtag of that follows tags and runs only if all of the prior conditions evaluated to 'false' |
| param | Adds a parameter to a containing 'transform' tag's Transformer |
| parse | Parses XML content from 'source' attribute or 'body' |
| set | Saves the result of an XPath expression evaluation in a 'scope' |
| transform | Conducts a transformation given a source XML document and an XSLT stylesheet |
| when | Subtag of that includes its body if its expression evalutes to 'true' |