Elena Litani wrote: > > Edwin Goei wrote: > > > Currently if validation feature is set to true and document has no > > > grammar, the parser reports validation error. > > > > Yes that is true. However, if the doc only has an XSD grammar, then no > > validation error is reported which does not conform to the XML REC. > > Are you talking about JAXP implementation? > If you try Xerces samples, the behavior of the parser is correct: if > document does not have DTD grammar and validation feature is set to true > we report errors (by default schema validation is set to false).
OK, in beta3, schema validation is true by default if this has changed to be false, then that fixes the problem. This means that some users of Xerces 1.4.x would need to change their apps to turn on schema validation. -Edwin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
