Search found 20 matches

by im_rem
Mon Feb 26, 2024 4:59 pm
Forum: Common Problems
Topic: Conditioning Question
Replies: 3
Views: 1009

Re: Conditioning Question

Hello, my question is not related to the original one but still a rather general question about conditions: Is there a possibility to force-exclude elements where an attribute has multiple values but only one of the values is defined as "excluded" in the DITAVAL? This is the default behavi...
by im_rem
Tue Feb 13, 2024 12:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Turning off collapsible sections in wehbelp
Replies: 24
Views: 4092

Re: Turning off collapsible sections in wehbelp

Hello, I wanted to ask if this improvement is still planned. Fiddling (a lot) with CSS might be a solution. But in general people would expect the expand/collapse parameter to turn collapsible sections off entirely and not only hide the button. The expand/collapse arrows make the website look very c...
by im_rem
Thu Nov 16, 2023 11:54 am
Forum: Other Issues
Topic: Limits of LWDITA support
Replies: 1
Views: 388

Limits of LWDITA support

Hello, I tried out Lightweight DITA in OxygenXML (v24.1). But only markdown files seem to work. What I tried: I create an MD file and add it to the map as topicref with @format=mdita (mdita was available as an option in the attributes pane). -> Webhelp output is successful. I create an HTML file and...
by im_rem
Wed Jun 21, 2023 11:54 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Are there best practices for setting up Oxygen projects in languages other than English?
Replies: 11
Views: 1424

Re: Are there best practices for setting up Oxygen projects in languages other than English?

Hello again, regarding a different Fluenta addon issue: To apply different segmentation rules, I exchanged the default.srx in the following folder: ...\AppData\Roaming\com.oxygenxml\extensions\v24.1\plugins\com.oxygenxml.fluenta.translation\fluenta-dita-translation-addon-3.0.0\configuration\srx For ...
by im_rem
Tue Jun 20, 2023 9:40 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Are there best practices for setting up Oxygen projects in languages other than English?
Replies: 11
Views: 1424

Re: Are there best practices for setting up Oxygen projects in languages other than English?

Hello, the Fluenta add-on currently does not handle Oxgen XML inline comments very well. If there is an inline comment, it will split the sentence at the start and end of the comment, so you cannot translate the sentence as a whole (meaning the translation will be faulty, too). This is just as an in...
by im_rem
Fri May 12, 2023 1:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Map MS Office Word transformation scenario: resolving xref
Replies: 11
Views: 3484

Re: DITA Map MS Office Word transformation scenario: resolving xref

If this seems like a bug to you and the bug can be reproduced with the latest plugin contents: https://github.com/jelovirt/com.elovirta.ooxml/ Thank you for the link. I found a corresponding issue in it: https://github.com/jelovirt/com.elovirta.ooxml/issues/63 . So I will not create another one. I ...
by im_rem
Fri May 12, 2023 11:49 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Map MS Office Word transformation scenario: resolving xref
Replies: 11
Views: 3484

Re: DITA Map MS Office Word transformation scenario: resolving xref

Hello, the Word/docx output in version 24.1 ignores the section titles inside topics. So they become text with a Standard style in the output. As a result these chapters cannot get crossreferenced either. I do not know how to handle this in the document.topic.xsl. In the code area regarding DITA sec...
by im_rem
Mon Feb 27, 2023 12:19 pm
Forum: Common Problems
Topic: Operation not permitted error when trying to open files from a map
Replies: 7
Views: 1730

Re: Operation not permitted error when trying to open files from a map

Hi, Are the other files in the same folder as the xpr file, or nested in subfolders? The parent folder has the domain permission and inheritance enabled. There are files in the same folder as the XPR as well as in sub-folders. I changed and saved files in both locations: the domain permission is sti...
by im_rem
Wed Feb 22, 2023 1:33 pm
Forum: Common Problems
Topic: Operation not permitted error when trying to open files from a map
Replies: 7
Views: 1730

Re: Operation not permitted error when trying to open files from a map

Hello, one of our projects is located in a shared folder where users from a domain have read&write permissions (like in the Windows "Public Documents" folder). Oxygen XML changes the file permissions of the XPR file when it is saved. It removes the domain user group from the permission...
by im_rem
Fri Feb 10, 2023 3:10 pm
Forum: Other Issues
Topic: Add items to outputclass list
Replies: 14
Views: 5486

Re: Add items to outputclass list

Oh, sorry. I completely missed that option. Thank you.
by im_rem
Fri Feb 10, 2023 10:42 am
Forum: Other Issues
Topic: Add items to outputclass list
Replies: 14
Views: 5486

Re: Add items to outputclass list

Hello, I must add different outputclasses for tables but also need to keep the code highlighting outputclasses for the codeblocks. Is there a switch to include outputclasses from both subjectscheme and ro.sync.ecss.extensions.dita.DITASchemaManagerFilter? This would be very useful, because otherwise...
by im_rem
Wed Aug 31, 2022 2:19 pm
Forum: Common Problems
Topic: <ph/> not applicable in <filepath>?
Replies: 2
Views: 749

Re: <ph/> not applicable in <filepath>?

So I did miss the correct page.
Then I will use <keyword keyref="..."> instead when I want to insert a variable in a filepath. This seems to render fine in the output.
Thank you very much!
by im_rem
Wed Aug 31, 2022 1:04 pm
Forum: Common Problems
Topic: <ph/> not applicable in <filepath>?
Replies: 2
Views: 749

<ph/> not applicable in <filepath>?

Hello, I cannot insert a <ph keyref=".."> element within a <filepath> element. But I can insert something like <wintitle keyref="..">, which looks awkward in the output. I tried to find details on this in the DITA specification but could not find anything. Do you know if this is ...
by im_rem
Thu Jul 07, 2022 11:36 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Arbitrary elements in Prolog
Replies: 8
Views: 1275

Re: Arbitrary elements in Prolog

Ok, so it must be xsl:copy-of select="." instead of xsl:copy-of select="$ast-clean". This worked and returned the original DITA markup including all prolog contents.
Thank you for the hint! :)
by im_rem
Wed Jul 06, 2022 11:30 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Arbitrary elements in Prolog
Replies: 8
Views: 1275

Re: Arbitrary elements in Prolog

Good morning, that helped. With the log I found out that, at the point where the dita2markdown.xsl is being evalueted, DITA-OT already stripped <othermeta> contents from the topics. There is no DITA-OT paramater to preserve all <metadata> or <data> either. Does someone know if there are plans on add...
by im_rem
Tue Jul 05, 2022 4:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Arbitrary elements in Prolog
Replies: 8
Views: 1275

Re: Arbitrary elements in Prolog

Hello *, we also try to do a markdown output with metadata in a YAML section at the top of each file. Using <xsl:value-of select="($ast-clean/header)[1]"/> or similar paths like ($ast-clean/prolog/metadata/othermeta)[1] does not fill in any YAML values in my outputs. Is there maybe a descr...
by im_rem
Wed Jun 15, 2022 12:05 pm
Forum: Common Problems
Topic: Smart paste looses DOCX formatting
Replies: 5
Views: 1192

Re: Smart paste looses DOCX formatting

I found the problem: The affected PC only had Wordpad installed. It can open and save DOCX but apparently this is not enough. When I tried it on a PC where Word is installed, it works fine.
by im_rem
Tue Jun 14, 2022 3:55 pm
Forum: Common Problems
Topic: Smart paste looses DOCX formatting
Replies: 5
Views: 1192

Re: Smart paste looses DOCX formatting

I sent a sample file via mail. And we use the latest version 24.1 (Editor and Author).
by im_rem
Tue Jun 14, 2022 1:17 pm
Forum: Common Problems
Topic: Smart paste looses DOCX formatting
Replies: 5
Views: 1192

Smart paste looses DOCX formatting

Hi, when I first tested Oxygen XML's smart paste function with a Word document, the formatting was preserved in the DITA topic (if I remember corretly). Now it looses all formatting when I paste content I copied from DOCX. So tables are not inserted as tables , there is no bold highlighting, and so ...