Search found 9018 matches

by Radu
Fri Jan 26, 2024 6:54 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating Custom Spellcheck
Replies: 3
Views: 445

Re: Creating Custom Spellcheck

Hi, Oxygen's spell checker (even customized with a custom dictionary) goes word by word. So you cannot get it to match "word1 word2" and propose a replacement with something else. For what you want you should use our free terminology checker add-on which can be configured with custom rules...
by Radu
Fri Jan 26, 2024 7:48 am
Forum: Common Problems
Topic: How to set different highlighting colours for common syntax type according to coding language
Replies: 1
Views: 150

Re: How to set different highlighting colours for common syntax type according to coding language

Hi Olivier, Let's try to build a small example, a DITA topic with a codeblock of type "Java" which has a keyword inside it: <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> <topic id="introduction"> <title>Introduction</title> <body> <p> <cod...
by Radu
Thu Jan 25, 2024 8:26 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configure project file to include validation using Schematron
Replies: 5
Views: 517

Re: Configure project file to include validation using Schematron

Hi Ann, So: I have followed the instructions and created a custom framework with a new Scenario under Document type--> Validation that has my custom Schematron file configured. If you edit your custom DITA framework configuration in the Oxygen Preferences->"Document Type Association" and g...
by Radu
Thu Jan 25, 2024 7:58 am
Forum: Other Issues
Topic: make some scrips/buttons/macos to search and replace
Replies: 1
Views: 239

Re: make some scrips/buttons/macos to search and replace

Hi, Our free Batch Documents Converter add-on has capabilities to convert MS Word documents to HTML, DITA XML or DocBook XML documents: https://www.oxygenxml.com/doc/versions/25.1/ug-editor/topics/batch-converter-addon.html Are you using it right now or did you create your own XSLT stylesheets which...
by Radu
Wed Jan 24, 2024 10:08 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configure project file to include validation using Schematron
Replies: 5
Views: 517

Re: Configure project file to include validation using Schematron

Hi Ann, How about if you create a custom DITA framework which adds the extra Schematron validation schema? https://blog.oxygenxml.com/topics/sharing_schematron_validation_rules.html And then copy the custom frameworks folder inside the project folder. In the Preferences->"Document Type Associat...
by Radu
Sat Jan 20, 2024 6:33 pm
Forum: Common Problems
Topic: Reconnecting with Astoria when connection is broken
Replies: 1
Views: 167

Re: Reconnecting with Astoria when connection is broken

Hi,
The integration plugin which connects Oxygen to Astoria is built and distributed by Astoria. So we (the Oxygen team) do not control how it works. Please try to contact someone from Astoria about this problem. I will also email my contact from Astoria about this forum thread.
Regards,
Radu
by Radu
Fri Jan 19, 2024 5:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Updating attribute based on element content
Replies: 5
Views: 571

Re: Updating attribute based on element content

Hi, I think a custom XML refactoring action implemented in XSLT would help for this: https://www.oxygenxml.com/doc/ug-editor/topics/custom-refactoring-operations.html I created a sample refactoring action which does what you want here: https://github.com/oxygenxml/dita-refactoring-examples/tree/mast...
by Radu
Fri Jan 19, 2024 3:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Updating attribute based on element content
Replies: 5
Views: 571

Re: Updating attribute based on element content

Hi, I do not quite understand the use case, when people insert links, the links are to the elements which have the title element, for example you have a link to the <task> element and automatically the link text shows the title of the task element. Or add a link to a <section> and the title of the s...
by Radu
Fri Jan 19, 2024 9:14 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Task Steps as Diagrams
Replies: 2
Views: 430

Re: DITA Task Steps as Diagrams

Hi, I assume you followed the steps here to copy and install the "com.oxygenxml.task.diagram" folder to the DITA OT "plugins" folder and you did not encounter any error when running the "DITA OT Integrator" transformation from Oxygen: https://www.oxygenxml.com/doc/ug-ed...
by Radu
Thu Jan 18, 2024 3:39 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Does Fast Create Topics work with Tridion Docs Bridge
Replies: 1
Views: 358

Re: Does Fast Create Topics work with Tridion Docs Bridge

