Webhelp responsive Group all related links together
Oxygen general issues.
-
- Posts: 47
- Joined: Thu Aug 27, 2015 9:28 pm
Webhelp responsive Group all related links together
Hi,
Just wondering if there is an easy way to group all related links together using the xsl transformations versus grouping them by topic type?
Instead of:
Related concept:
Concept 1
Concept 2
Related tasks:
Task 1
Task 2
Need to output:
Related Information:
Concept 1
Concept 2
Task 1
Task 2
Just wondering if there is an easy way to group all related links together using the xsl transformations versus grouping them by topic type?
Instead of:
Related concept:
Concept 1
Concept 2
Related tasks:
Task 1
Task 2
Need to output:
Related Information:
Concept 1
Concept 2
Task 1
Task 2
-
- Posts: 846
- Joined: Mon Dec 05, 2011 6:04 pm
Re: Webhelp responsive Group all related links together
Hi axhxu,
This is indeed the intended behavior and we chose to go with this implementation as may users consider that grouping the related links by their specialization is a must.
However, there is a workaround you could use to easily override this.
The workaround stands in wrapping your related links into a links list, using a <linklist/> element. As the link lists may have a title, you could use whatever text you find appropriate as a header for related links section.
More specifc, you should change your source files that contain a related links section and add the links inside a linklist, like:
Eg:
Hope this helps.
Regards,
Costin
This is indeed the intended behavior and we chose to go with this implementation as may users consider that grouping the related links by their specialization is a must.
However, there is a workaround you could use to easily override this.
The workaround stands in wrapping your related links into a links list, using a <linklist/> element. As the link lists may have a title, you could use whatever text you find appropriate as a header for related links section.
More specifc, you should change your source files that contain a related links section and add the links inside a linklist, like:
Eg:
Code: Select all
<related-links>
<linklist>
<title>Related Information:</title>
<link href="pathTo/1stRelatedFile.dita"/>
<link href="pathTo/2ndRelatedFile.dita"/>
....
</linklist>
</related-links>
Regards,
Costin
Costin Sandoi
oXygen XML Editor and Author Support
oXygen XML Editor and Author Support
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