Search found 122 matches

by Cosmin Duna
Fri Mar 01, 2024 12:21 pm
Forum: Other Issues
Topic: Preserve folder structure with Batch Documents Converter
Replies: 1
Views: 152

Re: Preserve folder structure with Batch Documents Converter

Hi, Unfortunately, the add-on doesn't take into account the folder hierarchy of the input files. I registered an internal issue to improve it and keep the child folder hierarchy in the output directory when an input directory is chosen in the conversion dialogue. I do not see a way to retain the sou...
by Cosmin Duna
Mon Jan 29, 2024 5:13 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Word to DITA conversion failed to insert the resulting map as children of the root map
Replies: 5
Views: 466

Re: Word to DITA conversion failed to insert the resulting map as children of the root map

Hi, Thank you for reaching out to us with your concern. I have looked into the issue you described, and it appears to be related to how the resulting DITA Map is handled after conversion. Specifically, the issue occurs because the converted DITA Map automatically opens in the DITA Maps Manager view ...
by Cosmin Duna
Mon Oct 16, 2023 9:01 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Can the DocBook to DITA XML converter be customized?
Replies: 1
Views: 279

Re: Can the DocBook to DITA XML converter be customized?

Hello, Unfortunately, we don't have an option for configuring the extracted topics, and the conversion process aims to maintain the hierarchical structure rather than creating a flat document. I have raised an internal issue to explore the possibility of enhancing this configuration, but implementin...
by Cosmin Duna
Wed Aug 16, 2023 2:09 pm
Forum: Common Problems
Topic: How to do link to a place in a document, and that place is not a topic?
Replies: 1
Views: 302

Re: How to do link to a place in a document, and that place is not a topic?

Hi, You can set an 'id' attribute on the target element and insert a cross-reference to this. See the following links for more information: https://www.oxygenxml.com/doc/ug-editor/topics/eppo-inline-linking.html https://docs.oasis-open.org/dita/v1.2/os/spec/common/thehrefattribute.html Best regards,...
by Cosmin Duna
Thu Jul 27, 2023 12:33 pm
Forum: Common Problems
Topic: Strange behaviour with Swagger documentation output
Replies: 17
Views: 2311

Re: Strange behaviour with Swagger documentation output

Hi Seema,

Unfortunately, the fix didn't catch version 25.1 of Oxygen but it will be included in the upcoming version 26.

Best regards,
Cosmin
by Cosmin Duna
Mon Jul 24, 2023 10:56 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Refactoring tool to apply table borders
Replies: 7
Views: 976

Re: Refactoring tool to apply table borders

Hi,
I wanted to inform you that version 5.2.0 of the Batch Documents Converter add-on has been released. The tables resulting from Word to HTML/DITA conversion now include 'frame', 'rowsep', and 'colsep' attributes.
Best regards,
Cosmin
by Cosmin Duna
Thu Apr 20, 2023 9:51 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Refactoring tool to apply table borders
Replies: 7
Views: 976

Re: Refactoring tool to apply table borders

Hi, Thank you for reaching out to us regarding the issues you have experienced while importing tables from Word. We already had an internal issue for adding the @frame, @rowsep, and @colsep attributes on tables when importing from Word and I added your feedback on it for increasing its priority. I w...
by Cosmin Duna
Mon Apr 03, 2023 9:18 am
Forum: SDK-API, Frameworks - Document Types
Topic: API for reload a editor
Replies: 6
Views: 1470

Re: API for reload a editor

Hi Vishwa, The ActionsProvider returned by this method is not an "AuthorActionsProvider", but you can get the Reload action from the global actions too. Please try this code: ActionsProvider actionsProvider = pluginWorkspaceAccess.getActionsProvider(); Map<String, Object> globalActions = a...
by Cosmin Duna
Fri Mar 31, 2023 9:54 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrating REST API Reference (OpenAPI) with DITA
Replies: 17
Views: 5436

Re: Integrating REST API Reference (OpenAPI) with DITA

Hi Seema, Thank you for reaching out to us. Unfortunately, it is not currently possible to obtain documentation where you can test the REST API when publishing a DITA Map that contains Swagger documentation. We already have an internal issue for embedding an API explorer in the WebHelp content gener...
by Cosmin Duna
Wed Mar 22, 2023 1:39 pm
Forum: Common Problems
Topic: Strange behaviour with Swagger documentation output
Replies: 17
Views: 2311

Re: Strange behaviour with Swagger documentation output

Hi Seema, When you paste JSON content into the Swagger editor, it prompts you if you want to convert it to YAML. The content from your screenshot seems to be converted. Here are the steps that I did on my side, which worked: I opened the JSON file that you sent us in Oxygen. I searched for the first...
by Cosmin Duna
Tue Mar 21, 2023 1:03 pm
Forum: Common Problems
Topic: Strange behaviour with Swagger documentation output
Replies: 17
Views: 2311

