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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: Why SAX needs namespace support

[ Lists Home | Date Index | Thread Index ]
  • From: Michael.Kay@icl.com
  • To: xml-dev@ic.ac.uk
  • Date: Wed, 27 Jan 1999 16:34:26 -0000

Tyler Baker:
> To make this work you would need to do several things:
> 
> (1) Change the ParserFactory class to not return a parser but 
> a ParserGenerator
> object (in this case you might want to change the name 
> "ParserFactory" to "ParserGeneratorFactory").
> 
I do think it would be useful for SAX to include a helper class for parser
selection. This proposal, though, seems a little too abstract for most users
to stomach (like telling someone who wants to watch News at Ten that he
needs to start by instantiating a television factory generator). I'd suggest
something more along the lines of the ParserManager in SAXON (which was
inspired by the ODBC Driver Manager). It currently:

- maintains a list of available parsers, known by familiar product names
(e.g. "xp", "oracle")
- maintains a preference order
- allows an application to load a parser, scanning the preference list till
it finds one suitable.

I've considered for a long time maintaining separate lists of validating and
non-validating parsers so you could choose one from either list: one could
extend this idea to selecting a parser based on all its properties. The
"parser" could also be a composite consisting of a parser plus one or more
filters.

We could then have a simple (static) interface
ParserManager.loadParser(properties) that returns a parser matching the
stated application requirements.

There could also be an interface allowing parsers to register themselves:
ParserManager.registerParser(this); this would call back to get information
about the parser's properties.

I think users could cope with that.

Mike 

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