[
Lists Home |
Date Index |
Thread Index
]
- To: XML Developers List <xml-dev@lists.xml.org>, SAX Developers' List <sax-devel@lists.sourceforge.net>
- Subject: Re: [PATCH]: A couple fixes to org/xml/sax/package.html
- From: David Megginson <dmeggin@attglobal.net>
- Date: Wed, 21 Apr 2004 09:08:21 -0400
- In-reply-to: <OF5FED9AC8.DAB5F629-ON85256E7D.00145797-85256E7D.0016F5AF@ca.ibm.com>
- References: <OF5FED9AC8.DAB5F629-ON85256E7D.00145797-85256E7D.0016F5AF@ca.ibm.com>
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5
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
|