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?


No,

how could it? It has the namespaceUri "urn:nwtraders".

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Yao, Mingdong
> Sent: Monday, March 26, 2001 6:28 PM
> To: 'xsl-list@lists.mulberrytech.com'
> Subject: [xsl] 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
> 

 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]