SAX: two alternatives for namespaces
Peter Murray-Rust
peter at ursus.demon.co.uk
Thu Jul 30 01:40:31 BST 1998
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 at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list