Hi Ann, From what I looked in our code we automatically filter out the "Fast Create new topics" action if the DITA Map is opened from a remote CMS, As you said, SDL specific API is necessary to create topics. Making this work with SDL relies more on the Oxygen plugin that SDL created to in...
by Radu
Thu Jan 18, 2024 9:13 am
Forum: Other Issues
Topic: keyboard shortcuts to insert special characters
Replies: 2
Views: 240

Re: keyboard shortcuts to insert special characters

Hi, Oxygen has a character map in the main menu "Edit->Insert from character map". You can also right click the toolbar area, configure the toolbars and show the "Symbols" toolbar button if you want to easily click to insert the last used symbols. Other than that there are other ...
by Radu
Wed Jan 17, 2024 10:22 am
Forum: Common Problems
Topic: I have a problem
Replies: 1
Views: 135

Re: I have a problem

Hi,
So you open an XML document in Oxygen XML Editor and you get an error reported, correct?
Could you maybe prepare a sample XML file exhibiting the problem, zip it and send it to us (support@oxygenxml.com)? This would give us more details about the contents of the file.
Regards,
Radu
by Radu
Mon Jan 15, 2024 8:44 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Rename elements in a table column at once
Replies: 2
Views: 411

Re: Rename elements in a table column at once

Hi,
Thanks for sharing the solution, indeed XML Refactoring looks like the proper solution for this one.
Regards,
Radu
by Radu
Thu Jan 11, 2024 8:01 am
Forum: Feature Request
Topic: Run Xpath with DITA Map Hierarchy Scope from Project View
Replies: 5
Views: 279

Re: Run Xpath with DITA Map Hierarchy Scope from Project View

Hi Daniel, About this: However, I wasn't sure which SVGs were being used, because our repositories contain a lot of SVGs that have been archived/deprecated. If you right click the root of a DITA Map opened in the DITA Maps Manager view we have a "Find Unreferenced Resources" action which s...
by Radu
Thu Jan 11, 2024 7:56 am
Forum: General XML Questions
Topic: Enter a new paragraph line without spacing
Replies: 3
Views: 459

Re: Enter a new paragraph line without spacing

Hi, Right, using the <div> element to break the line is not semantically correct but it works :) About this remark: Note: Your solution returns the following error in a usual paragraph: The processing instruction must begin with the name of the target You probably did something wrong when inserting ...
by Radu
Wed Jan 10, 2024 3:05 pm
Forum: General XML Questions
Topic: Enter a new paragraph line without spacing
Replies: 3
Views: 459

Re: Enter a new paragraph line without spacing

Hi Olivier, There is no "soft line break" element in the DITA XML standard which would be the equivalent of <br>. There is a special processing instruction "<?linebreak?>" which should be already handled by the publishing stylesheets. For example in a DITA topic in the middle of ...
by Radu
Wed Jan 10, 2024 9:02 am
Forum: Feature Request
Topic: Run Xpath with DITA Map Hierarchy Scope from Project View
Replies: 5
Views: 279

Re: Run Xpath with DITA Map Hierarchy Scope from Project View

Another way to go about this: In the Oxygen Project right click the root and choose "Enable main files support". Then select all 30 maps in the project, right click and "Add to main files". Then right click that particular SVG image and choose "Show dependent resources"...
by Radu
Wed Jan 10, 2024 8:57 am
Forum: Feature Request
Topic: Run Xpath with DITA Map Hierarchy Scope from Project View
Replies: 5
Views: 279

Re: Run Xpath with DITA Map Hierarchy Scope from Project View

Hi, Maybe a trick would have been to create a new DITA Map, open it in the Oxygen DITA Maps Manager view, select and copy from the Project view all those 30 maps, paste them in the new DITA Map so that it creates topicrefs to each of them and then you would have an XPath context DITA Map which refer...
by Radu
Wed Jan 10, 2024 8:31 am
Forum: Other Issues
Topic: Null Pointer
Replies: 7
Views: 478

Re: Null Pointer

Hi,
Thanks for confirming this. We'll try to make changes to the DITA OT publishing engine bundled with Oxygen so that in a future version it will be more robust in this regard.
Regards,
Radu
by Radu
Tue Jan 09, 2024 9:55 am
Forum: Other Issues
Topic: Null Pointer
Replies: 7
Views: 478

Re: Null Pointer

