Re: [Q] How should SAX support Namespaces?

Tim Bray (tbray@textuality.com)
Mon, 20 Jul 1998 08:03:32 -0700


At 07:32 AM 7/20/98 -0400, David Megginson wrote:
>3. Revised org.xml.sax.AttributeList and org.xml.sax.DocumentHandler
> to include the namespace as a separate (possibly-null) argument:
>
> startElement("urn:www.megginson.com", "doc", ...)
> endElement("urn:www.megginson.com", "doc", ...)

I'd go for #3. -Tim