xsl:transform

The name xsl:transform is a synonym for xsl:stylesheet. This element is always the top-level element of an XSLT stylesheet.

Content: ( declarations )

Attributes

id?

id

version

decimal

default-mode?

eqname | "#unnamed"

default-validation?

"preserve" | "strip"

input-type-annotations?

"preserve" | "strip" | "unspecified"

default-collation?

uris

extension-element-prefixes?

prefixes

exclude-result-prefixes?

prefixes

expand-text?

boolean

use-when?

expression

xpath-default-namespace?

uri

Saxon availability

Available in XSLT 1.0 and later versions. Available in all Saxon editions. Available for all platforms.

Details

See xsl:stylesheet for full details.

Links to W3C specifications

XSLT 2.0 Specification

XSLT 3.0 Specification

See also

xsl:stylesheet