New internal flag for generating the delta.

SVN:trunk[2698]
This commit is contained in:
Denis Flaven
2013-04-23 15:33:40 +00:00
parent f2738a79a0
commit 85c1f0d1aa

View File

@@ -1089,6 +1089,9 @@ EOF
case 'removed':
$oNodeClone->setAttribute('_delta', 'delete');
break;
case 'needed':
$oNodeClone->setAttribute('_delta', 'define_if_not_exists');
break;
}
$oParentClone->appendChild($oNodeClone);
}