Search found 403 matches

by radu_pisoi
Mon Apr 06, 2020 10:51 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Images in HTML source not copied
Replies: 3
Views: 1622

Re: Images in HTML source not copied

Hi, Yes, this is the expected behavior for non DITA resource like HTML. Non DITA resources are not processed by the DITA-OT publishing engine to gather referenced to other resources. You have two options to copy images referenced in the HTML files to the WebHelp transformation output: 1. Declare ima...
by radu_pisoi
Fri Apr 03, 2020 4:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: add html fragments in Topic pages
Replies: 4
Views: 1571

Re: add html fragments in Topic pages

Hi,

Indeed, it is a better idea to use HTML fragment extension points to modify the generated HTML files.

For topic pages, you can use one of: webhelp.fragment.head, webhelp.fragment.before.body or webhelp.fragment.after.body.
by radu_pisoi
Tue Mar 17, 2020 3:57 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Changes to CSS styling of figcaption elements (WebHelp)
Replies: 2
Views: 1388

Re: Changes to CSS styling of figcaption elements (WebHelp)

Hi, Indeed, it is an issue in version 22. The colon sign(:) is not generated for figure's caption in the WebHelp output. I have register this issue and it will be fixed in the next version. If this issue is important for you, please contact us on support@oxygenxml.com . We can give you an XSLT patch...
by radu_pisoi
Thu Feb 20, 2020 3:11 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Search affected by Google Tag Manger code - responsive Webhelp output
Replies: 2
Views: 1323

Re: Search affected by Google Tag Manger code - responsive Webhelp output

Hi, Have you seen this before? Any thoughts on what I'm doing wrong? Happy to provide more info if it would be helpful. No, we have not encountered this problem yet. Do you encounter the same issue if you remove the Google Tag Manager code? You can easily to this by duplicating the transformation sc...
by radu_pisoi
Wed Feb 19, 2020 2:34 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Problem with localization of DITA OT strings for responsive Webhelp output
Replies: 1
Views: 918

Re: Problem with localization of DITA OT strings for responsive Webhelp output

