XSLT Logic Elements
| Node | Description/ attributes | Container/ children | Example |
|---|---|---|---|
| xsl:apply-templates | Specifies that other matches may exist within that node; if this is not specified any matches will be ignored
If “select” is specified, only the templates that specify a “match” that fits the selected node or attribute type will be applied, i.e. the matching elements by "select" attribute in apply-templates corresponding to the template that match the same elements . If “mode” is specified, only the templates that have the same “mode” and have an appropriate “match” will be applied |
Any parent Can contain any number of xsl:sort and xsl:with-param children |
|
|
xsl:choose |
Multiple choices No attributes |
Any parent Contains xsl:when blocks and up to one xsl:otherwise block |
… |
|
xsl:for-each |
Creates a loop which repeats for every match
“select” designates the match criteria |
Any parent Can contain any XML |
|
|
xsl:if |
Yes or No conditions
“test” specifies criteria for entering the if |
Any parent Can contain any XML |
… |
|
xsl:otherwise |
The default choice if none of the “xsl:when” criteria are met | xsl:choose Can contain any XML |
… |
|
xsl:stylesheet |
Top-level element. Occurs only once in a stylesheet document.
“version” specifies which XSLT version is being used “xmlns:xsl” specifies the URL of that standard |
Top-level element. Contains all XML | … |
|
xsl:template |
Specifies processing templates “match” is when the template should be used. |
xsl:stylesheet Can contain any XML |
… |
|
xsl:variable |
Allows a variable to be declared
“name” is the variable name. It can be referred to later with “$name” |
Any parent no children |
|
|
xsl:when |
Yes or No conditions
“test” specifies criteria for entering the if |
xsl:choose
Can contain any XML |
… |
Read more about this topic: XSLT Elements
Famous quotes containing the words logic and/or elements:
“... We need the interruption of the night
To ease attention off when overtight,
To break our logic in too long a flight,
And ask us if our premises are right.”
—Robert Frost (18741963)
“The elements of success in this business do not differ from the elements of success in any other. Competition is keen and bitter. Advertising is as large an element as in any other business, and since the usual avenues of successful exploitation are closed to the profession, the adage that the best advertisement is a pleased customer is doubly true for this business.”
—Madeleine [Blair], U.S. prostitute and madam. Madeleine, ch. 5 (1919)