In reply to Neshagar:
You want to set the target hierarchy in the set() method. Using “” will not work. You can use “*” to begin with but it applies to the entire sub-hierarchy and might cause conflicts as you progress.
You want “” in the get() method.