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: Peter Murray-Rust <peter@ursus.demon.co.uk>
  • To: xml-dev@ic.ac.uk
  • Date: Wed, 29 Jul 1998 22:29:41

At 08:33 29/07/98 -0400, David Megginson wrote:
>
>  package org.xml.sax;
>
>  public interface Parser {
>    ...
>    public boolean hasFeature (String featureName);
>    public boolean requestFeature (String featureName, boolean status);
>  }
>
>It is important to note that with such an approach, there would have
>to be a registry of feature names in addition to the SAX interface.
>
>Here's how you could use this interface:
>
>  if (!parser.requestFeature("org.xml.sax.validation", true) ||
>      !parser.requestFeature("org.xml.sax.namespaces", false)) {
>    throw new MyException("Cannot activate validation without namespaces.");
>  }

I really like this idea.

I had made a feeble effort along this sort of track by producing a
SAXOptions class along the lines of GridBagConstraints in java.awt (i.e.
values are poked in to influence GridBagLayout). This is obviously more
sophisticated and having now seen it , the use of resources is an obvious
way to go. My use was to control the whitespace behaviour of SAX...

	P.


Peter Murray-Rust, Director Virtual School of Molecular Sciences, domestic
net connection
VSMS http://www.nottingham.ac.uk/vsms, Virtual Hyperglossary
http://www.venus.co.uk/vhg

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