"Williamson, Siehnai" wrote:
When is the schema information loaded? Is it after the entire xml file has been parsed or does it load like the DTD loads when parseFirst() is taking place?
The schema is loaded when the root element is parsed. Thus
it is taking place during parseNext(), not parseFirst().
Tinny