Search found 40 matches
- Fri Feb 19, 2021 4:56 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: pdf-css-html5 transformation - external html links trying to be copied
- Replies: 1
- Views: 82
pdf-css-html5 transformation - external html links trying to be copied
Hi, Our pdf transformation is failing on links like the one below: <xref class="- topic/xref " format="html" scope="external" href="https://library.agfahealthcare.com/doc/75495318"> We are getting the error below: oxygenCopyNonDitaResources: copy-html: [copy] Copying 1 resource to D:\sApps\Ixiasoft\...
- Fri Oct 23, 2020 3:56 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: pdf-css-html5 transformation :Add Localized String to footer
- Replies: 7
- Views: 403
Re: pdf-css-html5 transformation :Add Localized String to footer
Thanks that worked perfectly. Sorry last question as I need to do this for 20 languages is there an easy method to include a group of files to the pdf output? In webhelp I could load the entire folder using fileset element: <fileset> <include name="js/*.js"/> <include name="css/*.css"/> <include nam...
- Tue Oct 20, 2020 3:24 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: pdf-css-html5 transformation :Add Localized String to footer
- Replies: 7
- Views: 403
Re: pdf-css-html5 transformation :Add Localized String to footer
Hi thanks. I will try the code out. However that was not exactly what I was hoping to do. What I wanted to do was set the footer copyright string based on what status is set to: If @status = "draft" then footer-copyright = "Draft copyright text" Else If @status = "released" then footer-copyright = "...
- Mon Oct 19, 2020 5:41 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: pdf-css-html5 transformation :Add Localized String to footer
- Replies: 7
- Views: 403
Re: pdf-css-html5 transformation :Add Localized String to footer
Great thanks. I got the localized content to display using the i18n css sheets. string-set: footer-copyright "copy right text"; Next issue is we use a different copyright footer text or add text based on the maps status which we put in the map's <topicmeta> <othermeta class="- topic/othermeta " name...
- Fri Oct 16, 2020 4:18 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: pdf-css-html5 transformation :Add Localized String to footer
- Replies: 7
- Views: 403
pdf-css-html5 transformation :Add Localized String to footer
HI, I am looking for way to add localized strings to the footer of our pdf transformations. In webhelp I use a localized plugin that contains our string files with our localized strings for transformations I then added to our webhelp transformation to load those variables during the html transformat...
- Fri Oct 16, 2020 4:14 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: pdf-css-html5 transformation :Add Localized String to footer
- Replies: 0
- Views: 174
pdf-css-html5 transformation :Add Localized String to footer
HI, I am looking for way to add localized strings to the footer of our pdf transformations. In webhelp I use a localized plugin that contains our string files with our localized strings for transformations I then added to our webhelp transformation to load those variables during the html transformat...
- Thu Jun 11, 2020 9:50 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Webhelp Responsive Search String length
- Replies: 1
- Views: 289
Webhelp Responsive Search String length
Hi, Just wondering if there is a way to increase the search string length. We have some strings that are over 25 characters and if the user types the full string it is not found. However wierdly if the user copies and pastes the string then it is found. example string - HorizonSchedulerThresholdHeal...
- Tue Mar 10, 2020 5:51 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Support DITA 1.3 rotate attribute
- Replies: 2
- Views: 561
Re: Support DITA 1.3 rotate attribute
Thanks that worked I added the following to my customDita2webhelp.xsl: <xsl:template match="*[contains(@rotate,'1')]" mode="css-class" priority="120"> <xsl:param name="default-output-class"/> <xsl:variable name="outputclass" as="attribute(class)?"> <xsl:apply-templates select="." mode="set-output-cl...
- Mon Jan 13, 2020 10:06 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Support DITA 1.3 rotate attribute
- Replies: 2
- Views: 561
Support DITA 1.3 rotate attribute
Hi, I am trying to add support to the Responsive webhelp for the dita 1.3 attribute @rotate for table cells. I am trying to figure out how to add to the generated cell class if @rotate='1'. Current generated element looks like: <th class="entry colsep-1 rowsep-1" id="rod1578579338781__table_v4s_1l2_...
- Fri Dec 13, 2019 10:09 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Issue with index terms and topics with copy-to
- Replies: 1
- Views: 371
Issue with index terms and topics with copy-to
Hi, I am not sure if the following is an issue wit the way my authors use indexterms. We have a topic that in the map has @copy-to: <topicref class="- map/topicref " copy-to="copyright.xml" ixia_locid="1847" keys="s0_1416590873062" href="s0_1416590873062.xml" type="concept"> The topic has the follow...
- Tue Dec 10, 2019 6:48 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Issue with indexterms with keywords
- Replies: 2
- Views: 471
Re: Issue with indexterms with keywords
Doing some testing I found what I think is the issue in the sxtractIndexterms.xsl file. <xsl:template match="*[contains(@class, ' topic/indexterm ')]"> <term xmlns="http://www.oxygenxml.com/ns/webhelp/index" name="{normalize-space(string-join(text(), ' '))}" sort-as="{normalize-space(string-join(tex...
- Tue Dec 10, 2019 4:18 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Issue with indexterms with keywords
- Replies: 2
- Views: 471
Issue with indexterms with keywords
Hi, I am trying to figure out why indexterms with keywords are not displaying correct in webhelp responsive output. <indexterm ixia_locid="991" class="- topic/indexterm ">Java installing on <keyword ixia_locid="235" keyref="CWP" class="- topic/keyword ">Web Server</keyword></indexterm> The generated...
- Fri Oct 25, 2019 4:36 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Issue with copy-to on sub-topics with locktitles
- Replies: 5
- Views: 859
Re: Issue with copy-to on sub-topics with locktitles
Found the issue...I just had to change the navTitleElem to
Code: Select all
<xsl:variable name="navTitleElem" select="*[contains(@class, ' map/topicmeta ')]/*[contains(@class, ' map/linktext ')]"/>
- Wed Oct 23, 2019 8:53 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Issue with copy-to on sub-topics with locktitles
- Replies: 5
- Views: 859
Re: Issue with copy-to on sub-topics with locktitles
Ok I created a customTocXML.xsl file and added the extension point to my opt file. Problem is my titles are blank. Here is my customTocXML.xsl: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:relpath="http://dita2indesign/functions/relpat...
- Fri Oct 18, 2019 2:55 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Issue with copy-to on sub-topics with locktitles
- Replies: 5
- Views: 859
Re: Issue with copy-to on sub-topics with locktitles
Thanks. I checked the code and <linktext> retains the the correct title. Could I override the toc processing to use <linktext> instead of <navtitle> if @locktitle=yes? <navtitle class="- topic/navtitle ">Performing reading tasks</navtitle> <?ditaot usertext?> <linktext class="- map/linktext " ixia_l...
- Fri Oct 04, 2019 3:40 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Issue with copy-to on sub-topics with locktitles
- Replies: 5
- Views: 859
Issue with copy-to on sub-topics with locktitles
The topic should use the navtitle defined in the map when @locktitle=yes. Instead topic is using the title of the first instance of the topic when topic is referenced as a sub-topic. Note: @copy-to and @locktitle works when used at the same level as the original topic. Sample map: <topicref class="-...
- Thu Sep 19, 2019 5:36 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Webhelp Responsive 21.1 - Apply custom sort for Index Terms
- Replies: 1
- Views: 400
Webhelp Responsive 21.1 - Apply custom sort for Index Terms
Hi,
Is there a way to apply a custom sort/grouping for index terms. Specifically we translate our content to simplified Chinese and received feedback that the index terms are not sorted correctly.
Thanks
Arron Varga
Is there a way to apply a custom sort/grouping for index terms. Specifically we translate our content to simplified Chinese and received feedback that the index terms are not sorted correctly.
Thanks
Arron Varga
- Thu Sep 19, 2019 5:13 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Oxygen Webhelp 21.1 - Server
- Replies: 2
- Views: 596
Re: Oxygen Webhelp 21.1 - Server
I got it to work. I had to make a change in macroExpander.xsl: <whc:macro-xpath-result> <xsl:for-each select="$xpathContextNode"> <xsl:copy-of select="Evaluate:evaluate($xpathExpression)"/> </xsl:for-each> </whc:macro-xpath-result> to <whc:macro-xpath-result> <xsl:for-each select="$xpathContextNode"...
- Thu Sep 12, 2019 5:47 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Oxygen Webhelp 21.1 - Server
- Replies: 2
- Views: 596
Oxygen Webhelp 21.1 - Server
Hi, I am trying to get the latest Oxygen Webhelp Release to work on our server for publication generation (ixiasofts' cms output generator). I have installed DITA-OT 3.3.1 on our server and tried implementing the latest webhelp plugins. Note : I have the 20.1 one version running using dita-ot 2.5.4 ...
- Mon Jul 15, 2019 4:46 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Add othermeta to search - webhelp responsive
- Replies: 3
- Views: 759
Re: Add othermeta to search - webhelp responsive
Ok I have added the topic id to the keywords area of the topic but we still cannot search by document id. <keywords> ... <keyword class="- topic/keyword ">knw1532531547153</keyword> <keyword class="- topic/keyword ">1532531547153</keyword> ... </keywords> Should I see the keywords in the meta area o...
- Wed Jul 10, 2019 2:32 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Add othermeta to search - webhelp responsive
- Replies: 3
- Views: 759
Add othermeta to search - webhelp responsive
Hi,
I am trying to figure out how to allow users to search our content by topic id/resource id.
These values are stored in the dita content in the othermeta area.
Do I need to add/hide the id in the html content?
Or do I need to add to the search racking properties?
Thanks
Arron
I am trying to figure out how to allow users to search our content by topic id/resource id.
These values are stored in the dita content in the othermeta area.
Do I need to add/hide the id in the html content?
Or do I need to add to the search racking properties?
Thanks
Arron
- Mon Jul 08, 2019 3:25 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Is there an extension point for topicComponentsExpander.xsl or way to override on of its templates
- Replies: 5
- Views: 1039
Re: Is there an extension point for topicComponentsExpander.xsl or way to override on of its templates
Hi, So I tried moving the template <xsl:template match="whc:webhelp_topic_toc" mode="copy_template"> to my customDita2webhelp.xsl file and now we do not get the on this page section at all when we should. If I make my slight change to the template in the topicComponentExpander.xsl file then everythi...
- Thu Jun 27, 2019 3:59 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Ditaval- Excluded topics are appearing in TOC
- Replies: 1
- Views: 414
Ditaval- Excluded topics are appearing in TOC
Hi, Wondering if there is a parameter that will fix the following issue or is causing the issue; We are putting ditaval attributes on root topic elements: <task id="ikl1560541894952" otherprops="future-content" xml:lang="en-us"> Our ditaval file has: <val> <prop action="exclude" att="otherprops" val...
- Tue Jun 25, 2019 3:26 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Is there an extension point for topicComponentsExpander.xsl or way to override on of its templates
- Replies: 5
- Views: 1039
Re: Is there an extension point for topicComponentsExpander.xsl or way to override on of its templates
Just to confirm you are saying I can use the com.oxygenxml.webhelp.xsl.dita2webhelp extension point to override a template in the topicComponentsExpander.xsl file? So I would add to my opt file: <xslt> <extension id="com.oxygenxml.webhelp.xsl.dita2webhelp" file="xsl/mainFiles/customDita2webhelp.xsl"...
- Fri Jun 14, 2019 8:40 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Is there an extension point for topicComponentsExpander.xsl or way to override on of its templates
- Replies: 5
- Views: 1039
Is there an extension point for topicComponentsExpander.xsl or way to override on of its templates
Hi, Some of our source content is generating empty on this page areas due to the fact we have section elements without titles. I want to make a chnage to <xsl:template match="whc:webhelp_topic_toc" mode="copy_template"> to detect if the list of items is empty and if so dont output the section. Curre...
- Wed Feb 20, 2019 10:10 pm
- Forum: Other Issues
- Topic: Webhelp responsive Group all related links together
- Replies: 1
- Views: 636
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
- Mon Feb 11, 2019 6:02 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Webhelp Responsive - Disable image popups
- Replies: 1
- Views: 568
Webhelp Responsive - Disable image popups
Hi,
Is there an easy way to disable or control the image click popups.
It works for large images but when clicking on icons they are stretched to fill the modal and are unviewable.
I checked the output and looks like this is jquery behaviour but I could not see or find away to disable.
Thanks
Arron
Is there an easy way to disable or control the image click popups.
It works for large images but when clicking on icons they are stretched to fill the modal and are unviewable.
I checked the output and looks like this is jquery behaviour but I could not see or find away to disable.
Thanks
Arron
- Thu Feb 07, 2019 3:15 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Use navtitle for topic title
- Replies: 1
- Views: 654
Use navtitle for topic title
Hi,
Just wondering if there is an easy way to grab the topics navtitle from that map and use that in the topics heading.
It works for the toc. I need the toc heading and the topic heading to match.
Thanks
Arron
Just wondering if there is an easy way to grab the topics navtitle from that map and use that in the topics heading.
It works for the toc. I need the toc heading and the topic heading to match.
Thanks
Arron
- Mon Feb 04, 2019 9:37 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Webhelp responsive - Top Menu
- Replies: 1
- Views: 588
Webhelp responsive - Top Menu
Hi,
Is there an easy way to override the top menu so it is always collapsed into a hamburger menu?
Thanks
Is there an easy way to override the top menu so it is always collapsed into a hamburger menu?
Thanks
- Tue Jan 29, 2019 3:29 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Webhelp responsive - extend html 5 transformations
- Replies: 4
- Views: 1090
Re: Webhelp responsive - extend html 5 transformations
I would like to override <xsl:template match="*" mode="process.note.common-processing"> in topic.xsl.
I was hoping I could create extensions in my template that would allow me to overide styles or even add my own based on output classes.
I was hoping I could create extensions in my template that would allow me to overide styles or even add my own based on output classes.