Storing styler output in attributes
Hi all,
I have a custom XSD and am I styling for PDF using the APP engine in Editor 6.0 M10.
I am looking for a way to store things like numbering and other context related information in attributes. An example of this would be storing the font family and size as it is applied by the stylesheet in the attributes of the element being styled.
This will mean that an external system which receives the XML data would be able to tell that a title was "printed" in a certain font and size.
I have had a look at using xpath in genetated text, but have not been able find a logical solution. I assume one would need to capture the generated text for numbering in some sort of variable and then write that variable's value into the attribute of the relevant element.
I would appreciate a pointer in the right direction.
Thanks,
Duan

