← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [PATCH]: A couple fixes to org/xml/sax/package.html

From
David Megginson <>
To
XML Developers List <>, SAX Developers' List <>
Date
2004-04-21T13:08:21Z
ID
<>
Thread
Re: [PATCH]: A couple fixes to org/xml/sax/package.html
Michael Glavassevich wrote:

> A couple fixes to org/xml/sax/package.html.
> 
> 1) Improve description of is-standalone feature as suggested by Elliotte 
> [1].
> 
> 2) Specify that the use-entity-resolver2 is read-write with a default 
> value of true, instead of read-only with no default value. The 
> description of EntityResolver2 in CVS says: "If a SAX application 
> requires the customized handling which this interface defines for 
> external entities, it must ensure that it uses an XMLReader with the 
> http://xml.org/sax/features/use-entity-resolver2 feature flag set to 
> true (which is its default value when the feature is recognized). If 
> that flag is unrecognized, or its value is false, or the resolver does 
> not implement this interface, then only the EntityResolver method will 
> be used." Therefore this feature has a default value of true (when it is 
> recognized). Since the default value is true, the value of the feature 
> could only ever be false if it were read-write. Parsers which do not 
> support setting this feature to false would throw a 
> SAXNotSupportedException.

This patch is now in the CVS.


Thanks,


David
← Prev in month ← Prev in thread
Next in thread → Next in month →