xref to sibling?
Hi,
I am trying to modify a fosi to support an acronym tag reference.
I have one element <acronym> with two child elements <acroterm> and <acrodef>. <acrodef> takes an id attribute. <acroterm> takes an attribute refid of type IDREF. This tagging is used where the acronym is first defined.
Subsequently, if <acroterm> is used alone in any other element, such as <para> element, it is supposed to generate the original <acroterm>'s (content) and create a link reference back to its definition sibling where its refid equals the definition element's id. Is there a way to accomplish this using FOSI?
Any suggestions?

