Search found 403 matches

by radu_pisoi
Tue Jul 18, 2017 3:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Custom transtype for web help
Replies: 3
Views: 1941

Re: Custom transtype for web help

Hi, I've followed the instructions from the procedure and I've obtained the same error like you. The issue is inside the documentation procedure. The macro that points to the plugin's directory is wrong, it should be ${dita.plugin.com.oxygenxml.webhelp.responsive.customization.dir} instead of ${dita...
by radu_pisoi
Fri Jun 30, 2017 4:10 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA CSS to PDF Front Page (Chemistry)
Replies: 6
Views: 4533

Re: DITA CSS to PDF Front Page (Chemistry)

Hi, My favorite way to develop a CSS for the DITA CSS to PDF transformation type implies opening and analyzing the XML that represents the input for the CSS based PDF processor. This XML file is generated in the output folder near the PDF file and has the following name pattern: dita_map_name.in.xml...
by radu_pisoi
Fri Jun 23, 2017 2:26 pm
Forum: Other Issues
Topic: XML Refactoring introduces unwanted attributes in child nodes
Replies: 2
Views: 1942

Re: XML Refactoring introduces unwanted attributes in child nodes

Hi, We are not aware of a such issue so it would be great if you could provide us additional information. Have you used the predefined Wrap element contents operation or have you implemented a custom XML Refactoring operation? If you are using the predefined Wrap element contents operation, could yo...
by radu_pisoi
Mon Jun 05, 2017 3:42 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA CSS to PDF Front Page (Chemistry)
Replies: 6
Views: 4533

Re: DITA CSS to PDF Front Page (Chemistry)

Hi, You can use the background-size and background-position CSS properties to control the size and position of the background image. https://developer.mozilla.org/en-US/docs/Web/CSS/background-size https://developer.mozilla.org/en-US/docs/Web/CSS/background-position To demonstrate this, I've created...
by radu_pisoi
Mon May 22, 2017 5:10 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Image scaling depending on output
Replies: 6
Views: 10315

Re: Image scaling depending on output

Hi, A possible implementation is to set the max-width property for the XSL-FO external-graphic element generated for the corresponding DITA image. https://www.w3.org/TR/xsl/#fo_external-graphic <fo:external-graphic max-width="2in" src="url('images/batik3D.svg')"/> To implement th...
by radu_pisoi
Wed May 10, 2017 10:00 pm
Forum: XSLT and FOP
Topic: How do I print the Example and Syntax sub headings in WebHelp/PDF
Replies: 6
Views: 4826

Re: How do I print the Example and Syntax sub headings in WebHelp/PDF

Hi, I'm not sure there is any option you can use to generate a label in front of the stepxmp element. In this case, you need to write a PDF extension plugin to implement this behavior. Instructions about how to create an PDF extension plugin are here: http://www.dita-ot.org/2.4/dev_ref/pdf-customiza...
by radu_pisoi
Tue May 09, 2017 8:59 am
Forum: Other Issues
Topic: webhelp default search operator
Replies: 1
Views: 1556

Re: webhelp default search operator

Hi, There is no option to change the default search operator. However, starting with WebHelp 19.0, the search engine has received a lot of improvements [1]. One of the improvements is related to the search results sorting mechanism, so the most relevant results are presented first. More precisely, t...
by radu_pisoi
Fri May 05, 2017 12:55 pm
Forum: Common Problems
Topic: Applying Condition Set to WebHelp Output Still Pulls Excluded Content in Search
Replies: 1
Views: 1393

Re: Applying Condition Set to WebHelp Output Still Pulls Excluded Content in Search

Hi,

Yes, it could be. The WebHelp search indexer is working on the output folder.

You can use the clean.output parameter to specify whether or not to clean the output directory before each build.
by radu_pisoi
Fri May 05, 2017 11:14 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Reltable Topic Text no longer in search
Replies: 3
Views: 1892

Re: Reltable Topic Text no longer in search

Hi,

Could you send us a sample DITA map to reproduce the problem on support@oxygenxml.com?
by radu_pisoi
Thu May 04, 2017 10:05 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive search: How do "Stop Words" work?
Replies: 12
Views: 5273

Re: WebHelp Responsive search: How do "Stop Words" work?

