# Data flow When the :data attribute is set to an element any other attribute and child will be able to access this field directly using the variable *data* or the shortended *d*.
My name is ${d.name} and I work as a ${d.job}.
Child element will be provided with the data of its parent Child element can set its data with *:data* attribute Every element in the tree will have a *data* property