Search found 403 matches

by radu_pisoi
Mon Oct 24, 2016 10:14 am
Forum: General XML Questions
Topic: XML Refactoring > Wrap element content
Replies: 7
Views: 5583

Re: XML Refactoring > Wrap element content

Hi, I should admit the error that you get is pretty strange. Questions:- a) Do I need to add Default prefix-namespace mappings for "li" and "p" ? b) If yes, which namespace URI do I use for each of these "li" and "p" prefixes? No, the problem is not related wi...
by radu_pisoi
Fri Oct 21, 2016 2:55 pm
Forum: Common Problems
Topic: Oxygen XML Editor 18.1 Integrator Fails
Replies: 4
Views: 3035

Re: Oxygen XML Editor 18.1 Integrator Fails

Hi, I can reproduce your problem with DITA-OT 1.8. I will add an issue to be fixed in the next maintenance release. Meanwhile, please duplicate the default scenario, set a new name Run DITA OT Integrator DITA-OT 1.8 and add the xercesImpl.jar file to the process classpath. To modify the process clas...
by radu_pisoi
Fri Oct 21, 2016 9:51 am
Forum: Feature Request
Topic: Index Sorting for Japanese
Replies: 8
Views: 4828

Re: Index Sorting for Japanese

Hi, I am happy to announce you that version 18.1 of oXygen WebHelp is now available. In this version we have improved the grouping and sorting of the DITA index terms by taking into consideration the *index-sort-as* element. If this element is specified, then its content will be used to sort and gro...
by radu_pisoi
Thu Oct 20, 2016 10:17 am
Forum: Common Problems
Topic: Oxygen XML Editor 18.1 Integrator Fails
Replies: 4
Views: 3035

Re: Oxygen XML Editor 18.1 Integrator Fails

Hi, I've tried to reproduce your problem by running the default Run DITA OT Integrator transformation scenario. In my case, it is working without any problem. From the log file, it seems that you are using a modified transformation scenario because the classpath the scenario is modified. The default...
by radu_pisoi
Fri Oct 14, 2016 12:21 pm
Forum: Common Problems
Topic: setting up for Japanese search indexing
Replies: 4
Views: 2928

Re: setting up for Japanese search indexing

Hi, Please note that the oXygen 18.0 comes bundled with two DITA-OT distributions: 1.8.5 and 2.2.3. The DITA-OT 1.8.5 is installed in: [OXYGEN_INSTALL_DIR]/frameworks/dita/DITA-OT directory, whereas DITA-OT 2.2.3 is installed in [OXYGEN_INSTALL_DIR]/frameworks/dita/DITA-OT2.x folder. See a related t...
by radu_pisoi
Fri Oct 14, 2016 11:44 am
Forum: XSLT and FOP
Topic: PDF output for inline graphic
Replies: 1
Views: 2039

Re: PDF output for inline graphic

Hi, Unfortunately, this is a known issue that cannot be fixed due to limitations in Apache FOP processor. https://github.com/dita-ot/dita-ot/issues/1241 This happens when the image height is greater than the text line height. So, an workaround could be to resize your image. Another option is to use ...
by radu_pisoi
Thu Oct 13, 2016 11:48 am
Forum: Feature Request
Topic: Index Sorting for Japanese
Replies: 8
Views: 4828

Re: Index Sorting for Japanese

Hi, 1. Has installing Kuromoji got anything to do with creating the index (as in, based on indexterms in DITA)? When I got the message below, I assumed it was referring to the index. "[OXYWH001W]: Kuromoji analyzer not available for indexing Japanese pages, fallback to default CJK indexer."...
by radu_pisoi
Fri Oct 07, 2016 10:50 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to change webhelp homepage based on screen size
Replies: 3
Views: 1612

Re: How to change webhelp homepage based on screen size

Hi,

I think it is not necessary to implement anything if you use the Webhelp Responsive output.

The Webhelp Responsive output is designed to adapt to any device and screen size. By default, when the display size is reduced to the phone size the logo and product name are hidden.
by radu_pisoi
Wed Oct 05, 2016 2:44 pm
Forum: Feature Request
Topic: Index Sorting for Japanese
Replies: 8
Views: 4828

Re: Index Sorting for Japanese

Hi, we are using the oXygen editor 17.1 and are running some tests on Japanese index sorting for PDF output. Am i correct in assuming the index terms need to be in Katakana or Hiragana? It seems like terms in Kanji characters are ommitted completely. If so could we add the indexterm like this: Code:...
by radu_pisoi
Wed Oct 05, 2016 11:20 am
Forum: Common Problems
Topic: setting up for Japanese search indexing
Replies: 4
Views: 2928

Re: setting up for Japanese search indexing

Hi,

Thank you for reporting this issue.

Yes, you are right. The DITA_OT_DIR/plugins/com.oxygenxml.webhelp/build_common.xml script should be modified to add the Kuromoji library to the classpath of the oXygen WebHelp indexer.
by radu_pisoi
Tue Oct 04, 2016 9:06 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: WEB Help customization problem - ${webhelp.fragment.after.body}
Replies: 2
Views: 1515

Re: WEB Help customization problem - ${webhelp.fragment.after.body}

Hi, Thank you for reporting this issue. Yes, you are right. You have discovered an issue in the XSLT code used to inject external code in the WebHelp output. This problem was already solved in our development code and a fix will be included in the next oXygen version. Could you kindly give me your o...
by radu_pisoi
Mon Oct 03, 2016 8:50 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Possible Bug - Lost all styling in output
Replies: 1
Views: 1341

Re: Possible Bug - Lost all styling in output

Hi, This situation is usually encountered when you don't keep the same path for the copied resource. For instance, if you want to copy the following topic: <topicref href="tasks/pruning.dita"/> then, the value of the copy-to attribute should be copy-to="tasks/pruning-copy.dita" ....
by radu_pisoi
Fri Sep 30, 2016 10:02 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Automatic Links
Replies: 2
Views: 1658

Re: Automatic Links

Hi, For the case when you are referring a topic multiple times in a DITA Map, it would be better to use the copy-to attribute. <topicref href="concepts/springFlowers.dita" copy-to="springFlowers-2.dita"> In this case, you will find in the output a copy of the original topic with ...
by radu_pisoi
Thu Sep 29, 2016 11:27 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Repeat table header rows across pages with WYSIWYG?
Replies: 1
Views: 1095

Re: Repeat table header rows across pages with WYSIWYG?

Hi,

I cannot reproduce any of your problems testing with oXygen 18.0, build 2016081012. I've tested with both Price and Antenna House processors.

What version of oXygen you are using? Could you send us a sample DITA topic to reproduce this problem?
by radu_pisoi
Wed Sep 28, 2016 11:43 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Image Resolution Appears Distorted in Oxygen Webhelp
Replies: 1
Views: 1037

Re: Image Resolution Appears Distorted in Oxygen Webhelp

Hi,

We are not aware of this kind of problem.

Could you send us a small DITA topic sample together with the images to reproduce the problem, on support@oxygenxml.com?
by radu_pisoi
Wed Sep 28, 2016 10:33 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to disable table and figure title auto caption labeling
Replies: 9
Views: 7099

Re: How to disable table and figure title auto caption labeling

Hi, oXygen 18 comes bundled with two versions of DITA-OT: 1.8.5 and 2.2.3. The path for DITA-OT 1.8.5 is [Oxygen-install-dir]\frameworks\dita\DITA-OT while the path for DITA-OT 2.2.3 is [Oxygen-install-dir]\frameworks\dita\DITA-OT2.x . The default DITA-OT used by oXygen is DITA-OT 2.3.2. However, th...
by radu_pisoi
Fri Sep 23, 2016 10:20 am
Forum: Common Problems
Topic: Getting olink working in DocBook 5
Replies: 3
Views: 1774

Re: Getting olink working in DocBook 5

Hi, I think the problem is the DOCTYPE declaration specified in the 'target.db' file. That prevented a target database from using a system entity reference to pull in the target.db files. Please see the Docbook issue: https://sourceforge.net/p/docbook/bugs/1217/ Could you try to remove the DOCTYPE d...
by radu_pisoi
Thu Sep 22, 2016 9:08 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Duplicate topic output
Replies: 2
Views: 1504

Re: Duplicate topic output

Hi,
Tristan wrote: So my question would be, if there is a timeline known for when oxygen will be bundled with dita-ot 2.3 as this bug has a rather big impact on our output.
The next oXygen version will include DITA-OT 2.3.2 and will be available in about one or two months.
by radu_pisoi
Wed Sep 21, 2016 4:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add Prev Next links with titles
Replies: 2
Views: 1879

Re: Add Prev Next links with titles

Hi, However for the bottom of the page, I'd like to use the actual topic titles instead of arrows. To apply different styling/processing depending where the navigation links are displayed you can specify a certain class when you duplicate the Webhelp component. You will find this class in the Webhel...
by radu_pisoi
Wed Sep 21, 2016 9:44 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA to Webhelp: How to have continuous numbering of the tab
Replies: 7
Views: 4602

Re: DITA to Webhelp: How to have continuous numbering of the tab

Hi,

Thank you for your feedback.

