Search found 9066 matches

by Radu
Wed Jan 31, 2024 9:05 am
Forum: Common Problems
Topic: PC user who doesn't have admin permissions on her computer cannot create a webdav connection
Replies: 3
Views: 276

Re: PC user who doesn't have admin permissions on her computer cannot create a webdav connection

Hi Jean, So this user has a desktop on-premise installation of Oxygen 25, right? And they attempt to login to a Componize CMS/server using the Oxygen Webdav support, right? Did they install any specific plugin from Componize for integrating Oxygen with Componize? What error does Oxygen show them whe...
by Radu
Tue Jan 30, 2024 7:09 pm
Forum: Common Problems
Topic: Hide specific element attribute from editor view
Replies: 3
Views: 272

Re: Hide specific element attribute from editor view

Hi Vitor,
Great, also thanks for posting the end solution!
Regards,
Radu
by Radu
Tue Jan 30, 2024 4:46 pm
Forum: Common Problems
Topic: Hide specific element attribute from editor view
Replies: 3
Views: 272

Re: Hide specific element attribute from editor view

Hi Vitor,
How about if you use our oxy_replace over the value returned by oxy_attributes to apply a regexp which removes part of the displayed attributes string?
https://www.oxygenxml.com/doc/ug-editor ... ction.html
Regards,
Radu
by Radu
Tue Jan 30, 2024 3:59 pm
Forum: Common Problems
Topic: Author Options: Add independent sets of tags before and after a marked passage
Replies: 4
Views: 274

Re: Author Options: Add independent sets of tags before and after a marked passage

Hi, We have a bunch of Author operations which use Javascript here, maybe these will help as samples: https://github.com/oxygenxml/javascript-sample-operations Other than that, the AuthorAccess API has Javadoc: https://www.oxygenxml.com/InstData/Editor/SDK/javadoc/ro/sync/ecss/extensions/api/AuthorA...
by Radu
Tue Jan 30, 2024 3:52 pm
Forum: Common Problems
Topic: include currently selected text in external tool command
Replies: 8
Views: 490

Re: include currently selected text in external tool command

Hi Wolfhart, Maybe this would be a good getting started for developing Oxygen plugins: https://www.oxygenxml.com/doc/ug-editor/dev_guide/plugins.html But let's first try to install an existing sample plugin which would get you close to what you want: 1) So there is this Github project with lots of s...
by Radu
Tue Jan 30, 2024 2:32 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Translation of text in othertype attribute of note element.
Replies: 7
Views: 564

Re: Translation of text in othertype attribute of note element.

Hi Jan, So in general a company which translates their DITA XML content has a separate folder for each translation language: https://blog.oxygenxml.com/topics/translating_your_dita_project.html#translating_your_dita_project__section_hlq_cmp_rdb You have the original "en" folder containing ...
by Radu
Tue Jan 30, 2024 2:27 pm
Forum: Common Problems
Topic: Author Options: Add independent sets of tags before and after a marked passage
Replies: 4
Views: 274

Re: Author Options: Add independent sets of tags before and after a marked passage

Hi, So what happens when you invoke the action? Does Oxygen show an error? Does an incorrect piece of content get inserted? Looking a bit over your Javascript code, maybe you can extract it initially to a separate Javascript file, I would probably replace this line: documentController.insertXMLFragm...
by Radu
Tue Jan 30, 2024 1:19 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Translation of text in othertype attribute of note element.
Replies: 7
Views: 564

Re: Translation of text in othertype attribute of note element.

Hello Jan, About this remark: The biggest advantage of this method is that the text that will appear in the output is the same as the text in the source document. There is nothing stopping you from using the "othertype" text and asking the translator to also translate its value when you tr...
by Radu
Tue Jan 30, 2024 9:58 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Translation of text in othertype attribute of note element.
Replies: 7
Views: 564

Re: Translation of text in othertype attribute of note element.

