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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: SAX: two alternatives for namespaces

[ Lists Home | Date Index | Thread Index ]
  • From: Chris Hubick <maillist@chris.hubick.com>
  • To: xml-dev@ic.ac.uk
  • Date: Thu, 30 Jul 1998 10:34:02 +0000 (GMT)

On Thu, 30 Jul 1998, Chris Hubick wrote:

> I have been trying to think of a clean way to support namespaces
> without having to change the current SAX (Level 1) spec. How about an
> interface that works similar to Locator:
> 
> public interface NameSpace {
> 
>   String getNameURI();
> 
> }

	Actually, the Handler would have to still receive the fully
qualified base+uri name as before, so make that:

public interface NameSpace {

  String getNameBase();
  String getNameURI();

}

---
Chris Hubick
mailto:chris@hubick.com
http://www.hubick.com/



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/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe 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