[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <david@megginson.com>
- To: XMLDev list <xml-dev-digest@ic.ac.uk>
- Date: Fri, 3 Dec 1999 17:30:10 -0500 (EST)
Duffy, Bruce writes:
> I agree with Tim Bray.
>
> I'll have to walk away from SAX if it doesn't
> support namespaces in the near future.
>
> I'm concerned that SAX will lose its relevance
> (vendors will cease to support it) if it doesn't
> track the relevant xml standards.
There's no problem adding Namespace support to SAX -- after all, you
can stack SAX filters on top of each other. John Cowan wrote a
Namespace filter for SAX about a year ago, and I have a fairly
high-performance one that I just haven't had time to package and
release yet.
The problem is the lack of a standard way to tell whether a SAX driver
already supports Namespace processing natively (and, thus, doesn't
need a filter), together with a standard way to turn that processing
on or off.
All the best,
David
--
David Megginson david@megginson.com
http://www.megginson.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/ 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)
|