by Indiwren » Thu Mar 20, 2008 10:39 pm
Great questions! I'll try to answer, though I'm not sure I understand them all.
The following appears in a relationship table in a ditamap in Oxygen:
<topicref format="pdf" href="Reference.pdf" linking="targetonly"
navtitle="Reference"/>
I want this to appear in a Concept as a Related Link, like so: [i]Reference[/i] in an HTML document. There are already some pre-existing Related Links in this document, but I don't want those others to be italic, only this one pdf file.
I'm not a developer, but our developers have built a system to handle dita. We do use XSLT style sheets, but I don't format them. It sounds like I need to get one of our developers to "generate an italic text in the output by matching the XML attribute or the XML element with an XSLT template and writing the italic text at the output from the stylesheet", as you suggested.