XML information pipe

Ihre Spezialisten für XML

Banner Werbung

XSLT 2.0 reference

XSLT  |  elements

analyze-string | apply-imports | apply-templates | attribute | call-template | character-map | choose | comment | copy | copy-of | decimal-format | element | fallback | for-each | for-each-group | function | if | import | import-schema | include | key | matching-substring | message | namespace | namespace-alias | next-match | non-matching-substring | number | otherwise | output | output-character | param | perform-sort | preserve-space | processing-instruction | result-document | sequence | sort | strip-space | stylesheet | template | text | value-of | variable | when | with-param |


apply-imports

A template rule that is being used to override another template rule can use the xsl:apply-imports or xsl:next-match instruction to invoke the overridden template rule. The xsl:apply-imports instruction only considers template rules in imported stylesheet modules; the xsl:next-match instruction considers all other template rules of lower import precedence and/or priority.


Parent elements:

attribute | comment | copy | document element | fallback | for-each | for-each-group | function | if | key | message | namespace | otherwise | param | perform-sort | processing-instruction | result-document | sort | template | value-of | variable | when | with-param


Child elements:

with-param


Attributes:

--


Examples:

Example 1 | Example 2 |

Locate in the official documentation

XSLT 2.0 reference