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

Subject: [xsl] Can one element have more than one namespaces?
From: "Yao, Mingdong" <Mingdong.Yao@xxxxxxxxxxx>
Date: Mon, 26 Mar 2001 10:27:47 -0600
My instructor in a XSLT training said that 
one element can have multiple namespaces. 
Is this true? For example:
<employees xmlns="urn:nwtraders">
   <employee xmlns:myName="urn:mySpace">
      <name>Philips</name>
      <salary>145000</salary>
   </employee>
   <employee>
      <name>Reid</name>
      <salary>91000</salary>
   </employee>
</employees>

The first employee belong to two namespaces?

Thanks,

Don

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


Current Thread