Search found 403 matches

by radu_pisoi
Wed Apr 27, 2016 12:29 pm
Forum: XSLT and FOP
Topic: Links behavior for PDFs
Replies: 1
Views: 1896

Re: Links behavior for PDFs

Hi,

A solution is to modify the named template topic.xref and to move the last xsl:if block inside the fo:basic-link element above it.
by radu_pisoi
Mon Apr 25, 2016 3:40 pm
Forum: XSLT and FOP
Topic: DITA-OT PDF plugin notices
Replies: 3
Views: 2725

Re: DITA-OT PDF plugin notices

Hi Simon, I am affraid that there is no easy way to modify the font size for the DITA 'notices' or topics that are child of the 'notices' topic. In your case, you need to override some XSLT templates that generate the XSL-FO for the 'notices' topic. To modify the font size for notices, you should ov...
by radu_pisoi
Mon Apr 25, 2016 11:53 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Try to customize different styles for odd- and even-numbered page headers, but failed
Replies: 7
Views: 2918

Re: Try to customize different styles for odd- and even-numbered page headers, but failed

Hi,

It would be easier for us to debug your code if we take a look over it.

Could you send us your customization at support@oxygenxml.com?
by radu_pisoi
Mon Apr 25, 2016 11:23 am
Forum: XSLT and FOP
Topic: Need Chapter Number (topicTitleNumber?) on RIGHT
Replies: 1
Views: 1727

Re: Need Chapter Number (topicTitleNumber?) on RIGHT

Hi Greg, Could you tell us what oXygen and DITA-OT versions you are using? Also, I'm not very sure what you want to customize. I've tried to reproduce your behavior by using a bookmap and the default 'DITA Map PDF' transformation scenario. Unfortunately, I did not find any area in the PDF output tha...
by radu_pisoi
Fri Apr 22, 2016 2:10 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Try to customize different styles for odd- and even-numbered page headers, but failed
Replies: 7
Views: 2918

Re: Try to customize different styles for odd- and even-numbered page headers, but failed

Hi,

Did you try to set the value for mirror-page-margins XSLT variable to true?

Code: Select all


<xsl:variable name="mirror-page-margins" select="true()"/>
By default, this variable is set to false that allows you to customize only the odd pages.
by radu_pisoi
Wed Apr 20, 2016 2:36 pm
Forum: XSLT and FOP
Topic: Testing the input map name
Replies: 1
Views: 1787

Re: Testing the input map name

Hi, To get the URL of the current processed DITA map you could use the document-uri() function. To find its name, you could use the function tokenize(document-uri(.), '/')[last()] . However, the next oXygen version that will be available until the end of this month, will include a new HTML output: W...
by radu_pisoi
Thu Apr 07, 2016 11:57 am
Forum: Common Problems
Topic: How to show conditional text colors in PDF
Replies: 7
Views: 3478

Re: How to show conditional text colors in PDF

Hello Dan,

Unfortunately, this feature is not available yet.

We plan to update the PDF output to include review information like track changes, comments or user highlights.

I will add a request to also include the colors assigned to the conditional text.
by radu_pisoi
Thu Apr 07, 2016 11:38 am
Forum: Other Issues
Topic: Keys for Topicrefs Not Displaying in Webhelp Output
Replies: 6
Views: 2565

Re: Keys for Topicrefs Not Displaying in Webhelp Output

Hi,

We are going to release a new oXygen version at the beginning of May.
by radu_pisoi
Wed Apr 06, 2016 4:42 pm
Forum: Other Issues
Topic: Keys for Topicrefs Not Displaying in Webhelp Output
Replies: 6
Views: 2565

Re: Keys for Topicrefs Not Displaying in Webhelp Output

Hello, The oXygen 17.1 comes bundled with DITA-OT 1.8.5 and DITA-OT 2.1.2. I have managed to reproduce your issue only with DITA-OT 2.1.2. You can change the DITA-OT version from the DITA preferences page. Fortunately, this issue seems to be fixed in DITA-OT 2.2.3 that will be bundled with the next ...
by radu_pisoi
Mon Apr 04, 2016 10:28 am
Forum: Other Issues
Topic: Keys for Topicrefs Not Displaying in Webhelp Output
Replies: 6
Views: 2565

Re: Keys for Topicrefs Not Displaying in Webhelp Output

Hello Danielle, I cannot reproduce your problem with a simple DITA map that uses the 'keys' support to aggregate topics in map. Usually this problem happens when users use the 'glossref' element instead of 'topicref' because the default value for the 'glossref/@toc' attribute is 'no'. If this is you...
by radu_pisoi
Thu Mar 31, 2016 11:06 am
Forum: XSLT and FOP
Topic: Book title in bookmarks as first top level element
Replies: 13
Views: 8944

