Glenn wrote: > > 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. > Agreed, spec says that external-general-entities cannot be false when validation is true but what will be behaviour of the praser when validation is true and external-general-entities is false ?? Thanks, Arun --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