Re: Strange behaviour with Swagger documentation output

Hi Seema, Our converter expected to find markdown in those descriptions. The OpenAPI from the screenshot, in the YAML format, uses blank lines to separate paragraphs. The converter handles correctly this syntax. Note that you can also dynamically convert OpenAPI in YAML format in Oxygen. The sample ...
by Cosmin Duna
Fri Mar 17, 2023 2:29 pm
Forum: Common Problems
Topic: Strange behaviour with Swagger documentation output
Replies: 17
Views: 2311

Re: Strange behaviour with Swagger documentation output

Hi, For the second problem, there is an end tag for the 'strong' element in the description that doesn't have a corresponding start tag. Our Markdown conversion seems to be having issues with this. I will register an internal issue to make the conversion of the Markdown description more flexible. Ad...
by Cosmin Duna
Fri Mar 17, 2023 12:02 pm
Forum: Common Problems
Topic: Debugging java.lang.OutOfMemoryError issues
Replies: 18
Views: 4487

Re: Debugging java.lang.OutOfMemoryError issues

Hi, As an update, we have released Oxygen 25.1, and a new parameter has been included in the DITA-OT transformation scenarios that allows for setting the JVM memory allocation for publishing deliverables: https://www.oxygenxml.com/doc/versions/25.1/ug-editor/topics/publishing_with_a_dita_ot_project_...
by Cosmin Duna
Fri Mar 17, 2023 11:30 am
Forum: Common Problems
Topic: Ditamap error says invalid element name in yaml file
Replies: 5
Views: 750

Re: Ditamap error says invalid element name in yaml file

Hi,
As an update, we released Oxygen 25.1 and it contains a fix for this problem.

Best regards,
Cosmin
by Cosmin Duna
Wed Mar 15, 2023 10:11 am
Forum: Common Problems
Topic: Strange behaviour with Swagger documentation output
Replies: 17
Views: 2311

Re: Strange behaviour with Swagger documentation output

Hi,

I'm glad to hear that the problem has been resolved. If you encounter any other issues, please don't hesitate to let us know.

Best regards,
Cosmin
by Cosmin Duna
Tue Mar 14, 2023 10:54 am
Forum: Common Problems
Topic: Strange behaviour with Swagger documentation output
Replies: 17
Views: 2311

Re: Strange behaviour with Swagger documentation output

Hi Seema,

The saving error may be caused by the fact that you don't have the necessary permissions to edit files in the 'C' drive.
I will send you an email with the edited jar file and you can try to replace it using Windows File Explorer.

Best regards,
Cosmin
by Cosmin Duna
Mon Mar 13, 2023 5:23 pm
Forum: Common Problems
Topic: Strange behaviour with Swagger documentation output
Replies: 17
Views: 2311

Re: Strange behaviour with Swagger documentation output

Hi, Thank you for reporting this problem. I created a sample using the screenshot you provided, I reproduced the problem and I registered an internal issue for this. Please do the following steps for correcting the conversion in your application: Open the following jar file into the "Archive Br...
by Cosmin Duna
Mon Mar 13, 2023 1:14 pm
Forum: Feature Request
Topic: Allow .xpr file to specify minimum required Oxygen version and build number
Replies: 7
Views: 1387

Re: Allow .xpr file to specify minimum required Oxygen version and build number

Hi Chris, You can start by cloning this sample: https://github.com/oxygenxml/sample-plugin-workspace-access, import it as a Maven project in the Eclipse IDE and try to build it: https://dzone.com/articles/importing-a-maven-project-in-eclipse-1 (you should skip the "Download an Existing Maven Pr...
by Cosmin Duna
Wed Mar 08, 2023 1:25 pm
Forum: Common Problems
Topic: Ditamap error says invalid element name in yaml file
Replies: 5
Views: 750

Re: Ditamap error says invalid element name in yaml file

Hi, Thank you for this sample. I analyzed it and the conversion problem is caused by the "*/*" MIME type. The converter tries to create an XML element with an invalid name without escaping the "*" character. I registered an internal issue for this and the fix will be included in ...
by Cosmin Duna
Thu Mar 02, 2023 5:39 pm
Forum: Common Problems
Topic: Ditamap error says invalid element name in yaml file
Replies: 5
Views: 750

Re: Ditamap error says invalid element name in yaml file

