[
Lists Home |
Date Index |
Thread Index
]
> 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
|