Search found 362 matches
- Fri Apr 09, 2021 11:47 am
- Forum: Common Problems
- Topic: SSH to GIT not working
- Replies: 3
- Views: 62
Re: SSH to GIT not working
Hi Dan, SSH know how to automatically load private keys only if they have the default names. I dare say that setting the $HOME variable didn't help you with this issue, but the renaming of the private key file really did the trick. I added a feature request based on your suggestion (EXM-47801 - for ...
- Thu Apr 08, 2021 2:36 pm
- Forum: Common Problems
- Topic: SSH to GIT not working
- Replies: 3
- Views: 62
Re: SSH to GIT not working
Hello, If you are using Pageant or ssh-agent, it seems that the Apache MINA SSHD library that we use in our Git Client does not support them: - https://bugs.eclipse.org/bugs/show_bug.cgi?id=541275 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=541274 You could try switching to JSch by adding "-Duse...
- Tue Apr 06, 2021 8:58 am
- Forum: Common Problems
- Topic: Discussion about the Oxygen Git Plugin v2.3.0
- Replies: 8
- Views: 660
Re: Discussion about the Oxygen Git Plugin v2.3.0
Hello, Thank you for the feedback! To publish a new branch, you need to push it to the remote. You can do this from the main toolbar of the Git Staging side-view. By the way, in such cases, the tooltip of the Push action should read like this: "Create and track remote branch X, and push changes to i...
- Wed Mar 31, 2021 9:07 am
- Forum: SDK-API, Frameworks - Document Types
- Topic: Oxygen editor variables is not picked up to generate a id for the topic
- Replies: 3
- Views: 126
Re: Oxygen editor variables is not picked up to generate a id for the topic
Hi, Yes, you can use the following API: ro.sync.exml.workspace.api.options.GlobalOptionsStorage.setGlobalObjectProperty(String, Object). The first argument value (the option key) is "new.dita.topic.use.file.name.for.root.id". So, the code would look like this: PluginWorkspaceProvider.getPluginWorksp...
- Tue Mar 30, 2021 1:25 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Oxygen editor variables is not picked up to generate a id for the topic
- Replies: 3
- Views: 126
Re: Oxygen editor variables is not picked up to generate a id for the topic
Hello, Thank you for reporting this to us! This is a know issue (ID = EXM-43014), and I added your vote to it. As a workaround, you can go to the Options menu > Preferences > DITA page > Topics sub-page and deactivate the Use the file name as the value of the root ID attribute option. Regards, Sorin...
- Tue Mar 23, 2021 10:41 am
- Forum: Common Problems
- Topic: Has anyone used Git submodules with the Git plugin?
- Replies: 17
- Views: 1445
Re: Has anyone used Git submodules with the Git plugin?
Hi all,
Just wanted to say that we released version 2.5.0 of the Git Client, and this version received some improvements on submodules. You can find them in the release notes from https://github.com/oxygenxml/oxygen-git ... /tag/2.5.0.
Best wishes,
Sorin Carbunaru
Oxygen XML Editor
Just wanted to say that we released version 2.5.0 of the Git Client, and this version received some improvements on submodules. You can find them in the release notes from https://github.com/oxygenxml/oxygen-git ... /tag/2.5.0.
Best wishes,
Sorin Carbunaru
Oxygen XML Editor
- Wed Mar 10, 2021 10:13 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: How to open local files from Git History
- Replies: 3
- Views: 157
Re: How to open local files from Git History
Hello Catherine, Unfortunately, there is no way to do this at the moment, but I created a new improvement request (ID: EXM-47571). As a workaround, you could use the "Open/Find Resource" side-view (https://www.oxygenxml.com/doc/versions/23.1/ug-editor/topics/open-find-resource-view.html) or the dial...
- Thu Mar 04, 2021 12:10 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Setting the FULL filename via the .properties file
- Replies: 2
- Views: 129
Re: Setting the FULL filename via the .properties file
Hello, I cannot think of a way of properly doing this. I believe that usually a filename is manually provided or generated based on the title, to reflect the content. If you don't need a title for your DITA topic, perhaps you could re-enable the option to generate the filename from the title, and on...
- Tue Feb 16, 2021 10:50 am
- Forum: Common Problems
- Topic: How to open a <ulink> in the browser instead of a new editing tab in Oxygen?
- Replies: 1
- Views: 115
Re: How to open a <ulink> in the browser instead of a new editing tab in Oxygen?
Please see my answer from post61006.html#p61006.
- Tue Feb 16, 2021 10:13 am
- Forum: DocBook
- Topic: Opening ulinks in the browser
- Replies: 12
- Views: 5664
Re: Opening ulinks in the browser
Hello, It's best to contact that team and let them know about your problem. Perhaps they can remember what they have changed. For example, they could use the CSS Inspector View (see https://www.oxygenxml.com/doc/versions/23.0/ug-editor/topics/author-css-inspector-view.html) to check if the value of ...
- Wed Feb 03, 2021 9:47 am
- Forum: Other Issues
- Topic: Syntax for ${xpath_eval} and xpath function document() for external documents (URL, ${cfdu}, parent folder)
- Replies: 6
- Views: 462
Re: Syntax for ${xpath_eval} and xpath function document() for external documents (URL, ${cfdu}, parent folder)
As always, I am glad I could help
.

- Tue Feb 02, 2021 5:27 pm
- Forum: Other Issues
- Topic: Syntax for ${xpath_eval} and xpath function document() for external documents (URL, ${cfdu}, parent folder)
- Replies: 6
- Views: 462
Re: Syntax for ${xpath_eval} and xpath function document() for external documents (URL, ${cfdu}, parent folder)
Hi Dominique,
Does it work if you use the doc() function and you provide a URL instead of a file path?
For example, something like this:
Cheers,
Sorin
Does it work if you use the doc() function and you provide a URL instead of a file path?
For example, something like this:
Code: Select all
${xpath_eval(doc('file:/C:/Users/me/Desktop/test.xml')/root/@id/string())}
Sorin
- Tue Feb 02, 2021 2:50 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Why can't I see ditamap in Both Maps Manager View and Editor View?
- Replies: 5
- Views: 279
Re: Why can't I see ditamap in Both Maps Manager View and Editor View?
Hello Ann,
Yes, I would say the SDL plug-in is guilty of this.
Yes, I would say the SDL plug-in is guilty of this.
- Tue Feb 02, 2021 11:52 am
- Forum: Other Issues
- Topic: Syntax for ${xpath_eval} and xpath function document() for external documents (URL, ${cfdu}, parent folder)
- Replies: 6
- Views: 462
Re: Syntax for ${xpath_eval} and xpath function document() for external documents (URL, ${cfdu}, parent folder)
Hi Dominique, Can you make it clear where exactly the problem resides? Perhaps show me the troublesome code. It's quite a lot of information on this thread and I am getting lost into it :oops:. What I understood is that you have problems with document() and $xpath_eval ... If you check the value of ...
- Tue Feb 02, 2021 11:38 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Why can't I see ditamap in Both Maps Manager View and Editor View?
- Replies: 5
- Views: 279
Re: Why can't I see ditamap in Both Maps Manager View and Editor View?
Hello Ann, No, this is not a feature in Oxygen. I haven't heard about this kind of behavior until now. Do you have any plugins installed in Oxygen? Perhaps a CMS plugin? And could you also try the same scenarios in a freshly installed Oxygen, without any plugins or other customizations? All the best...
- Mon Feb 01, 2021 5:20 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Why can't I see ditamap in Both Maps Manager View and Editor View?
- Replies: 5
- Views: 279
Re: Why can't I see ditamap in Both Maps Manager View and Editor View?
Hello Ann, If you use right-click to show the contextual menu for the tree root inside the DITA Maps Manager, you should see an "Open map in Editor" action. The same action is also available in the DITA Maps Manager toolbar. Also, in the contextual menu shown for the editor tab (where the filename i...
- Fri Jan 08, 2021 12:02 pm
- Forum: Common Problems
- Topic: Diff tool error when reusing content from a Git submodule
- Replies: 4
- Views: 644
Re: Diff tool error when reusing content from a Git submodule
Hello,
Just wanted to you know that in v2.4.0 of the Git Client the references from the Diff dialog should be properly resolved.
All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
Just wanted to you know that in v2.4.0 of the Git Client the references from the Diff dialog should be properly resolved.
All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
- Fri Jan 08, 2021 11:59 am
- Forum: Common Problems
- Topic: Discussion about the Oxygen Git Plugin v2.3.0
- Replies: 8
- Views: 660
Re: Discussion about the Oxygen Git Plugin v2.3.0
Hi Chris,
We added some more information in the dialog in the recently released v2.4.0. Let me know what you think about that.
Best wishes,
Sorin Carbunaru
We added some more information in the dialog in the recently released v2.4.0. Let me know what you think about that.
Best wishes,
Sorin Carbunaru
- Mon Dec 21, 2020 5:30 pm
- Forum: Feature Request
- Topic: Automatically set @keys attribute for new topics
- Replies: 6
- Views: 1163
Re: Automatically set @keys attribute for new topics
Hi Chris,
Now I am able to reproduce the bug. Thank you for the info! I created EXM-47008
.
All the best,
Sorin C.
Now I am able to reproduce the bug. Thank you for the info! I created EXM-47008

All the best,
Sorin C.
- Wed Dec 09, 2020 3:45 pm
- Forum: Feature Request
- Topic: Automatically set @keys attribute for new topics
- Replies: 6
- Views: 1163
Re: Automatically set @keys attribute for new topics
Hi Chris! The <mapref> element is, in the end, just a convenience element that is equivalent to a <topicref> with the @format attribute set to "ditamap". Therefore, I would say it's normal for the <mapref> to also get a @keys attribute, just like other references do. You can later use the key name t...
- Wed Nov 25, 2020 2:16 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: GITHub Clone Repo - Invalid credentials
- Replies: 2
- Views: 234
Re: GITHub Clone Repo - Invalid credentials
Hello, I've installed GIT Client plugin. Iam into GIT Staging perspective.Then when I try to clone the repo, getting invalid credentials error popup message with Username and Password fields. Able to access the same repo from browser using the same credentials. Could you suggest any clue? If your cr...
- Wed Nov 25, 2020 1:54 pm
- Forum: Other Issues
- Topic: Git Client add-on authentication issues
- Replies: 1
- Views: 209
Re: Git Client add-on authentication issues
Hello, If you look into YOUR_PROECT/.git/config, is the remote URL properly set? We recently had one user who confirmed that logging to TFS using SSH keys worked fine. Perhaps you can try SSH authentication too, if you haven't already done this. Let us know how it goes. I found some more information...
- Fri Nov 20, 2020 3:43 pm
- Forum: Common Problems
- Topic: Possible bug with copy paste of table contents in SDL Author view
- Replies: 6
- Views: 597
Re: Possible bug with copy paste of table contents in SDL Author view
Hello,
The fix for the reported bug has made it to Oxygen 23, which was just released yesterday.
Best wishes,
Sorin Carbunaru
Oxygen XML Editor
The fix for the reported bug has made it to Oxygen 23, which was just released yesterday.

Best wishes,
Sorin Carbunaru
Oxygen XML Editor
- Fri Nov 20, 2020 3:36 pm
- Forum: Common Problems
- Topic: Cannot view entire Table Properties Dialog Box
- Replies: 2
- Views: 373
Re: Cannot view entire Table Properties Dialog Box
Hello,
Just wanted to let you know that the bug has been fixed in Oxygen 23.
Best wishes,
Sorin C.
Just wanted to let you know that the bug has been fixed in Oxygen 23.
Best wishes,
Sorin C.
- Fri Nov 20, 2020 2:45 pm
- Forum: Common Problems
- Topic: Disabling Schematron
- Replies: 4
- Views: 503
Re: Disabling Schematron
Hi,
The rule has been removed in Oxygen 23
.
All the best,
Sorin Carbunaru
The rule has been removed in Oxygen 23

All the best,
Sorin Carbunaru
- Fri Nov 20, 2020 1:33 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Template for new projects
- Replies: 4
- Views: 1956
Re: Template for new projects
Hello,
Just wanted to update this thread and let you know that the recently released Oxygen 23 supports project templates. More info at https://www.oxygenxml.com/doc/versions/ ... ect-2.html.
All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
Just wanted to update this thread and let you know that the recently released Oxygen 23 supports project templates. More info at https://www.oxygenxml.com/doc/versions/ ... ect-2.html.
All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
- Fri Nov 20, 2020 1:32 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: How to provide complex dynamic map templates?
- Replies: 8
- Views: 2312
Re: How to provide complex dynamic map templates?
Hello, Just wanted to update this old thread and say that Oxygen 23 supports project templates, although we don't have editor variable resolving support yet. More info at https://www.oxygenxml.com/doc/versions/23.0/ug-editor/topics/create-new-project-2.html. All the best wishes, Sorin Carbunaru Oxyg...
- Fri Nov 20, 2020 1:27 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Step by step process to create new DITA project
- Replies: 2
- Views: 3641
Re: Step by step process to create new DITA project
Hello,
I know this is a very old thread, but I thought someone might find it, therefore I want to announce that Oxygen 23 comes with project templates support. We even have a couple of templates for DITA
.
Best wishes,
Sorin Carbunaru
Oxygen XML Editor
I know this is a very old thread, but I thought someone might find it, therefore I want to announce that Oxygen 23 comes with project templates support. We even have a couple of templates for DITA

Best wishes,
Sorin Carbunaru
Oxygen XML Editor
- Fri Nov 20, 2020 1:26 pm
- Forum: Feature Request
- Topic: Custom "New Project" Layouts
- Replies: 6
- Views: 3834
Re: Custom "New Project" Layouts
Hello,
I know this is a very old thread, but I thought someone might find it, therefore I want to announce that Oxygen 23 comes with project templates support.
Best wishes,
Sorin Carbunaru
Oxygen XML Editor
I know this is a very old thread, but I thought someone might find it, therefore I want to announce that Oxygen 23 comes with project templates support.
Best wishes,
Sorin Carbunaru
Oxygen XML Editor
- Tue Nov 17, 2020 1:23 pm
- Forum: Common Problems
- Topic: framework author action fails due to tab indentation
- Replies: 3
- Views: 276
Re: framework author action fails due to tab indentation
Hello,
No, it's not yet fixed. The earliest possible date is probably sometime during next spring or so, in version 23.1.
Sorin C.
No, it's not yet fixed. The earliest possible date is probably sometime during next spring or so, in version 23.1.
Sorin C.