Re: [xsl] Can one element have more than one namespaces?

Subject: Re: [xsl] Can one element have more than one namespaces?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 27 Mar 2001 10:11:06 +0100
> element A in ns X and Y

> How do I do a template match to select the first one?

That can't happen, so it isn't a problem. An element is only ever in one
namespace.

If you mean that an element has three or more namepsaace node children,
then you can look along the namespace axis. (Every element has a
namespace node for the xml: prefix)

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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


Current Thread