Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
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?
Suzanne,
Thanks so much for your off-forum input. I've finally got this working so that the <acroterm> element creates a link back to its definition in the original <acronym> element by using the link category instead as you suggested. It doesn't generate the acronym term text, but that's OK since the text already exists in the file and we just need to go in and wrap it with an element to create the required link for the published PDF.
Thanks again!
Forgot to mention that I also had to add <acroterm> as a link element in the .dcf file to get this working correctly.