Glenn Marcy wrote: > > There is one thing about all this that I am not clear on. What happens > when validation is false?
For xerces-2 the default configuration will include XMLDTDValidator. Turning off validation for the parser (constructed with the default configuration) means: generate infoset but do not report validity errors. > What does JAXP expect an XML processor to do when validation is false > if the processor still needs grammar processing information to function > properly? I assume for JAXP validation feature means the same. -- Elena Litani / IBM Toronto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
