Creating Hypertext links from XML input
I am trying to create a document from XML input, and have successfully converted graphics and cross references from XML into associated elements in a structured FrameMaker document. My next challenge are hyperlinks. I understand that I will need read/write rules, and currently have:
element "Hypertext"{
is fm marker element
}I suspect I need to define certain attributes or something else so that I can actually bring in the text and the link itself from XML, but I am currently unsure how to do that. I looked over the Developer Reference and Guide, but they weren't specific enough and I don't know how to find the attributes or properties associated with different FM concepts like markers.
I have a Hypertext marker element and container as mentioned in https://community.adobe.com/t5/framemaker-discussions/hypertext-element/m-p/12030554#M70684, and can successfully manually create a hyperlink, but I am looking to be able to format my XML using an XSLT in such a way that the information can be read in and the hyperlinks created through the import process.
