> Right now, we can set feature > http://xml.org/sax/features/external-general-entities to true even if we have > http://xml.org/sax/features/validation to false. It should throw the > SAXNotSupportedException as per SAX specification.
You are misreading the specification. It simply states that external-general-entities cannot be false when validation is true. It says nothing about the legality of other states for those features. In particular, external-general-entities can most certainly be either true or false when validation is false. Regards, Glenn --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