Re: Book title in bookmarks as first top level element

Hi, I am using oXygen 14.2 and trying to resolve my issue of undefined 'fo:bookmark' and was reading this post. I tried the steps above, but was unable to get to the customization portion. Can you help me with that part? Unfortunately, oXygen 14.2 is in End Of Support state regarding to the End of L...
by radu_pisoi
Tue Mar 22, 2016 11:47 am
Forum: XSLT and FOP
Topic: Customer function in schematron
Replies: 2
Views: 4429

Re: Customer function in schematron

Hi,

Thank you for contacting us.

You should activate the option 'Allow foreign elements (allow-foreign)' from the 'XML / XML Parser / Schematron' option page. This option is used to pass non-Schematron elements to the generated stylesheet.
by radu_pisoi
Wed Mar 09, 2016 2:13 pm
Forum: XSLT and FOP
Topic: Generating Numeric Character Reference in HTML
Replies: 2
Views: 2722

Re: Generating Numeric Character Reference in HTML

Hi, Thank you for contacting us. I understand that you want to emit the character entity '&#x10198;' in the HTML output . This can be done in two ways: 1. By setting the disable-output-escaping="yes" attribute for the xsl:text instruction <xsl:text disable-output-escaping="yes&quo...
by radu_pisoi
Tue Feb 23, 2016 12:01 pm
Forum: XSLT and FOP
Topic: DITA->PDF transform; how to remove title page and TOC
Replies: 2
Views: 4002

Re: DITA->PDF transform; how to remove title page and TOC

Hi, * How to omit the title page from the PDF * How to omit the TOC from the PDF I assumed you are using the Apache FOP processor for generating the PDF file. In order to do that you have to override some XSLT templates that are responsible for generating TOC and the title page. The title page is ge...
by radu_pisoi
Tue Feb 23, 2016 10:21 am
Forum: SDK-API, Frameworks - Document Types
Topic: custom functions/instructions in xslt content completion
Replies: 7
Views: 4708

Re: custom functions/instructions in xslt content completion

Hi Christoffer,

Unfortunately, this feature was not implemented yet. I will add your vote and increase its priority.
by radu_pisoi
Wed Feb 17, 2016 3:45 pm
Forum: XSLT and FOP
Topic: Shortdesc and Chunked Topics
Replies: 3
Views: 2074

Re: Shortdesc and Chunked Topics

Hi, I didn't manage to reproduce your problem for the Webhelp output. Could you give us more details about your environment? What oXygen and DITA-OT versions are you using? Also, it would be very helpful if you could send us a small DITA map sample including the referenced topics at support@oxygenxm...
by radu_pisoi
Tue Feb 16, 2016 3:41 pm
Forum: XSLT and FOP
Topic: Shortdesc and Chunked Topics
Replies: 3
Views: 2074

Re: Shortdesc and Chunked Topics

Hi, I assumed you are talking about the DITA PDF output. I was not able to reproduce your problem with oXygen 17.1 and the bundled DITA-OT 1.8. In my case, for a topic with "chunk=to content" and without shortdesc , it remains without any shortdesc in the PDF output. Could you try with the...
by radu_pisoi
Tue Feb 16, 2016 10:55 am
Forum: General XML Questions
Topic: Remove wrapping p tag in table entries
Replies: 3
Views: 4046

Re: Remove wrapping p tag in table entries

Hi, Now I just need to unwrap and omit the paragraph tag in the output. There's a lot of implicit stuff going on in XSLT and XPath, which is great, once a critical mass of understanding is achieved. In this case, a solution is to use the XML Refactoring tool that was designed for modifying the struc...
by radu_pisoi
Thu Feb 04, 2016 11:13 am
Forum: Common Problems
Topic: Nav buttons missing in Oxygen Webhelp output
Replies: 5
Views: 2100

Re: Nav buttons missing in Oxygen Webhelp output

Hi, I'm glad that you've found a solution for your problem. However, I am not able to reproduce this issue in order to fix it in a future oXygen version. I've searched for the string 'visibility:hidden' in the 'webhelp_topic.css' file, but I haven't found any occurrence of it. Is it possible that yo...
by radu_pisoi
Wed Feb 03, 2016 4:29 pm
Forum: Common Problems
Topic: Nav buttons missing in Oxygen Webhelp output
Replies: 5
Views: 2100

Re: Nav buttons missing in Oxygen Webhelp output

