[xsl] Generate key with further restriction

Subject: [xsl] Generate key with further restriction
From: Tim Müller-Seydlitz <tms@xxxxxxxxxxxxxxxxxx>
Date: Mon, 08 Sep 2003 17:24:16 +0200
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



Current Thread