Re: SAX drivers bug ... or feature !

Michael Kay (M.H.Kay@eng.icl.co.uk)
Wed, 18 Nov 1998 15:40:50 -0000


>I think there is a little problem with AttributeList implementation within
>some of the SAX ...
>Bug or feature ?
>
Feature. See
http://www.megginson.com/SAX/javadoc/org.xml.sax.AttributeList.html#_top_ I
quote:

The instance [of AttributeList] provided will return valid results only
during the scope of the startElement invocation (to save it for future use,
the application must make a copy: the AttributeListImpl helper class
provides a convenient constructor for doing so).

This statement should probably be in the specification of the startElement()
method rather than the AttributeList class, so you can be excused for
missing it, but it's there.

Mike Kay