Hi, The stop words are computed dynamically depending on the language you have chosen when you publish your documentation. They are computed by the search indexer and written in the out/webhelp-responsive/oxygen-webhelp/search/index-1.js file: stopWords = new Array(); stopWords[0]= "but"; ...
by radu_pisoi
Thu May 04, 2017 6:37 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Reltable Topic Text no longer in search
Replies: 3
Views: 1892

Re: Reltable Topic Text no longer in search

Hi,

I'm not sure I understand your use case.

Do you want search function to match text from navigational links such as related links or TOC?
by radu_pisoi
Thu May 04, 2017 2:37 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive search: How do "Stop Words" work?
Replies: 12
Views: 5273

Re: WebHelp Responsive search: How do "Stop Words" work?

Hi, The procedure for localizing the WebHelp output is described in our user manual in the Localizing the Interface of WebHelp Output (for DITA Map Transformations) topic. We are currently translating the new search strings in our various languages. Two strings mention the "stop words", su...
by radu_pisoi
Tue May 02, 2017 6:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize WebHelp XSL with custom DITA-OT plugin
Replies: 8
Views: 3832

Re: Customize WebHelp XSL with custom DITA-OT plugin

Hi, Sorry for the late reply. The com.oxygenxml.webhelp.xsl.dita2webhelp extension point is useful if you want to modify the XSLT transformation that produces an HTML file for each topic. There is another extension point that might be interesting for you: com.oxygenxml.webhelp.xsl.dita2webhelp.param...
by radu_pisoi
Mon Apr 24, 2017 10:14 am
Forum: Other Issues
Topic: No localization string for "Similar results..."
Replies: 6
Views: 3307

Re: No localization string for "Similar results..."

Hi, Yes, there is a problem with the 'Missing' label too. In this case, the problem is that the 'missing' label is not requested well. It should be requested in lower case: getLocalization('missing') It seems that the localization for "Missing" isn't derived from the strings-en-us.xml file...
by radu_pisoi
Thu Apr 20, 2017 3:50 pm
Forum: Other Issues
Topic: No localization string for "Similar results..."
Replies: 6
Views: 3307

Re: No localization string for "Similar results..."

Hi,

Thank you for reporting this issue.

I've checked the implementation and I can confirm that the Similar results... string is not localized.

I've registered an issue on our side and it will probably be fixed in the next maintenance release kit.
by radu_pisoi
Fri Apr 14, 2017 1:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: quote issue in autocomplete script
Replies: 1
Views: 1222

Re: quote issue in autocomplete script

Hi,

This problem was already solved and a fix will be included in the next maintenance build. More probably, it will be available in the next week.

In the meantime, please contact us on support@oxygenxml.com if you want a patch for this issue.

Thank you for reporting this problem.
by radu_pisoi
Thu Apr 13, 2017 3:06 pm
Forum: Common Problems
Topic: Bug: Webhelp 19 exact phrase search
Replies: 2
Views: 2091

Re: Bug: Webhelp 19 exact phrase search

Hi, Thank you for reporting this problem. I can reproduce your problem only when there is a space in front of the punctuation character. For instance, the "index.html" search query returns expected results, see: https://www.oxygenxml.com/doc/versions/19.0/ug-editor/search.html?searchQuery=...
by radu_pisoi
Mon Mar 27, 2017 5:23 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Info on Oxygen help documentation structure
Replies: 1
Views: 1181

Re: Info on Oxygen help documentation structure

Hi, All our videos including video presentations, webinars or conference presentations are listed on our site in the Videos page: https://www.oxygenxml.com/videos.html To easily find a certain video, you can use the filter text field placed at the top of the page. Regarding the DITA conditional prof...
by radu_pisoi
Fri Mar 24, 2017 5:32 pm
Forum: Common Problems
Topic: WebHelp Responsive: Shared topics not linked correctly
Replies: 8
Views: 3532

Re: WebHelp Responsive: Shared topics not linked correctly

Hi, Sorry for the late reply. It was a problem in our internal management system for users feedback and the this message was somehow omitted. For the case when you want to refer the same topic in the DITA map for multiple times, it is recommended to use the copy-to attribute like in the following sa...
by radu_pisoi
Fri Mar 24, 2017 12:45 pm
Forum: Feature Request
Topic: Do not remove tags from .shortdesclink
Replies: 1
Views: 2031

Re: Do not remove tags from .shortdesclink

