glossentry xrefs in PDF include page number
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 30
- Joined: Sat Feb 16, 2019 8:43 pm
glossentry xrefs in PDF include page number
Hi,
I want to remove the page number from my glossentry xrefs. I am using the Editor 21 PDF html/css transformation.
The *merged.html file has the following:
<a class="- topic/xref xref" href="#unique_9" type="glossentry">term</a>
The PDF has:
term (page 396)
I want the PDF to show:
term
Is there any easy way to do this with my custom css file?
I want to remove the page number from my glossentry xrefs. I am using the Editor 21 PDF html/css transformation.
The *merged.html file has the following:
<a class="- topic/xref xref" href="#unique_9" type="glossentry">term</a>
The PDF has:
term (page 396)
I want the PDF to show:
term
Is there any easy way to do this with my custom css file?
Adam Myers
Technical Publications Manager
MATRIXX Software
Technical Publications Manager
MATRIXX Software
-
- Posts: 501
- Joined: Mon Feb 03, 2003 10:56 am
Re: glossentry xrefs in PDF include page number
Hello Adam,
Please use:
The documentation about link styling is here https://www.oxygenxml.com/doc/ug-pdf-cs ... dcpp_links
In the current documentation the !important qualifier is missing.
Many regards,
Dan
Please use:
Code: Select all
*[class ~= "topic/xref"][href]:after,
*[class ~= "topic/link"][href]:after {
content: none !important;
}
In the current documentation the !important qualifier is missing.
Many regards,
Dan
-
- Posts: 30
- Joined: Sat Feb 16, 2019 8:43 pm
Re: glossentry xrefs in PDF include page number
Thanks for the quick reply, Dan.
I tweaked it a bit so that the page number is only removed from the glossary xref and everything looks good.
Thanks,
Adam
I tweaked it a bit so that the page number is only removed from the glossary xref and everything looks good.
Code: Select all
*[class ~= "topic/xref"][href][type="glossentry"]:after {
content: none !important;
}
Adam
Adam Myers
Technical Publications Manager
MATRIXX Software
Technical Publications Manager
MATRIXX Software
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