I am currently validating a generated Document against its schema by first calling toXML() on it and then validating that String. I'm guessing there's a more efficient way to do this. Is there? Thanks, Lowell