Re: [xml-dev] We need SAX features to say a parser supports XML 1.1

From
Karl Waclawek <>
To
, xml-dev <>
Date
2002-10-25T13:03:59Z
ID
<003001c27c26$fc3ddf70$9e539696@citkwaclaww2k>
Thread
Re: [xml-dev] We need SAX features to say a parser supports XML 1.1
> Rick Jelliffe scripsit:
> > 
> > I guess we will be needing SAX properties to handle
> > XML 1.1.
> > 
> > I suggest:
> > 
> > http://xml.org/sax/features/xml1.1  
> > 
> > which, if present and true, says that the parser supports XML 1.1.
> 
> +1
> 
> > http://xml.org/sax/features/normalization
> > 
> > which, if present and true, says that the parser
> > supports normalization checks.
> 
> Well, okay.  But I think we need something to turn checks on and off,
> and then a read-only feature to say whether checks succeeded or failed.

I would rather make it a read-only property.
I actually don't understand why is-standalone is a feature and not a property,
but xml-string is a property.

Karl