Commit d7eb9b5d47e1f5ea1c45db3a0ca5a1c8621cfb05

Shaun McCance 2011-08-04T10:28:59

Fix RELAX NG include bug #655288 When overriding during include, children of the root node are scanned. But the root node was gotten with doc->children, instead of xmlDocGetRootElement.