Subject: RE: Can one element have more than one namespaces?
From: "Julian F. Reschke" <julian.reschke@xxxxxx>
Date: Mon, 26 Mar 2001 19:00:23 +0200
|
No,
how could it? It has the namespaceUri "urn:nwtraders".
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Yao, Mingdong
> Sent: Monday, March 26, 2001 6:28 PM
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: 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
|