xsl-list
[Top] [All Lists]

Generate key with further restriction

2003-09-08 08:24:16
Hi,
How can I generate keys with certain restrictions?
Would something like that
<xsl:key name="usedTypes" match="@*[name() = 'type' and not(starts-with(name(),'xs:'))]" use="." /> work to select those attributes with the name type that do not start with xs: ?
Do I need to take care of namespaces? How?
Regards
Tim


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>