When we use absolute paths to address elements in XML documents, the context (where are we in the XML document?) is not of any importance. Elements are addressed with a full path, so coming from the rootelement. In our previous example the information from the Insured node has to be copied to the Driver node.
In SoftRules® we would use Assignments for this job.
This solution is, however functional, not very practical. Suppose we would have to do the same in the second Contract node, than we would have to copy all Tools instead of reuse them. So, it's better to use relative paths, see here.