Hi, there's a typo, by the way in the 22 documentation, translation files list, second paragraph - DITA-OT-DIR/plugins/org.dita.basexsl/common Indeed, the path to the translation files is wrong. Thank you. I don't have any problem to overwrite generated strings from DITA-OT translation files (genera...
by radu_pisoi
Mon Feb 17, 2020 2:58 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: type="notice" attribute for note and hazardstatement elements
Replies: 5
Views: 2083

Re: type="notice" attribute for note and hazardstatement elements

Hi, As I told you in the previous email, I think it is necessary to implement an XSLT extension point to change the generated text for a note element with @type='notice' . <note type="notice">This is a note with @type='notice'</note> If you want to fix this issue, you can use the dita.xsl....
by radu_pisoi
Thu Feb 13, 2020 11:32 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding Google Tag Manager Code to the WebHelp output
Replies: 7
Views: 3341

Re: Adding Google Tag Manager Code to the WebHelp output

Hi,

Thank you for your suggestion!

I will add a task to improve documentation.
by radu_pisoi
Thu Feb 13, 2020 11:02 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize Publishing Templates for WebHelp Responsive
Replies: 9
Views: 3211

Re: Customize Publishing Templates for WebHelp Responsive

Hi, Maybe you can change the structure of your project to: {project folder} - DITA -- en-US -- topics -- images -- maps -- ja-jp -- zh-CN - project-en.xpr - publishing-templates - webhelp-out ( svn:ignore) - pdf-out ( svn:ignore) For webhelp-out and pdf-out folders you can use the svn:ignore propert...
by radu_pisoi
Tue Feb 11, 2020 4:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize Publishing Templates for WebHelp Responsive
Replies: 9
Views: 3211

Re: Customize Publishing Templates for WebHelp Responsive

Hi, Now, we have the problem, we should set the Transformation Output Directory to which path? If I set the Output Diretory to "/yeastar/docs", and commit the changes to SVN server, other people will see the Output Directory is "/yeastar/docs". In this way, if they want to publis...
by radu_pisoi
Tue Feb 11, 2020 2:40 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: type="notice" attribute for note and hazardstatement elements
Replies: 5
Views: 2083

Re: type="notice" attribute for note and hazardstatement elements

Hi, Thank you for reporting this issue. There are two cases here for note and hazardstatement elements with @type= notice attribute. Please note that both issues are related with DITA-OT HTML5 plugin that WebHelp plugin extends. 1. For note element, there is no implementation difference for @type= n...
by radu_pisoi
Wed Jan 29, 2020 3:42 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding copyright towards the end of the main/landing page
Replies: 4
Views: 1516

Re: Adding copyright towards the end of the main/landing page

Hi, The more suitable parameter for copyright area is "webhelp.fragment.footer". We have a dedicated topic in our user guide explaining how to use this parameter. Please note that the file referenced through a webhelp.fragment.* parameter should be XML valid. If you still have problems to ...
by radu_pisoi
Tue Jan 28, 2020 4:24 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding Google Tag Manager Code to the WebHelp output
Replies: 7
Views: 3341

Re: Adding Google Tag Manager Code to the WebHelp output

Hi, We parse all files referenced through a webhelp.fragment.* parameter as XML files. So, they are required to be XML valid. I've managed somehow to get the Google Tag Manager code in the correct location, but when I run the transformation, the XML comment does not disappear - which it should, shou...
by radu_pisoi
Fri Jan 24, 2020 4:25 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding Google Tag Manager Code to the WebHelp output
Replies: 7
Views: 3341

Re: Adding Google Tag Manager Code to the WebHelp output

Hi, Do you mean that the original HTML Page Layout Files from the WebHelp Responsive plugin should be edited? Or can you define your own page templates that override the original files? No, do not edit the original HTML Page Layout files, copy them inside your publishing template archive/folder. You...
by radu_pisoi
Fri Jan 24, 2020 3:43 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding Google Tag Manager Code to the WebHelp output
Replies: 7
Views: 3341

Re: Adding Google Tag Manager Code to the WebHelp output

Hi, Am I using the wrong code in the HTML file for the head code? Why does it not show up in the output? The file content referenced using a webhelp.fragment.* parameter should be XML valid. Also, if you have special characters (for example, &, <) that break the well-formedness of the XML fragme...
by radu_pisoi
Fri Jan 24, 2020 11:16 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Publishing template package fails on Astoria
Replies: 2
Views: 1130

Re: Publishing template package fails on Astoria

Hi, I uploaded the zip to Astoria CMS (same version DITA-OT 3.1.3 with the Webhelp Responsive plugin v21). Then I ran the Astoria integrator command that is always used when plugin changes are made. It is not required to run DITA-OT Integrator after you changed anything in the publishing template. W...
by radu_pisoi
Wed Jan 22, 2020 4:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize Publishing Templates for WebHelp Responsive
Replies: 9
Views: 3211

Re: Customize Publishing Templates for WebHelp Responsive

Hi, In the Oxygen > Transformation Scenarios Window, I set the parameters to absolute paths " E:/docs/templates/xxxx "... Can you tell us what parameter do you set? However, for your case, it is better to save your templates in the Publishing Templates Gallery . Also, if you have a project...
by radu_pisoi
Tue Jan 14, 2020 1:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Insert ate in webhelp output
Replies: 11
Views: 5769

Re: Insert ate in webhelp output

Hi, Seems the macro is not supported on Oxygen V20. The WebHelp Responsive macros are available starting with 20.1 version, see What's New in Oxygen XML Webhelp 20.1 . If I set the webhelp.fragment.footer to the HTML fragment, it works, and the date and time was displayed!! That's awesome! This is t...
by radu_pisoi
Fri Dec 27, 2019 3:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Insert ate in webhelp output
Replies: 11
Views: 5769

Re: Insert ate in webhelp output

Hi, Oxygen editor variables, like ${date(yyyy-MM-dd)} , are not available in WebHelp HTML fragments. Instead, you can use one of the available webhelp macros . For the current case, you can use the $timestamp macro: <div class="generation_time"> <whc:macro value="${timestamp([h1]:[m01...
by radu_pisoi
Tue Dec 24, 2019 11:43 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Issue with index terms and topics with copy-to
Replies: 1
Views: 1004

Re: Issue with index terms and topics with copy-to

Hi, I can reproduce the issue you describe only when I use the copy-to attribute to rename the original topic. More specific, the original topic is not referred in the DITA map. <topicref href="test_topic.dita" copy-to="test_topic_renamed.dita"/> I'm not sure if this use case is ...
by radu_pisoi
Tue Dec 24, 2019 10:23 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp Responsive Transformation Parameters
Replies: 1
Views: 848

Re: Webhelp Responsive Transformation Parameters

Hi,

When you are running from the command line, the current working directory is the directory from where you execute the command.
by radu_pisoi
Tue Dec 17, 2019 6:28 pm
Forum: Other Issues
Topic: Help me understand webhelp responsive search
Replies: 3
Views: 1787

Re: Help me understand webhelp responsive search

Hi, To implement the search function, we use a search engine implemented in Javascript. For security reasons we filter the search query by removing special characters like $. You can find more details about search engine in our user guide . I would also like to know if its possible to enable the sea...
by radu_pisoi
Thu Dec 12, 2019 5:25 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Issue with indexterms with keywords
Replies: 2
Views: 1192

Re: Issue with indexterms with keywords

Hi,

Thank you for reporting this issue.

Indeed, the issue is related with the code indicated by you.

We have resolved it and a fix will be included in the next WebHelp version.
by radu_pisoi
Fri Nov 22, 2019 5:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: customize webhelp topic page
Replies: 4
Views: 1604

Re: customize webhelp topic page

Hi, To change the content generated for the Topic Content component you need to use the com.oxygenxml.webhelp.xsl.dita2webhelp XSLT extension point. This extension point allows you to override the XSLT stylesheet (dita2webhelp.xsl) that produces an HTML file for each DITA topic. The location of this...
by radu_pisoi
Mon Oct 28, 2019 2:40 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Webhelp Responsive customization
Replies: 2
Views: 1043

Re: Webhelp Responsive customization

Hi, Please make sure you are using the com.oxygenxml.webhelp.xsl.createMainPage.param[1] XSLT-Parameter extension point to pass parameters to the stylesheet that generates the main page. [1] - https://www.oxygenxml.com/doc/versions/19.1/ug-editor/topics/whr-responsive-override-xslt-dita-xslt-import....
by radu_pisoi
Tue Oct 22, 2019 11:11 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Issue with copy-to on sub-topics with locktitles
Replies: 5
Views: 2111

Re: Issue with copy-to on sub-topics with locktitles

Hi, Please note that the linktext element is intended to be used only when the target cannot be reached, such as when it is a peer or external link, or when the target is local but not in DITA format. See more details in DITA specs [1] . However, if you want to override the toc processing you can us...
by radu_pisoi
Tue Oct 15, 2019 9:32 am
Forum: Common Problems
Topic: Using copy-to and chunk=to-content causes CSS trouble in WebHelp Responsive
Replies: 4
Views: 1846

Re: Using copy-to and chunk=to-content causes CSS trouble in WebHelp Responsive

Hi,

The issue was fixed on the development branch and it will be fixed on the next maintenance version.

Please contact us on support@oxygenxml.com if you want a development kit or a punctual fix.
by radu_pisoi
Wed Oct 09, 2019 12:04 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Issue with copy-to on sub-topics with locktitles
Replies: 5
Views: 2111

Re: Issue with copy-to on sub-topics with locktitles

Hi,

I rather think this bug is related with the DITA-OT publishing engine where you have already recorded an issue:
https://github.com/dita-ot/dita-ot/issues/3372

As workaround, it seems you can remove the locktitle attribute from sub-topics, case when the value from parent element is used.
by radu_pisoi
Wed Oct 02, 2019 12:22 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp customization: Localized text in HTML fragment
Replies: 9
Views: 4266

Re: WebHelp customization: Localized text in HTML fragment

Hi, You are on the right path, but there are two small issues you have to correct: 1. The XSLT extension point is wrong. The search form is displayed in three page templates: main page, search page and topic page. If you want to change the appearance for all pages you have to use the XSLT extension ...
by radu_pisoi
Mon Sep 23, 2019 4:15 pm
Forum: Common Problems
Topic: Using copy-to and chunk=to-content causes CSS trouble in WebHelp Responsive
Replies: 4
Views: 1846

Re: Using copy-to and chunk=to-content causes CSS trouble in WebHelp Responsive

Hi,
Indeed, this seems to be an issue.

The HTML page is not rendered correctly in WebHelp output when it is generated for a topicref with both chunking="to=content" and copy-to attributes set.

Thank you for reporting this issue!
by radu_pisoi
Mon Sep 23, 2019 3:36 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to change the figure title and table title default separator?
Replies: 2
Views: 1299

Re: How to change the figure title and table title default separator?

Hi, You can overwrite functionality from the com.oxygenxml.html.custom\custom.xsl XSLT stylesheet by creating a DITA-OT customization plugin that use the dita.xsl.html5 XSLT extension point. Make sure you make a dependency to the com.oxygenxml.html.custom plugin, so your XSLT templates can overwrite...