Re: namespaces feature

2001-12-07 Thread Glenn Marcy
false: Optionally do not perform Namespace processing (implies namespace-prefixes). Therefore, if the namespaces feature is false, then the value of namespace-prefixes is irrelevant, as it is implied directly by the value of the namespaces feature. As to throwing exceptions, I would agree

Re: namespaces feature

2001-12-07 Thread Rahul Srivastava
> Andy Clark wrote... > > > Rahul Srivastava wrote: > > According to http://www.megginson.com/SAX/Java/namespaces.html, namespaces > > and namespace-prefixes can't be false together. > > > > Xerces allows both the features to set to false together. > > I don't like the way in which the SAX docu

Re: namespaces feature

2001-12-07 Thread Andy Clark
Rahul Srivastava wrote: > According to http://www.megginson.com/SAX/Java/namespaces.html, namespaces > and namespace-prefixes can't be false together. > > Xerces allows both the features to set to false together. I don't like the way in which the SAX documentation has been changed from saying th

namespaces feature

2001-12-06 Thread Rahul Srivastava
Hi, According to http://www.megginson.com/SAX/Java/namespaces.html, namespaces and namespace-prefixes can't be false together. Xerces allows both the features to set to false together. Any comments. Cheers, Rahul. Sun Microsystems, Inc. -