Using Parent Element Attribute in Prefix Rules
I have a parent Element with an attribute (DayNum). I want to use the value of this attribute in the prefix rules of a child element. I can see that I can reference an Attribute in the PrefixRule, but it doesn't seem to recognise an Attribute from a parent element.
In normal Context Rules, I can refer to the Attribute of the parent using ParentElement[ElementName = "Value"], but that doesn't seem to work in a PrefixRule.
Is this possible?

