L3 Core: "validate-if-schema" = false disables internal subset processing?

http://www.w3.org/TR/2004/PR-DOM-Level-3-Core-20040205/core#parameter- 
validate-if-schema

"validate-if-schema"
...
  false
[required] (default)
  No schema processing should be performed if the  document has a  
schema, including internal subset processing. Note that validation must  
still happen if  "validate"  is true.

The "including internal subset processing" appears to contradict   
http://www.w3.org/TR/2000/REC-xml-20001006#proc-types and  
http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0050.html where  
default attribute values from internal subsets are expected even if the  
processor is not validating.

Received on Tuesday, 24 February 2004 20:30:38 UTC