Hi Jan, I added some feedback based on your use case here: https://github.com/dita-ot/dita-ot/issues/4136 As a workaround I would probably avoid using "othertype", I would set an @outputclass attribute value: <note outputclass="myNote">hello</note> which generates in the HTML som...
by Radu
Tue Jan 30, 2024 8:25 am
Forum: Common Problems
Topic: Internal error while extracting Schematron rules from RNG
Replies: 4
Views: 475

Re: Internal error while extracting Schematron rules from RNG

Hi Michaël,
We made a minor bug fix release of Oxygen 26 which should have this problem fixed:
https://www.oxygenxml.com/build_history ... 2024012406
Maybe you can uninstall Oxygen 26, then re-download and re-install Oxygen 26 from our web site.
Regards,
Radu
by Radu
Mon Jan 29, 2024 3:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Configure project file to include validation using Schematron
Replies: 5
Views: 604

Re: Configure project file to include validation using Schematron

Hello Ann,
Great, I'm glad this works for you!
Regards,
Radu
by Radu
Mon Jan 29, 2024 3:25 pm
Forum: Common Problems
Topic: include currently selected text in external tool command
Replies: 8
Views: 490

Re: include currently selected text in external tool command

Hi Wolfhart, Before diving into how Oxygen plugins work, maybe you can try to install and use our free Translation Helper add-on which supports Google Translate and DeepL, although it works with the XML opened in the Author visual editing mode: https://www.oxygenxml.com/doc/ug-editor/topics/translat...
by Radu
Mon Jan 29, 2024 3:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Ditamaps Manager Context Menu Customisation
Replies: 16
Views: 997

Re: Ditamaps Manager Context Menu Customisation

Hi, So you have a "JPopupMenu mainPopUp" which is a Java Swing JPopUpMenu. A JPopupMenu has plenty of API methods to obtain its child components, to iterate them, to find a specific JMenu with a specific name and then to add JMenuItems to it. https://docs.oracle.com/javase/8/docs/api/javax...
by Radu
Mon Jan 29, 2024 11:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Updating attribute based on element content
Replies: 5
Views: 633

Re: Updating attribute based on element content

Hi Konrad,
Great, I'm glad the XML refactoring samples helped!
Regards,
Radu
by Radu
Mon Jan 29, 2024 10:13 am
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: 554

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

Hi Estelle,
This seems to be working for me. Do you get any error reported by Oxygen?
If after the import in the DITA Maps Manager you right click "Append child->Reference" and manually add a reference to that imported DITA Map does it work like that?
Regards,
Radu
by Radu
Mon Jan 29, 2024 9:10 am
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: 554

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

Hi, Can you give us more details about the steps you tried? https://www.oxygenxml.com/doc/ug-editor/topics/batch-converter-addon.html Did you successfully install the Oxygen Batch Documents Converter add-on? If you go to the Oxygen main menu "Tools->Batch Documents Converter" can you use t...
by Radu
Mon Jan 29, 2024 8:57 am
Forum: Common Problems
Topic: include currently selected text in external tool command
Replies: 8
Views: 490

Re: include currently selected text in external tool command

Hi Wolfhart, We expand the ${selection} editor variable only in code templates and in custom Author operations. Are you editing the XML document in the Text or in the Author visual editing mode? As the selection may contain spaces which need to be escaped maybe you could somehow add your own editor ...
by Radu
Mon Jan 29, 2024 8:52 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating Custom Spellcheck
Replies: 3
Views: 479

Re: Creating Custom Spellcheck

Hi, Great, I hope you'll find it useful for your team. The terminology checker can work both with rules described in our own specific XML format or in Vale (for which there are already rules available with styleguides like the Microsoft Style guide). If you start from zero I would suggest using our ...
by Radu
Fri Jan 26, 2024 6:54 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating Custom Spellcheck
Replies: 3
Views: 479

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: 209

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: 604

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: 285

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: 604

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: 219

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: 633

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: 633

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: 464

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: 377

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: 314

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: 192

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