Generate key with further restriction2003-09-08 08:24:16Hi, 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
|
|