mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:33:01 +00:00
make sure parentElement is set properly for <xi:include> elements
svn path=/branches/xmlbuildsystem/; revision=12918
This commit is contained in:
parent
b663342f01
commit
72a0e1e6b7
1 changed files with 1 additions and 0 deletions
|
@ -709,6 +709,7 @@ XMLLoadFile ( const string& filename, const Path& path )
|
|||
return NULL;
|
||||
}
|
||||
// replace inclusion tree with the imported tree
|
||||
e2->parentElement = e->parentElement;
|
||||
e2->name = e->name;
|
||||
e2->attributes = e->attributes;
|
||||
*parent_container = e2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue