Search found 496 matches

by julien_lacour
Tue Jul 04, 2023 9:45 am
Forum: Common Problems
Topic: How to display a value of a content from a CSS
Replies: 6
Views: 1886

Re: How to display a value of a content from a CSS

Hello,

You can test your XPath query within Oxygen using the XPath Builder and the merged.html file generated during the transformation.
For more information, you can take a look at the How to Write XPath Expressions and How to Debug XPath Expressions topics from our user-guide.

Regards,
Julien
by julien_lacour
Mon Jul 03, 2023 12:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Syntax diagram in WebHelp Responsive Output is missing some attributes
Replies: 7
Views: 940

Re: Syntax diagram in WebHelp Responsive Output is missing some attributes

Hello Susanne, I added a new issue on our side to optimize the default CSS rules for PDF and WebHelp outputs. Until then you can already use the following rules in a custom CSS stylesheet to remove the extra layout: blockquote { margin:1em 40px; border-left: 0; } .lq { padding-left: 0.5em; border-le...
by julien_lacour
Fri Jun 30, 2023 4:58 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Syntax diagram in WebHelp Responsive Output is missing some attributes
Replies: 7
Views: 940

Re: Syntax diagram in WebHelp Responsive Output is missing some attributes

Hello Susanne,

Have you tried the last Oxygen version (25.1), you should be able to upgrade without changing your license (as you already have 25.0).
Is the problem still present? Could you provide a small sample reproducing the problem?

Regards,
Julien
by julien_lacour
Fri Jun 30, 2023 1:22 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Test and production system for the publishing engine
Replies: 2
Views: 341

Re: Test and production system for the publishing engine

Hello, You can customize the folder in which the chemistry-temp directory is created, you just need to set the -Dchemistry.security.workspace="path/to/workspace" parameter in the command calling the publishing engine. The result in my example will be path/to/workspace/chemistry-temp. This ...
by julien_lacour
Wed Jun 28, 2023 4:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF-CSS: Creating new CSS counters for new types of figures
Replies: 5
Views: 1420

Re: PDF-CSS: Creating new CSS counters for new types of figures

Hello, The following CSS rules should replace the text before <equation-figure>: .equation-figure .fig--title-label { display: none; } .equation-figure .fig--title::before { content: "Equation: " } For the counters part, there's no global context as in PDF so if you create such counters yo...
by julien_lacour
Tue Jun 27, 2023 2:20 pm
Forum: Common Problems
Topic: How to display a value of a content from a CSS
Replies: 6
Views: 1886

Re: How to display a value of a content from a CSS

Hi David, Using the CSS to change the TOC title is the correct solution. For the header it's a little more complicated: the CSS is applied on the merged.html file created during the transformation (in the output folder), the :before content will be created on the next step while the oxy_xpath() func...
by julien_lacour
Mon Jun 26, 2023 11:11 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: wintitle output not bold
Replies: 2
Views: 352

Re: wintitle output not bold

Hello, I checked in Oxygen 25.1 and the <wintitle> element is rendered in bold in PDF outputs. Can you check in the console that you are using this DITA-OT when running the transformation? To enable the console, in Oxygen > Options > Preferences... > DITA / Logging change the value of the 'Show cons...
by julien_lacour
Thu Jun 22, 2023 2:55 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: No string named 'Ordered List Format 0' was found error when generating XSL PDF
Replies: 5
Views: 539

Re: No string named 'Ordered List Format 0' was found error when generating XSL PDF

Hello, When transforming DITA to PDF using XSL-FO, image-maps areas are converted into a list of links going to each area target, this is why the warning mentions ordered lists. Could you indicate which version of Oxygen you are using and if you are running the DITA Map PDF - based on XSL-FO transfo...
by julien_lacour
Mon May 29, 2023 12:19 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Video in pdf
Replies: 2
Views: 415

Re: Video in pdf

Hello, As you mentioned the video feature is available in version 25.1 so you can't make it work using 23.0 as it is just not only a matter of CSS but a whole modification in Oxygen PDF Chemistry engine. You can upgrade to Oxygen 25.1 to enjoy this new feature, I just remind you that it is still an ...
by julien_lacour
Mon May 29, 2023 9:40 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Keys don't render when show.changes.and.comments=yes
Replies: 2
Views: 470

Re: Keys don't render when show.changes.and.comments=yes

Hello Micaela, Besides well-formed content there's a more technical problem: DITA OT isn't expanding content inside processing instructions (like keyref, conref or conkeyref) and modifying this implies resolving the keyrefs during XSLT processing (which isn't the case now - they are resolved before ...
by julien_lacour
Thu May 25, 2023 2:06 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: white-space:normal CSS selector doesn’t work with <lines>, apparently
Replies: 4
Views: 461

Re: white-space:normal CSS selector doesn’t work with <lines>, apparently

Hello Vincent, This issue has already been addressed to DITA-OT: https://github.com/dita-ot/dita-ot/issues/4108 To avoid this situation, you can for example create a Schematron file with the following content: <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://purl...
by julien_lacour
Wed May 24, 2023 10:11 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Keys don't render when show.changes.and.comments=yes
Replies: 2
Views: 470

Re: Keys don't render when show.changes.and.comments=yes

Hello Micaela, This is the intended behavior, we don't resolve deleted content as it can be not well-formed. We only show the source XML code. I added an improvement on our tracking system to analyze if we can resolve the keys for deleted content. I will notify this thread with the issue status. Reg...
by julien_lacour
Tue May 09, 2023 10:24 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Create Parts in Ditamaps
Replies: 7
Views: 717

Re: Create Parts in Ditamaps

Hi Adam, Besides what Chris said, <part> element is only valid in a <bookmap> not in a classic ditamap. You can check the DITA specs for more details. You can use Tools > XML Refactoring dedicated "Convert DITA Map to Bookmap" operation to transform your ditamap and start using <part>. Reg...
by julien_lacour
Tue Mar 21, 2023 4:57 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Implementing shared CSS <related-links> formatting across the Oxygen editor, PDF Chemistry, and HTML5/WebHelp
Replies: 3
Views: 772

Re: Implementing shared CSS <related-links> formatting across the Oxygen editor, PDF Chemistry, and HTML5/WebHelp

Hello,

This has been improved since Oxygen 25.0, the generated @class attribute will keep the inherited DITA class.

Regards,
Julien
by julien_lacour
Tue Mar 21, 2023 3:53 pm
Forum: Common Problems
Topic: How to style TOC elements - both in the TOC and within the document?
Replies: 3
Views: 629

Re: How to style TOC elements - both in the TOC and within the document?

Hello,

The new Oxygen 25.1 is out, in this version we correct the inline elements behavior in TOC.

Regards,
Julien
by julien_lacour
Fri Mar 17, 2023 5:32 pm
Forum: Common Problems
Topic: Problem with bold text
Replies: 8
Views: 1812

Re: Problem with bold text

Hello,

Oxygen Styles Basket 3.1 is available! In this version it is possible to set up to 4 fonts for both titles and content from the "Custom Fonts" gallery.
Like this you can upload Bold or Italic fonts if you need them.

Regards,
Julien
by julien_lacour
Fri Mar 17, 2023 5:30 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Prevent Table Headers from Repeating?
Replies: 5
Views: 1106

Re: Prevent Table Headers from Repeating?

Hello,

Since Oxygen 25.0 it is possible to use the -oxy-pdf-table-omit-footer-at-break and -oxy-pdf-table-omit-header-at-break custom CSS properties to control this behavior.
For more information you can consult our user-guide.

Regards,
Julien
by julien_lacour
Fri Mar 17, 2023 5:27 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Links in TOC have incorrect alt text in PDF generated based on HTML5 & CSS
Replies: 4
Views: 900

Re: Links in TOC have incorrect alt text in PDF generated based on HTML5 & CSS

Hello,

Since Oxygen 25.0, the alternate text inside the TOC entries is correct.

Regards,
Julien
by julien_lacour
Fri Mar 17, 2023 5:26 pm
Forum: Common Problems
Topic: How to hide dictionary items from TOC if they are inserted into content as a abbreviated form?
Replies: 5
Views: 837

Re: How to hide dictionary items from TOC if they are inserted into content as a abbreviated form?

Hello,

Since Oxygen 25.0 this rule has been added to the default CSS rules for the DITA Map PDF - based on HTML5 & CSS.

Regards,
Julien
by julien_lacour
Thu Mar 09, 2023 3:31 pm
Forum: Common Problems
Topic: DOTX052W errors and Translated webhelp classic UI labels not showing
Replies: 12
Views: 1627

Re: DOTX052W errors and Translated webhelp classic UI labels not showing

Hello, Sometimes when the new labels doesn't appear in the output it means that the localization plugin hasn't been integrated. Have you run the "Run DITA-OT Integrator" scenario before running your WebHelp transformation? Did the new localization plugin name appeared in the console? Regar...
by julien_lacour
Tue Mar 07, 2023 6:15 pm
Forum: XSLT and FOP
Topic: How to limit the bookmark level is PDF
Replies: 6
Views: 1801

Re: How to limit the bookmark level is PDF

The previous post works only for the DITA Map PDF - based on XSL-FO scenario, if you are using the DITA Map PDF - based on HTML5 & CSS scenario you can directly follow the instructions from the user-guide.

Regards,
Julien
by julien_lacour
Tue Mar 07, 2023 6:12 pm
Forum: XSLT and FOP
Topic: How to limit the bookmark level is PDF
Replies: 6
Views: 1801

Re: How to limit the bookmark level is PDF

Hello, If you want to keep the bookmark level independent of the toc level, you can create a custom parameter: <xsl:param name="bookmarksMaximumLevel" select="1"/> Something similar to what's in org.dita.pdf2\cfg\fo\attrs\basic-settings.xsl. And then use this parameter in your cu...
by julien_lacour
Mon Mar 06, 2023 4:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF conversion problem (java.lang.NoSuchFieldError: KEY_OXY_FOREGROUND_IMAGE)
Replies: 5
Views: 551

Re: PDF conversion problem (java.lang.NoSuchFieldError: KEY_OXY_FOREGROUND_IMAGE)

Susanne,

Could you copy the full console log of this error and attach the CSS stylesheet(s) you are using? I tried on my side but cannot obtain this error.
If you don't want to share the files you can send them directly to support@oxygenxml.com.

Regards,
Julien
by julien_lacour
Mon Mar 06, 2023 3:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: PDF conversion problem (java.lang.NoSuchFieldError: KEY_OXY_FOREGROUND_IMAGE)
Replies: 5
Views: 551

Re: PDF conversion problem (java.lang.NoSuchFieldError: KEY_OXY_FOREGROUND_IMAGE)

Hello Susanne,

How are you running Oxygen Publishing Engine? Inside or outside Oxygen?

Regards,
Julien
by julien_lacour
Thu Mar 02, 2023 2:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Stepresult not shown if pdf
Replies: 4
Views: 490

Re: Stepresult not shown if pdf

Hi Mikael, You need to move the padding into a separate rule applying on the stepresult itself: *[class ~= "task/stepresult"] { padding-left: 10px; } *[class ~= "task/stepresult"]::before { font-weight: bold; content: "Step Result\A"; } Then the ::before element should ...
by julien_lacour
Wed Mar 01, 2023 5:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Stepresult not shown if pdf
Replies: 4
Views: 490

Re: Stepresult not shown if pdf

You could create such labels directly from a custom CSS stylesheet, like this:

Code: Select all

*[class ~= "task/stepresult"]::before {
  font-weight: bold;
  content: "Step Result\A";
}
Regards,
Julien
by julien_lacour
Wed Mar 01, 2023 5:25 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Stepresult not shown if pdf
Replies: 4
Views: 490

Re: Stepresult not shown if pdf

Hello Mikael,

The 'args.gen.task.lbl' property only tells the transformation to show the task labels, not the step ones.
As stepresult is a child of step, it isn't processed by this property.

Regards,
Julien
by julien_lacour
Wed Mar 01, 2023 11:54 am
Forum: Common Problems
Topic: Different table borders
Replies: 2
Views: 509

Re: Different table borders

Hello,

Could you indicate which version of Oxygen you are using? Also is it possible for you to copy your custom CSS rules for tables?

Regards,
Julien
by julien_lacour
Wed Feb 15, 2023 1:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Custom Note Formats in PDF via HTML/CSS
Replies: 8
Views: 1180

Re: Custom Note Formats in PDF via HTML/CSS

Hello, Currently these CSS rules will not work because the @type and @othertype attributes are not propagated into the html output. I added an issue to resolve this. To make this work for both PDF and WebHelp, follow these steps: Add an @outputclass attribute on the skills note: <note type="oth...