XML information pipe

Ihre Spezialisten für XML

Banner Werbung

XSLT 2.0 reference

XSLT  |  attributes

as | byte-order-mark | case-order | cdata-section-elements | character | collation | copy-namespaces | count | data-type | decimal-separator | default-collation | default-validation& | digit | disable-output-escaping | doctype-public | doctype-system | elements | encoding | escape-uri-attributes | exclude-result-prefixes | extension-element-prefixes | flags | format | from | group-adjacent | group-by | group-ending-with | group-starting-with | grouping-separator | grouping-size | href | id | include-content-type | indent | infinity | inherit-namespaces | input-type-annotations | lang | letter-value | level | match | media-type | method | minus-sign | mode | name | namespace | NaN | normalization-form | omit-xml-declaration | order | ordinal | output-version | override | pattern-separator | per-mille | percent | priority | regex | required | result-prefix | schema-location | select | separator | stable | standalone | string | stylesheet-prefix | terminate | test | tunnel | type | undeclare-prefixes | use | use-attribute-sets | use-character-maps | validation | value | version | xpath-default-namespace | zero-digit |


as

<template>: If an as attribute is present, the as attribute defines the required type of the result.
<variable>: specifies the required type of the variable
<param>: specifies the required type of the parameter
<with-param>: It is possible to have an as attribute on the xsl:with-param element that differs from the as attribute on the corresponding xsl:param element describing the formal parameters of the called template. In this situation, the supplied value of the parameter will first be processed according to the rules of the as attribute on the xsl:with-param element, and the resulting value will then be further processed according to the rules of the as attribute on the xsl:param element.
<function>: the required type of the result of the function


Values:

item |


Default:

--


Elements:

function | param | template | variable | with-param |


Examples:

Example 1 | Example 2 | Example 3 | Example 4 |

Locate in the official documentation

XSLT 2.0 reference