/Michael Glavassevich/:

It's probably the case that no one realized that this feature existed. I don't think the SAX specification says that all features defined by it need to be recognized.

I see. I was just glancing at <http://www.saxproject.org/apidoc/org/xml/sax/package-summary.html#package_description> and seems I've missed <http://www.saxproject.org/get-set.html>:

There is no fixed set of features or properties available for SAX2, except for two features that all XML parsers must support. Implementors are free to define new features and properties as needed, using URIs to identify them.

All XML readers are required to recognize the "http://xml.org/sax/features/namespaces"; and the "http://xml.org/sax/features/namespace-prefixes"; features (at least to get the feature values, if not set them) and to support a true value for the namespaces property and a false value for the namespace-prefixes property.

/Michael Glavassevich/:

It's supported in the CVS for many months now. If you're interested in using this feature, you'll be able to use it very soon. Xerces 2.7.0 is scheduled for the end of this week.

Sounds promising. :-)

Thank you for the info,
--
Stanimir


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to