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]

Can one element have more than one namespaces?


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


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