Indeed, I can get the locator's worldMatrix this way :
outWorldMatHandle = data.outputValue( self.worldMatrix )
outWorldMat = outWorldMatHandle.asMatrix()
However, here is the node's path :
| transform1 | myLocatorNode1
and what I would like to get is, for example, the xFormMatrix from transform1.
Is there a way using the datablock to do this ?
Thanks