Hi, I don't know any issue or limitation related with the navigation buttons. They are usually displayed when the @collection-type attribute is specified with the sequence value on the DITA map's topicref. In this case, the navigation links are generated for all the topics that are descendant of the...
by radu_pisoi
Tue Jan 26, 2016 5:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Breadcrumbs not displaying for topic within reused map
Replies: 5
Views: 2130

Re: Breadcrumbs not displaying for topic within reused map

Hi, I have tried without success to reproduce your problem with the latest oXygen 17.1 which includes DITA-OT 1.8.5. I have tried various situations with the second DITA map in a separate folder and also with the topics in a different folder than the DITA map. For further investigations, could you s...
by radu_pisoi
Fri Jan 22, 2016 1:27 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Breadcrumbs not displaying for topic within reused map
Replies: 5
Views: 2130

Re: Breadcrumbs not displaying for topic within reused map

Hi, Thank you for reporting this issue. I've managed to reproduce the problem both with DITA 1.8 and DITA 2.2. We are working to improve the Webhelp design in the next release and I hope we'll found resources to fix it. An workaround is to duplicate the submap that you refer twice and in the second ...
by radu_pisoi
Mon Jan 04, 2016 11:10 am
Forum: General XML Questions
Topic: Insert / Move Element Attribute
Replies: 6
Views: 4846

Re: Insert / Move Element Attribute

Hi, Happy New Year! The name of operation that allows you to move an element is Move Element . Please note that before the version 17.1, the custom operations are allowed only in the Enterprise edition. So, if you don't have the Enterprise edition please install the latest version of oXygen 17.1 (bu...
by radu_pisoi
Thu Dec 31, 2015 10:11 am
Forum: General XML Questions
Topic: Insert / Move Element Attribute
Replies: 6
Views: 4846

Re: Insert / Move Element Attribute

Hi, I created/saved both the .xml and .xq files. When I go to Options/Preferences/XML/XML Refactoring and use the open folder icon, I can not see my .xml or .xq files. I can not add. The option Load additional refactoring operations from that appears in the XML > XML Refactoring preferences page is ...
by radu_pisoi
Wed Dec 30, 2015 5:35 pm
Forum: General XML Questions
Topic: Insert / Move Element Attribute
Replies: 6
Views: 4846

Re: Insert / Move Element Attribute

Hi, Both operations can be done using the XML Refactoring tool that is available in the application starting with version 17. To access this tool, select the XML Refactoring action from the Tools menu. For instance, to insert a new element you can use the predefined Insert XML Fragment operation. Af...
by radu_pisoi
Mon Dec 21, 2015 3:52 pm
Forum: XSLT and FOP
Topic: How to suppress related links in PDF output only
Replies: 3
Views: 2665

Re: How to suppress related links in PDF output only

Hi, This seems to be an issue in the DITA-OT PDF plugin. The links to the next and previous topics are generated regardless of the 'args.rellinks' parameter's value. An workaround for this problem is to remove the collection-type attribute from the map element, but you have to set it to all child to...
by radu_pisoi
Fri Dec 18, 2015 5:59 pm
Forum: XSLT and FOP
Topic: How to suppress related links in PDF output only
Replies: 3
Views: 2665

Re: How to suppress related links in PDF output only

Hi,

Did you refer to the links that appear at the start of each chapter? They can be hidden by specifying the args.chapter.layout=BASIC parameter.
by radu_pisoi
Thu Dec 17, 2015 4:47 pm
Forum: XSLT and FOP
Topic: Parameter alpha must not be null
Replies: 2
Views: 3840

Re: Parameter alpha must not be null

Hi, This problem is related to the Apache FOP processor which tries to embed an image in the constructed PDF and fails to retrieve its alpha channel. Usually such issues are resolved by finding the problem image and re-saving it with different alpha settings. See: http://comments.gmane.org/gmane.tex...
by radu_pisoi
Fri Dec 11, 2015 3:26 pm
Forum: XSLT and FOP
Topic: One Chapter/Topic with different overall formatting in a Bookmap
Replies: 1
Views: 2037

Re: One Chapter/Topic with different overall formatting in a Bookmap

Maybe another solution is to override the template processTopicChapter from commons.xsl . This is the template used to process chapters from a bookmap. In this template you should check if the current topic has the output class that you previously set. To accomplish that, you should verify if the in...
by radu_pisoi
Fri Dec 11, 2015 11:50 am
Forum: Other Issues
Topic: Error or user error: DITA map PDF fails if <index-see> or <index-see-also> is included
Replies: 2
Views: 1598

Re: Error or user error: DITA map PDF fails if <index-see> or <index-see-also> is included

Hi,

I've reproduced your problem when the index referenced in index-see is not declared in any other topic. In this case, I think that the current behavior is correct.

Is this your case? Could you verify if the index term referenced from index-see is declared?