This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Can one element have more than one namespaces?


>
> <xsl:template match="A[namespace::nsY and namespace::nsX]">

This will match an element whose local name is A, and whose namespace URI is
null, provided that namespace prefixes nsY and nsX have been declared on
this element or an ancestor element (and regardless of the namespace URI
they have been assigned to).

If that's what you want to do, do it!

Mike Kay
Software AG


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]