OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: SAX2 Namespace Support

[ Lists Home | Date Index | Thread Index ]
  • From: Leigh Dodds <ldodds@ingenta.com>
  • To: "Hunter, David" <dhunter@mobility.com>
  • Date: Thu, 6 Jan 2000 15:55:37 -0000


> -----Original Message-----
> From: owner-xml-dev@ic.ac.uk [mailto:owner-xml-dev@ic.ac.uk]On Behalf Of
> Hunter, David
> Sent: 06 January 2000 15:37
> To: 'David Megginson'; xml-dev
> Subject: RE: SAX2 Namespace Support

> I don't want to flog any dead horses, so I hope this hasn't been covered
> already, but is it really an error to have the same namespace declared
> twice, with different prefixes?  i.e., is the following really not legal
> 
> <tag xmlns:p1="urn:person:000-000-000"
>      xmlns:p2="urn:person:000-000-000">
>   <p1:first>John</p1:first>
>   <p2:last>Smith</p2:last>
> </tag>

No its not illegal, its perfectly valid according to the spec.
Just nonsensical (at least to me). 

The discussion is relating to the point of whether the 
QNames of the following QNames should compare equal in the Java:

{"p1", "first", "urn:person:000-000-000"}
{"p2", "first", "urn:person:000-000-000"}

If you've read the spec, then the answer seems yes. The 
debate is still open as to what the 'expected' behaviour 
might be in an == or equals() operation.

> And, if that is illegal, is the following legal:
> 
> <tag xmlns="urn:person:000-000-000"
>      xmlns:p1="urn:person:000-000-000">
> <!--etc.-->

Thats legal too.

L.
 


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS