Search found 403 matches

by radu_pisoi
Wed Aug 31, 2016 4:01 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Related Links as one category
Replies: 8
Views: 3712

Re: WebHelp Responsive: Related Links as one category

Is there a way to change the output in another way without having to switch from linkpool to linklist? If not, I need to evaluate the effort to change our related links. I'm afraid that there is no simple solution to change output as you like. Maybe you can try with a custom JavaScript. But I think...
by radu_pisoi
Wed Aug 31, 2016 2:44 pm
Forum: Common Problems
Topic: WebHelp debugging
Replies: 3
Views: 1892

Re: WebHelp debugging

Hi, First of all, I think it would be great if you to put a similar question to the support team of the CCMS you are using. Maybe they could give you more details about the instalattion procedure for a DITA-OT plugin. However, could you tell us which is the command and batch file that you are execut...
by radu_pisoi
Tue Aug 30, 2016 1:04 pm
Forum: Common Problems
Topic: Chinese DITA map: various index entry warnings
Replies: 2
Views: 1603

Re: Chinese DITA map: various index entry warnings

Hi, I can reproduce this problem by using oXygen 18.0 and DITA-OT 2.2.3 that comes bundled with it. These problems are related to the DITA-OT project that we are using for the PDF transformation. Fortunately, these problems are already resolved in the latest DITA-OT distributions, see https://github...
by radu_pisoi
Tue Aug 30, 2016 12:33 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Related Links as one category
Replies: 8
Views: 3712

Re: WebHelp Responsive: Related Links as one category

You can use the linklist element instead of linkpool because it allows you to set a title/label. <related-links> <linklist> <title>Related links</title> <link href="bla1_c.xml#bla1_c"/> <link href="bla2_t.xml#bla2_t"/> <link href="bla3_t.xml#bla3_t"/> </linklist> </rela...
by radu_pisoi
Tue Aug 30, 2016 12:24 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, Is it possible that Oxygen is re-writing something so my plugin defaults back to org.dita.pdf2? The oXygen runs the DITA-OT transformation as an external process, so I don't think oXygen re-write something that brokes your customization. The procedure that you refer, Customizing PDF output, shou...
by radu_pisoi
Tue Aug 30, 2016 12:03 pm
Forum: Common Problems
Topic: Invalid property value encountered in font="Open Sans"
Replies: 1
Views: 3504

Re: Invalid property value encountered in font="Open Sans"

Hi, I think the problem is with XSL-FO font property that you emit from your customization. The XSL-FO font property is a shorthand/composed property and it should have a form like: font - font-style, font-variant, font-weight, font-size, line-height, font-family See also http://www.dpawson.co.uk/xs...
by radu_pisoi
Mon Aug 29, 2016 3:04 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Related Links as one category
Replies: 8
Views: 3712

Re: WebHelp Responsive: Related Links as one category

Hi, The below response assumes that you are using the reltable element within a DITA map to declare all relationships among topics. In this case, you can control the generated labels by specify your custom labels in the reltable header: <reltable> <relheader> <relcolspec> <title>Related links</title...
by radu_pisoi
Mon Aug 29, 2016 11:44 am
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, Your plugin seems to declare correctly the new transtype. The problem might be in the 'integrator.xml' Ant build file that should declare a 'dita2Client1' target. See more details in the 'Adding a new transformation type' topic from the DITA-OT documentation: http://www.dita-ot.org/2.3/dev_ref/p...
by radu_pisoi
Wed Aug 24, 2016 12:03 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

Hi, If you want to customize the generation of the TOC component from the main page (a simplified TOC because it contains only two levels from the documentation hierarchy) you have to take a look at the template <!-- Template used to expand the whc:webhelp_tiles component. --> <xsl:template match=&q...
by radu_pisoi
Mon Aug 22, 2016 11:14 am
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, In this case when you have multiple customization plugins you need to declare an unique transtype for each customization plugin because this transtype will be used to identify one or other. <feature extension="dita.conductor.transtype.check" value="test-pdf2"/> To assign a ce...
by radu_pisoi
Fri Aug 19, 2016 11:02 am
Forum: XML Schemas
Topic: Can override add constraints?
Replies: 1
Views: 2530

Re: Can override add constraints?

Hi,

I don't know any limitation about adding additional constrains when overriding an element.

Could you share with us a sample schema that has this problem?
by radu_pisoi
Thu Aug 18, 2016 12:27 pm
Forum: Common Problems
Topic: chunk to-content on glossary causes fatal error
Replies: 4
Views: 1853

Re: chunk to-content on glossary causes fatal error

Hi Miklos,

Thank you for helping us to reproduce this problem.

Yes, it can be reproduced if a shortdescription contains a term with a keyref to a glossary entry.
I've registered this problem to the DITA-OT project that the Webhelp output relies on.
https://github.com/dita-ot/dita-ot/issues/2450
by radu_pisoi
Wed Aug 17, 2016 4:12 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Add subsection to pdf toc
Replies: 1
Views: 1664

Re: Add subsection to pdf toc

Hi, We don't encountered a similar request until now, so I can't give you precise instruction about this request. As you already found, you need to modify the functionality from 'toc.xsl' stylesheet. This is the stylesheet that contains templates used to produce the PDF TOC. Of course, in order to o...
by radu_pisoi
Wed Aug 17, 2016 2:40 pm
Forum: Common Problems
Topic: chunk to-content on glossary causes fatal error
Replies: 4
Views: 1853

Re: chunk to-content on glossary causes fatal error

Hi,

I've tried without success to reproduce your issue by modifying the 'Growing Flowers' sample DITA Map bundled together with oXygen.

Could you send us a sample DITA Map together with referenced topics in order to reproduce your issue?
by radu_pisoi
Fri Aug 12, 2016 11:32 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Place index in TOC (no "book" icon anymore)
Replies: 4
Views: 2015

Re: WebHelp Responsive: Place index in TOC (no "book" icon anymore)

Hi, I'm assuming you want to customize the HTML pages produced for each topic and you are using the DITA-OT 2.x which is the default DITA-OT framework starting with oXygen 18. The Webhelp Responsive output is generated based on a templates mechanism, see http://oxygenxml.com/doc/versions/18.0/ug-edi...
by radu_pisoi
Thu Aug 11, 2016 4:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp Responsive: Place index in TOC (no "book" icon anymore)
Replies: 4
Views: 2015

Re: WebHelp Responsive: Place index in TOC (no "book" icon anymore)

Hi, Could you give us more details about your requirements? Do you want to customize the 'Webhelp Responsive' or 'Webhelp Classic' output? See http://oxygenxml.com/doc/versions/18.0/ug-editor/topics/webhelp-output.html. If you are customizing the Webhelp Responsive output, do you want to move the In...
by radu_pisoi
Wed Aug 10, 2016 12:50 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Prefixes in results in Xspec HTML report
Replies: 4
Views: 3956

Re: Prefixes in results in Xspec HTML report

Hi,

Unfortunately I don't know any option that can be used to hide prefixes in HTML report generated by XSpec.

Could you address this question to the XSpec project? I guess the guys that manage this project might have a solution for this problem.
https://github.com/expath/xspec
by radu_pisoi
Wed Aug 10, 2016 12:22 pm
Forum: XSLT and FOP
Topic: font problem, possibly related to spaces in font name
Replies: 3
Views: 4042

Re: font problem, possibly related to spaces in font name

Hi, It seems that the font is not visible or compatible with the Apache FOP processor. I think you have two options to debug this situation. First, you can use the 'org.apache.fop.tools.fontlist.FontListMain' utility class that comes together with Apache FOP to list all the configured fonts, see htt...
by radu_pisoi
Tue Aug 09, 2016 4:02 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: HighlightDomain.mod and DITA-OT 2.2.4 with Dita 1.3
Replies: 2
Views: 1394

Re: HighlightDomain.mod and DITA-OT 2.2.4 with Dita 1.3

Hi, I've downloaded the DITA-OT distribution from https://github.com/dita-ot/dita-ot/releases/tag/2.2.4, and I modified the oXygen preferences to use that version. In my case, the DITA topic validation works without any problem when I use DITA highlighting elements. Have you customized DITA-OT by in...
by radu_pisoi
Mon Aug 08, 2016 5:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customize notes
Replies: 10
Views: 4882

Re: Customize notes

Hi, I would like to customize the sign that appears after the label of the notes. By default it is colon. Can I substitute it with an exclamation mark? Yes, you can. You need to create a PDF customization plugin that override the '#note-separator' variable. This variable is defined in 'DITA-OT2.x/pl...
by radu_pisoi
Mon Aug 08, 2016 5:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Constraining DITA with xsd
Replies: 4
Views: 2002

Re: Constraining DITA with xsd

Hi Patrik, Unfortunately, I don't have to much experience with XML Schema based DITA specialization. I would suggest that you register and ask around on the Yahoo Groups DITA Users List. This list is monitored by many DITA specialists and consultants and maybe one of them already encountered this pr...
by radu_pisoi
Mon Aug 08, 2016 12:26 pm
Forum: XSLT and FOP
Topic: List and inline image alignment
Replies: 1
Views: 2725

Re: List and inline image alignment

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. I have tested with a comm...
by radu_pisoi
Mon Aug 08, 2016 12:17 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA MAP PDF output image missing
Replies: 7
Views: 3199

Re: DITA MAP PDF output image missing

Hi,

Yes, it seems that the images are not included in the PDF file when you transform a single topic to PDF.

You can fix this problem by setting the 'fix.external.refs.com.oxygenxml' to true. Please note that this parameter is available only when you run the transformation from oXygen.
by radu_pisoi
Fri Aug 05, 2016 12:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA MAP PDF output image missing
Replies: 7
Views: 3199

Re: DITA MAP PDF output image missing

Hi,

I suppose you have an image reference in a topic content. Could you tell us what type of image you are using (PNG, JPEG)?
by radu_pisoi
Fri Aug 05, 2016 12:38 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

At the moment, only the selected chapter is displayed in the table of content. Can we have all chapters of the book in the TOC with only the active chapter being open? No, there is no transformation parameter that you can use to display all chapters in the topic's side TOC. I will register this fea...
by radu_pisoi
Fri Aug 05, 2016 12:10 pm
Forum: Common Problems
Topic: Webhelp Responsive interface not localized
Replies: 10
Views: 4375

Re: Webhelp Responsive interface not localized

Another WebHelp thing I could only get to work with the Classic and not with the Repsonsive output: The five-star rating system does not work in the Responsive search. Yes, the rating system is available only for Webhelp Classic. I will register this feature request for the Webhelp Responsive output.
by radu_pisoi
Fri Aug 05, 2016 12:07 pm
Forum: Common Problems
Topic: Webhelp Responsive interface not localized
Replies: 10
Views: 4375

Re: Webhelp Responsive interface not localized

As a test, I've added a language that is new to WebHelp Classic and WebHelp Responsive, ran the DITA OT Integrator, then created output. The new language is used in the Classic output but not in the Responsive output. Could I have made a mistake while applying the DITA OT Integrator? Yes, Webhelp R...
by radu_pisoi
Thu Aug 04, 2016 12:11 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Constraining DITA with xsd
Replies: 4
Views: 2002

Re: Constraining DITA with xsd

Hi,

I think that the XML Schema redefine feature requires to always refer the redefined component.

This requirement is implemented by both XML Schema validators: Saxon and Xerces.
by radu_pisoi
Thu Aug 04, 2016 10:44 am
Forum: Common Problems
Topic: Webhelp Responsive interface not localized
Replies: 10
Views: 4375

Re: Webhelp Responsive interface not localized

Hi, Thank you for reporting this issue. You have to run the DITA-OT Integrator after the step 3 described in the How to Localize the Interface of WebHelp Output procedure. To run the DITA-OT Integrator , you can use the predefined transformation scenario called Run DITA OT Integrator . This step is ...
by radu_pisoi
Wed Aug 03, 2016 11:57 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Transformation fails - "Cannot find declaration of the element 'map'"
Replies: 6
Views: 2841

Re: Transformation fails - "Cannot find declaration of the element 'map'"

Hi, This message is usually reported when the specified DITA map uses elements which are not allowed. This might happen when you are using a specialized DITA document type that needs external DTD specialization plug-ins in order to be parsed correctly. Is it your case? Are you using specializations ...