XML information pipe
Ihre Spezialisten für XML
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 |
analyze-string
The xsl:analyze-string instruction takes as input a string (the result of evaluating the expression in the select attribute) and a regular expression. The xsl:analyze-string instruction starts at the beginning of the input string and attempts to find the first substring that matches the regular expression. If there are several matches, the first match is defined to be the one whose starting position comes first in the string. If several alternatives within the regular expression both match at the same position in the input string, then the match that is chosen is the first alternative that matches.
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:
fallback matching-substring | snon-matching-substring |
Attributes: