Pdf inline links to definition table not working
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 11
- Joined: Wed Dec 18, 2019 9:20 am
Pdf inline links to definition table not working
Hello Team,
We have a list of terms and descriptions defined as dlentries and we have applied the table customization while generating the pdf-css-html output.
We have taken the xlst from here
The dlentries are kept as a separate topic and referred to the required topics.
The pdf is breaking at the interlinks. It does not show the page number
Thanks
We have a list of terms and descriptions defined as dlentries and we have applied the table customization while generating the pdf-css-html output.
We have taken the xlst from here
The dlentries are kept as a separate topic and referred to the required topics.
The pdf is breaking at the interlinks. It does not show the page number
image.png
How can it be resolved?Thanks
You do not have the required permissions to view the files attached to this post.
-
- Posts: 665
- Joined: Wed Oct 16, 2019 3:47 pm
Re: Pdf inline links to definition table not working
Post by julien_lacour »
Hello,
You need to update the following template, it misses 2 call-templates:
I will update the documentation to add these lines too.
Regards,
Julien
You need to update the following template, it misses 2 call-templates:
Code: Select all
<xsl:template match="*[contains(@class, ' topic/dlentry ')]">
<tr>
<xsl:call-template name="commonattributes"/>
<xsl:call-template name="setidaname"/>
<xsl:apply-templates/>
</tr>
</xsl:template>
Regards,
Julien
Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service