$reference_name is a multirow. This is slightly different from a list in structure but would it matter for use in context?
I've also removed the inner list and for some reason nothing appears where i've placed
<property name="context>@context@</property>
I've placed this line in a file that usees a master adp file. So what i have now at the beginning of this file is the following
<if @parent_id@ ne "">
<master src="master">
<property name="title">@title@</property>
<property name="context">@context@</property>
Is this method correct?
(Using <master src="master"> instead of <master> still works, though i haven't had the time to change it)