xsl:pattern
A match pattern as defined in the XSLT 2.1 Recommendation. The syntax for patterns is a restricted form of the syntax for XPath 2.0 expressions. Change since XSLT 2.0: Patterns may now match any item (not only nodes)
Simple type information
Namespace: http://www.w3.org/1999/XSL/Transform
Schema document: schema-for-xslt30.xsd
Content
- Type based on xs:token
- Pattern: .+
from type xsl:expression
Used in
- Attribute match
- Attribute group-starting-with
- Attribute group-ending-with
- Attribute count
- Attribute from
Type inheritance chain
- xs:token
- restricted by xsl:expression
- restricted by xsl:pattern
- restricted by xsl:expression