Hi, When you include these topic references to non-DITA documents, Oxygen converts them into the background for presenting the titles in the DITA map tree. Could you try to convert the document to DITA using the OpenAPI to DITA conversion from the Batch Documents Converter add-on: https://www.oxygen...
by Cosmin Duna
Thu Feb 23, 2023 3:25 pm
Forum: General XML Questions
Topic: want to remove green hover of tag suggetion
Replies: 3
Views: 752

Re: want to remove green hover of tag suggetion

Hi, To disable the cursor position tooltip, open the "Cursor Navigation Preferences" preferences page ( Options > Preferences...) and uncheck the "Show cursor position tooltip" option: https://www.oxygenxml.com/doc/versions/25.0/ug-editor/topics/caret-navigation.html Best regards...
by Cosmin Duna
Thu Feb 23, 2023 3:13 pm
Forum: SDK-API, Frameworks - Document Types
Topic: API for reload a editor
Replies: 6
Views: 1470

Re: API for reload a editor

Hi Vishwa, We don't have an API for this, but we already have an internal issue and I added your request to it. As a workaround you can search for the Reload action in the author common actions like this: WSEditorPage page = editor.getCurrentPage(); if (page instanceof WSAuthorEditorPage) { WSAuthor...
by Cosmin Duna
Thu Feb 23, 2023 2:27 pm
Forum: XSLT and FOP
Topic: How to replace entire document, including prolog
Replies: 8
Views: 1443

Re: How to replace entire document, including prolog

Hi Chris,
Sure. I added your feedback to the internal improvement request.

Best regards,
Cosmin
by Cosmin Duna
Thu Feb 23, 2023 2:10 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Map MS Word transformation - error when opening word document
Replies: 1
Views: 366

Re: DITA Map MS Word transformation - error when opening word document

Hi, It will be hard to find the cause of the problem without a sample. Could you send us one to our support address: support@oxygenxml.com ? If your documents contain confidential data, you can hide the text content using the Randomize XML Text Content action: https://www.oxygenxml.com/doc/versions/...
by Cosmin Duna
Thu Feb 23, 2023 11:46 am
Forum: XSLT and FOP
Topic: How to replace entire document, including prolog
Replies: 8
Views: 1443

Re: How to replace entire document, including prolog

Hi,
Unfortunately, you cannot directly add a specific XML Refactoring operation on the toolbar or menus. We already have an internal issue for this improvement and I added your request to it for increasing its priority.

Best regards,
Cosmin
by Cosmin Duna
Wed Feb 22, 2023 1:01 pm
Forum: XSLT and FOP
Topic: How to replace entire document, including prolog
Replies: 8
Views: 1443

Re: How to replace entire document, including prolog

Hi, The doctype can be changed using a custom refactoring operation. For example, in Oxygen we have a refactoring operation that converts a DITA bookmap to a DITA map. The XSL file that makes this conversion is located here: Oxygen_install_dir\frameworks\dita\map_refactoring\convertDITABookmapToMap....
by Cosmin Duna
Tue Feb 21, 2023 6:47 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Determine if opened file was just created from a custom template
Replies: 2
Views: 744

Re: Determine if opened file was just created from a custom template

Hi John, I think using a processing instruction for marking your template is a good idea. We have an example in one of our add-on when it listens when an editor is opened and checks if it's a new document. See line 52 from here https://github.com/oxygenxml/oxygen-dita-prolog-updater-addon/blob/maste...
by Cosmin Duna
Tue Feb 21, 2023 3:19 pm
Forum: XSLT and FOP
Topic: How to replace entire document, including prolog
Replies: 8
Views: 1443

Re: How to replace entire document, including prolog

Hi, Indeed, this action should replace the entire content. What about creating a refactoring operation based on XSLT (https://www.oxygenxml.com/doc/versions/25.0/ug-editor/topics/custom-refactoring-operations.html) and storing it in your framework: https://www.oxygenxml.com/doc/versions/25.0/ug-edit...
by Cosmin Duna
Tue Feb 21, 2023 1:44 pm
Forum: Common Problems
Topic: Text formatted as columns
Replies: 2
Views: 513

Re: Text formatted as columns

Hi, The "column-count" property is not supported in the Author page of Oxygen XML Editor. I added your feedback on an already registered issue for increasing its priority. A workaround for this would be to wrap the article into an element, and to use "display: table". Something l...
by Cosmin Duna
Wed Dec 14, 2022 12:23 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrating REST API Reference (OpenAPI) with DITA
Replies: 17
Views: 5436

Re: Integrating REST API Reference (OpenAPI) with DITA

Hi Seema,
Unfortunately, this add-on is only available on Oxygen XML Editor and Developer. Also, the OpenAPI editing support is not available on Oxygen XML Author.
The dynamic converter is present in all products because it's part of the DITA publishing support.

Best regards,
Cosmin