xsl:nametests
A list of NameTests, as defined in the XPath 4.0 Recommendation. Each NameTest is either a QName, or "*", or "prefix:*", or "*:localname"
Simple type information
Namespace: http://www.w3.org/1999/XSL/Transform
Schema document: schema-for-xslt40.xsd
Content
- List of:
- Union of:
- xsd:NCName
- Type based on xsd:token
- Pattern: [\i-[:]][\c-[:]]*:[\i-[:]][\c-[:]]*
- Type based on xsd:token
- Pattern: Q\{[^{}]*\}[\i-[:]][\c-[:]]*
- Type based on xsd:token
Valid value *
- Type based on xsd:token
- Pattern: [\i-[:]][\c-[:]]*:\*
- Pattern: \*:[\i-[:]][\c-[:]]*
- Pattern: Q\{[^}]*\}\*
from type xsl:EQName
from type xsl:nametest - Union of:
Used in
- Attribute elements