Hi, The text presented in WebHelp search results page is collected and stored as plain text without preserving any information about it's original structure. Unfortunately, there is no workaround for this issue. However, could you give us more details about your use case. Do you want to style differ...
by radu_pisoi
Tue Mar 21, 2017 3:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamic filtering of TOC and topics from webhelp (using client-side config file)
Replies: 3
Views: 2248

Re: Dynamic filtering of TOC and topics from webhelp (using client-side config file)

Hi, I don't think it will be easy to implement dynamic output filtering based on the resourceID information. The main problem is that the resourceID information is not propagated to the HTML topics. I see that you already discovered this problem and you have reported to the DITA-OT project: https://...
by radu_pisoi
Mon Mar 20, 2017 1:24 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamic filtering of TOC and topics from webhelp (using client-side config file)
Replies: 3
Views: 2248

Re: Dynamic filtering of TOC and topics from webhelp (using client-side config file)

Hi, We are going to implement a similar feature that allows the user to dynamic output filter/profile in a future oXygen WebHelp version. Most probably, we will collect the filters/facets by analyzing the DITAVAL files. One of the possible value for the prop/@action DITAVAL attribute is passthrough ...
by radu_pisoi
Thu Mar 16, 2017 4:33 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Generated text strings not found when published using build server
Replies: 8
Views: 3517

Re: WebHelp Responsive: Generated text strings not found when published using build server

Hi,

We managed to find a solution for the initial problem. The next oXygen version that will be available in a couple of weeks will contain a fix for it.
by radu_pisoi
Tue Mar 14, 2017 3:27 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Transforming DITA MAPs to PDF - output is incomplete
Replies: 1
Views: 1510

Re: Transforming DITA MAPs to PDF - output is incomplete

Hi, The DITA-OT publishing engine does not support very well the situation when the DITA map has references to a DITA topic, map or to a binary resource (for example: image) that is located outside of the folder where the main DITA map is located. The simplest solution to fix this problem is to set ...
by radu_pisoi
Thu Mar 09, 2017 4:37 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: rev attribute > What's new topic list
Replies: 1
Views: 1251

Re: rev attribute > What's new topic list

Hi, Unfortunately, there is no setting that you can activate to automatically generate the What's new section based on the rev attribute. A solution would be use the oXygen's convert protocol that allows you to generate the What's new section when publishing the DITA map. A dynamic conversion URL ch...
by radu_pisoi
Thu Mar 09, 2017 9:45 am
Forum: XSLT and FOP
Topic: prevent page break between topic title and topic content
Replies: 1
Views: 2673

Re: prevent page break between topic title and topic content

Hi, Setting the property keep-with-next.within-page=always should be enough to tell the XSL-FO processor to keep the topic title within the same page with its content. You can verify if your customization was applied by setting the clean.temp="no" transformation parameter. This parameter w...
by radu_pisoi
Sat Feb 25, 2017 7:34 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Issue: IndexerTask cannot be found
Replies: 13
Views: 5543

Re: Issue: IndexerTask cannot be found

Hi, It seems to be a Java CLASSPATH problem, the Java library used to index the HTML files could not be found. The DITA-OT transformation has a different Java CLASSPATH when running from oXygen than from the command line. When the DITA-OT transformation runs from oXygen, the Java CLASSPATH is impose...
by radu_pisoi
Fri Feb 24, 2017 5:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Remove xref-link in pdf
Replies: 2
Views: 1540

Re: Remove xref-link in pdf

Hi, A possibility to achieve your requirements is to use the DITA Conditional Processing mechanism. For your case, a sample DITA snapshot that uses the deliveryTarget conditional processing attribute is: <p>Chrysanthemums, called 'mums', are a <xref keyref="genus" format="dita" d...
by radu_pisoi
Tue Feb 21, 2017 6:36 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Glossary list in bookmap
Replies: 1
Views: 1188

Re: Glossary list in bookmap

Hi, If you are trying to customize the DITA-OT PDF2 transformation, a good starting point could be the following customization (we use this customization for our user manual): https://github.com/oxygenxml/com.oxygenxml.pdf2.ug Other resources that might help you are: * The 'Customizing PDF output' t...
by radu_pisoi
Wed Feb 15, 2017 5:30 pm
Forum: Other Issues
Topic: WebHelp search improvements
Replies: 3
Views: 2583

Re: WebHelp search improvements

Hi,

No, the phrase search is not available in oXygen WebHelp 18.1.

The good news is this feature will be included in the next oXygen WebHelp version which is scheduled to be released in April.