Search found 354 matches
- 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: 41
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: 4988
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: 296
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: 296
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: 168
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: 296
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: 168
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: 168
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: 520
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: 6
- Views: 473
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: 1018
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: 1018
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: 181
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: 129
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: 439
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: 296
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: 389
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: 1823
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: 2194
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: 3575
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: 3655
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: 217
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.
- Wed Nov 11, 2020 2:04 pm
- Forum: Common Problems
- Topic: framework author action fails due to tab indentation
- Replies: 3
- Views: 217
Re: framework author action fails due to tab indentation
Hello,
Thank you for your feedback! We already had an issue recorded for this and I added your vote. We will update this thread when a kit containing a fix for this will be available.
All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
Thank you for your feedback! We already had an issue recorded for this and I added your vote. We will update this thread when a kit containing a fix for this will be available.
All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
- Fri Nov 06, 2020 9:31 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: I want "Fast Create" to overwrite existing files
- Replies: 1
- Views: 149
Re: I want "Fast Create" to overwrite existing files
Hello,
No, this is not possible at the moment, but I created an improvement request (EXM-46686 - for reference purposes), and we will update this thread when the improvement will be available.
All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
No, this is not possible at the moment, but I created an improvement request (EXM-46686 - for reference purposes), and we will update this thread when the improvement will be available.
All the best wishes,
Sorin Carbunaru
Oxygen XML Editor
- Thu Oct 29, 2020 12:01 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: ${ask} multiple questions in one dialog box
- Replies: 1
- Views: 243
Re: ${ask} multiple questions in one dialog box
Hello, Collecting all questions into one dialog using ${ask} is not possible. At least not yet. We do have an feature request recorded for this (EXM-39892 - for reference purposes), and I added your vote. I don't really understand your proposed solution. My advice would be to add your custom editor ...
- Thu Oct 29, 2020 11:03 am
- Forum: Common Problems
- Topic: Discussion about the Oxygen Git Plugin v2.3.0
- Replies: 6
- Views: 473
Re: Discussion about the Oxygen Git Plugin v2.3.0
Hi Chris,
I added EXM-46621 for adding more info in the dialog and EXM-46622 for the second problem.
All the best wishes,
Sorin Carbunaru
I added EXM-46621 for adding more info in the dialog and EXM-46622 for the second problem.
All the best wishes,
Sorin Carbunaru
- Tue Oct 06, 2020 4:31 pm
- Forum: Common Problems
- Topic: Discussion about the Oxygen Git Plugin v2.3.0
- Replies: 6
- Views: 473
Re: Discussion about the Oxygen Git Plugin v2.3.0
Yes, of course. We'll see just how soon we can release this version. I would say in 2 weeks or so. Not more than 3. Possibly sooner than 2. 

- Mon Oct 05, 2020 5:54 pm
- Forum: Common Problems
- Topic: Discussion about the Oxygen Git Plugin v2.3.0
- Replies: 6
- Views: 473
Re: Discussion about the Oxygen Git Plugin v2.3.0
Hello Chris, Thank you for your words of appreciation! :D Now, in regards to the issue you raised, it seems the problem is that we don't prune when fetching the changes. I added EXM-46444 for this. You can run git remote prune or git fetch --prune from the command line as a workaround. Best wishes, ...
- Fri Sep 25, 2020 10:45 am
- Forum: Common Problems
- Topic: Cannot view entire Table Properties Dialog Box
- Replies: 2
- Views: 296
Re: Cannot view entire Table Properties Dialog Box
Hello, This is an issue in Oxygen. It seems the top-left corner of the dialog box is placed in the center of the screen, and with lower resolutions (1366 x 768, for example) this means that the dialog will not be entirely visible. I created a new bug for this (EXM-46401 - for reference purposes). Re...
- Mon Sep 21, 2020 10:43 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Extra period with empty title - Figure 1. .
- Replies: 4
- Views: 375
Re: Extra period with empty title - Figure 1. .
Hi Samba,
What kind of transformation are you performing? WebHelp? (X)HTML? Some other one?
Regards,
Sorin Carbunaru
Oxygen XML Editor
What kind of transformation are you performing? WebHelp? (X)HTML? Some other one?
Regards,
Sorin Carbunaru
Oxygen XML Editor