[ros-diffs] [royce] 12918: make sure parentElement is set properly
for <xi:include> elements
royce at svn.reactos.com
royce at svn.reactos.com
Mon Jan 10 15:03:23 CET 2005
make sure parentElement is set properly for <xi:include> elements
Modified: branches/xmlbuildsystem/reactos/tools/rbuild/XML.cpp
_____
Modified: branches/xmlbuildsystem/reactos/tools/rbuild/XML.cpp
--- branches/xmlbuildsystem/reactos/tools/rbuild/XML.cpp
2005-01-10 10:10:49 UTC (rev 12917)
+++ branches/xmlbuildsystem/reactos/tools/rbuild/XML.cpp
2005-01-10 14:03:21 UTC (rev 12918)
@@ -709,6 +709,7 @@
return NULL;
}
// replace inclusion tree with the imported tree
+ e2->parentElement = e->parentElement;
e2->name = e->name;
e2->attributes = e->attributes;
*parent_container = e2;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050110/ac7a4b41/attachment.html
More information about the Ros-diffs
mailing list