Author :
Shaun McCance
Date :
2011-08-04 10:28:59
Hash :d7eb9b5d Message :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.