I've added your vote for this improvement.
by radu_pisoi
Thu Sep 15, 2016 9:56 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Plug in not working correctly (ant build file)
Replies: 5
Views: 2069

Re: Plug in not working correctly (ant build file)

Hi, The DITA-OT Integrator tool generates some files(ANT, XSLT and others) in the DITA-OT folder. So, the folder where the DITA OT is located needs to have full write access permissions set to it. For example if you are integrating plugins in the DITA OT folder bundled with Oxygen XML Editor and if ...
by radu_pisoi
Wed Sep 14, 2016 11:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Plug in not working correctly (ant build file)
Replies: 5
Views: 2069

Re: Plug in not working correctly (ant build file)

Hi, Sorry, I'm afraid I don't have too many details about the 'DITA for Print' book. This book is written by Leigh W. White. Did you try to contact her about this problem? However, a procedure about how to create a custom PDF plugin can be found in the DITA-OT documentation: http://www.dita-ot.org/2...
by radu_pisoi
Tue Sep 13, 2016 3:43 pm
Forum: XSLT and FOP
Topic: DITA-OT Integrator not showing up
Replies: 5
Views: 2876

Re: DITA-OT Integrator not showing up

Hi,

The 'Run DITA OT Integrator' scenario is contributed by the DITA Map framework, check Preferences -> Document Type Association options page.

So, do you disable the DITA Map framework? Or, do you edit it and remove the 'Run DITA OT Integrator' scenario from the 'Transformation' tab?
by radu_pisoi
Tue Sep 13, 2016 10:06 am
Forum: Common Problems
Topic: How to delete an attribute from some elements selected by XPath?
Replies: 4
Views: 5838

Re: How to delete an attribute from some elements selected by XPath?

Hi, Yes, you are right, you can use XQuery update technology to update XML files. The XML Refactoring tool is implemented by running an XQuery update or XSLT operation over a set of XML files. However, the XML Refactoring tool has some advantages as follow: The DOCTYPE will be preserved. The DTD ent...
by radu_pisoi
Mon Sep 12, 2016 5:49 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Adding topic numbers to webhelp
Replies: 2
Views: 1494

Re: Adding topic numbers to webhelp

Hi, Is this the right way? For the frames html I would have to adapt additional XSLs... An alternative might be to add a preprocess step that modifies the navtitle element within the ditamap!? I didn't try a such customization, so I'm affraid I don't know the right way. The solution that you alredy ...
by radu_pisoi
Mon Sep 05, 2016 2:41 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize WebHelp XSL with custom DITA-OT plugin
Replies: 8
Views: 3873

Re: Customize WebHelp XSL with custom DITA-OT plugin

Yes, the next oXygen Webhelp version will include XSLT-parameter extension points for DITA-OT. These will allow you to pass parameters to your extension stylesheets.
by radu_pisoi
Mon Sep 05, 2016 1:05 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Changing Figure Title Style
Replies: 3
Views: 2555

Re: WebHelp Responsive: Changing Figure Title Style

Hi, What I would like to do: 1. Figure title without number (Project window) This is the default HTML output when you are using an external DITA-OT framework. The DITA-OT 2.x that comes bundled with oXygen 18 has installed a DITA-OT plugin that removes the figure number. This plugin is installed in:...
by radu_pisoi
Thu Sep 01, 2016 5:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize WebHelp XSL with custom DITA-OT plugin
Replies: 8
Views: 3873

Re: Customize WebHelp XSL with custom DITA-OT plugin

Hi,

The next oXygen WebHelp version will support two XSLT extension points for DITA-OT:
  • one that allows you to override the stylesheets used to produce an HTML file for each topic (webhelp2dita.xsl);
  • another for overriding the stylesheet that creates the main HTML page.
by radu_pisoi
Wed Aug 31, 2016 4:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing WebHelp Responsive: Menu left / All chapters in TOC
Replies: 13
Views: 7071

Re: Customizing WebHelp Responsive: Menu left / All chapters in TOC

Is it possible to give me a timeline for the implementation? The issue to extend the generation of the side TOC is not scheduled for the next oXygen version which will be available about the middle of October. Could you tell me more specifically what I have to change in the Template to generate sid...
by radu_pisoi
Wed Aug 31, 2016 4:38 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Different DITA-PDF transformations based on plugin
Replies: 7
Views: 3278

Re: Different DITA-PDF transformations based on plugin

Hi,

It seems that you have duplicated the PDF2 plugin entirely, which is not the right way.

To create a PDF customization plugin, please follow the 'Creating a simple PDF plug-in' procedure:
http://www.dita-ot.org/2.3/dev_ref/pdf- ... ample.html