Hi, Looking at the attached zip, there is a DITA reusable component topic named "rc_departments_field_with_add_new_search.dita" which contains inside a table cell. Probably this generates the problem. Please try to re-write the "rc_departments_field_with_add_new_search.dita" to l...
by Radu
Tue Jan 09, 2024 9:11 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Custom CSS not displaying in Author view, DITA
Replies: 2
Views: 424

Re: Custom CSS not displaying in Author view, DITA

Hi, Thanks for also attaching the framework zip. I added a reference on my side in the Oxygen Preferences->"Document Type Association / Locations" page to the "custom_frameworks" folder you attached. Then I edited in the Oxygen Preferences->"Document Type Association" t...
by Radu
Tue Jan 09, 2024 8:42 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Questions concerning AI Positron Assistant
Replies: 1
Views: 349

Re: Questions concerning AI Positron Assistant

Hello Susanne, Thanks for the feedback, please see some answers below: At the moment, the assistant always seems to work on a single DITA topic. Do you have any plans to support a selection of topics, or the entire content referenced in a DITA map? Or is this not possible due to the maximum prompt s...
by Radu
Tue Jan 09, 2024 8:38 am
Forum: SDK-API, Frameworks - Document Types
Topic: Custom Paste commands in Dita Map Manager
Replies: 1
Views: 424

Re: Custom Paste commands in Dita Map Manager

Hi Kehua, Maybe it would be simpler to customize the context popup menu of a document opened in the DITA Maps Manager and add your own "Insert custom topicrefs" action: https://www.oxygenxml.com/InstData/Editor/SDK/javadoc/ro/sync/exml/workspace/api/editor/page/ditamap/WSDITAMapEditorPage....
by Radu
Mon Jan 08, 2024 2:33 pm
Forum: Feature Request
Topic: Convert MathML/LaTeX equations to SVG files during HTML transformations
Replies: 2
Views: 352

Re: Convert MathML/LaTeX equations to SVG files during HTML transformations

Hi Chris, In general modern versions of the web browsers including Chrome, Firefox should support embedded MathML equations without the need to refer to MathJax. Ideally the AI Engine should also support feeding it directly with MathML equations. Other than that how about if you do some kind of post...
by Radu
Mon Jan 08, 2024 8:40 am
Forum: Other Issues
Topic: Null Pointer
Replies: 7
Views: 478

Re: Null Pointer

Hi, Looking at the log files, there seems to be a fatal error when processing a table from the topic "rc_currency_drop_down_details.dita". The error would look similar to the one reported here: https://github.com/dita-ot/dita-ot/issues/4322 If you open that topic in Oxygen does it report a...
by Radu
Thu Jan 04, 2024 2:29 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Question on sharing a custom toolbar
Replies: 2
Views: 451

Re: Question on sharing a custom toolbar

Hi Ann, There are various ways to share a custom framework folder, this topic should cover them: https://blog.oxygenxml.com/topics/author-document-type-extension-sharing.html Are you editing XML content using the Oxygen desktop application or the Oxygen WebAuthor in-browser web editor tool? Regards,...
by Radu
Thu Jan 04, 2024 9:35 am
Forum: Common Problems
Topic: Ant errors
Replies: 4
Views: 274

Re: Ant errors

Hi, I agree with this being a problem in which the Saxon XSLT processor library is not properly loaded by the ANT build file. If you have an Oxygen ANT transformation scenario that you are running maybe you can edit it and click the "Libraries" button to see what JAR libraries are used by ...
by Radu
Thu Jan 04, 2024 9:20 am
Forum: Common Problems
Topic: Opening a URL programmatically in oXygen from a website
Replies: 2
Views: 220

Re: Opening a URL programmatically in oXygen from a website

Hi, I'm not a Javascript guru, I think it would be easier for you to add a drag and drop button like we have in the "Quick Installation" section for our plugins: https://www.oxygenxml.com/doc/versions/26.0/ug-editor/topics/git-addon.html#git-addon__section_tdq_wvx_qsb The HTML code for suc...
by Radu
Wed Jan 03, 2024 10:14 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Project Validation Error in DITA Framework
Replies: 3
Views: 434

Re: DITA Project Validation Error in DITA Framework

Hi Jason, I cannot reproduce this problem using Oxygen without any customizations made to its DITA Open Toolkit publishing engine folder. I added an internal issue to look into this problem and attempt to reproduce it on our side, pasting the issue ID below for future reference: EXM-54059 DITA OT Pr...