Home › Forums › DITA and XMetaL Discussion › Link text problem in pdf › Reply To: Link text problem in pdf
Reply to: Link text problem in pdf
January 7, 2010 at 7:53 pmAll,
Here's a code snippet you can paste into links.xsl to generate the link text for task steps. The file links.xsl is in the xmfo folder:
[DITA_OT]/demo/xmfo/xsl/links.xsl
Paste it *before* the xsl:when for topic/li (an excerpt of the topic/li xsl:when is shown below):
… (omitted for brevity) …
… (omitted for brevity) …
… (omitted for brevity) …
Remember to read the following post regarding deployment of the DITA OT (to make sure you are modifying the right copy of links.xsl):
http://forums.xmetal.com/index.php/topic,237.0.html
HTH,
– Chris