Search found 1008 matches

by alex_jitianu
Tue Nov 02, 2021 1:04 pm
Forum: Other Issues
Topic: Oxygen Scripting
Replies: 3
Views: 1084

Re: Oxygen Scripting

Hi, It is just something we missed... When an assert activates/fails a <svrl:failed-assert> is generated, but when a report activates a a <svrl:successful-report> gets generated and we forgot to handle it. Some possible solutions: - if it is acceptable to change the report with an assert, then you c...
by alex_jitianu
Fri Oct 22, 2021 1:35 pm
Forum: Other Issues
Topic: Oxygen Scripting
Replies: 3
Views: 1084

Re: Oxygen Scripting

Hi, I'm afraid I need more details on this. These DITA specific rules, are they also Schematron rules? Can you send us some sample SVRLs on support@oxygenxml.com with additional explanations? As a side note, the processing done by this svrl-to-sonar project could also be replicated though an XSLT. B...
by alex_jitianu
Wed Oct 20, 2021 10:07 am
Forum: SDK-API, Frameworks - Document Types
Topic: Converting *.framework to *.exf
Replies: 8
Views: 2357

Re: Converting *.framework to *.exf

Hi Johann,

In the newly release Oxygen 24.0 you are able to specify the initial page in an *.exf script. I hope it helps!

Code: Select all

<initialPage>Author</initialPage>
Best regards,
Alex
by alex_jitianu
Tue Oct 19, 2021 3:32 pm
Forum: Feature Request
Topic: Site-Wide Deployment of Addons
Replies: 9
Views: 3055

Re: Site-Wide Deployment of Addons

Hi, In the new Oxygen release version, 24.0, there is a new option to specify a set of add-ons to be automatically installed . The option can be saved at project level so an administrator can setup the project and then all users will receive notifications that there are a number of add-ons required ...
by alex_jitianu
Fri Oct 15, 2021 4:43 pm
Forum: Feature Request
Topic: $(xslt_eval(...)} editor variable
Replies: 4
Views: 1506

Re: $(xslt_eval(...)} editor variable

Hello, I think this is a good idea, so I've recorded an issue to add this variable. These XPaths tend to be quite complex so an XSLT would be easier to understand. Being able to test it with an XSpec is a great bonus too. We will post here when it gets released. Meanwhile, perhaps you can have an XS...
by alex_jitianu
Thu Oct 14, 2021 5:17 pm
Forum: Other Issues
Topic: frameworks directory path
Replies: 1
Views: 681

Re: frameworks directory path

Hello,

There's a variable named ${configured.ditaot.dir} that returns the path to the currently configured DITA-OT dir, as configured in the DITA preferences.

Best regards,
Alex
by alex_jitianu
Wed Oct 13, 2021 11:42 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to display insertattribute value in xml by default
Replies: 17
Views: 3191

Re: How to display insertattribute value in xml by default

Hello, Thank you for reporting this issue. I will record an issue in our internal issue tracking system to find the cause and we will write on this thread when a fix will be released. Meanwhile, as a workaround, you can use our Java-based API to intercept all fragments being inserted and check if th...
by alex_jitianu
Mon Oct 11, 2021 10:44 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Git Branch Manager
Replies: 14
Views: 3745

Re: Git Branch Manager

Hello, In the newly released version 3.0.0 you can save the uncommitted changes into stashes, reapply or delete the stashed changes. A new Merge "SELECTED_BRANCH" into "CURRENT_BRANCH" action was also added in the contextual menu for local branches in Git Branch Manager . Best re...
by alex_jitianu
Mon Oct 11, 2021 10:00 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to open local files from Git History
Replies: 4
Views: 1486

Re: How to open local files from Git History

Hello, In the recently released Git Client plugin 3.0.0 we added an Open working copy version action to the contextual menu for resources associated to a revision in the Git History view. I hope helps! You can use the Help -> Check for new add-ons updates... action to update to the new version. Best...
by alex_jitianu
Mon Oct 11, 2021 9:25 am
Forum: Common Problems
Topic: Possible bug when reverting a branch to an older commit (and a small Git Branch Manager suggestion)
Replies: 5
Views: 1797

Re: Possible bug when reverting a branch to an older commit (and a small Git Branch Manager suggestion)

Hello, In the recently released Git Client plugin 3.0.0 a message prompt is now displayed if you try to switch the branch while there are uncommitted changes so that you can confirm that you want to stash the changes or move the changes to the new branch. You can use the Help -> Check for new add-on...
by alex_jitianu
Mon Oct 04, 2021 4:28 pm
Forum: Other Issues
Topic: Oxygen Git integration does not work for me
Replies: 4
Views: 1410

Re: Oxygen Git integration does not work for me

Hello, I'm not entirely sure why the credential dialog doesn't pop up. Because the error message said something about redirect, I assume this has something to do with a OAuth flow, in which redirections happen. Did you connect XCode to GitLab like this? https://developer.apple.com/documentation/xcod...
by alex_jitianu
Mon Oct 04, 2021 4:12 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Converting *.framework to *.exf
Replies: 8
Views: 2357

Re: Converting *.framework to *.exf

Hello Johann, I think its because you are missing the namespace. The fragment from contextualMenu.xml should be: <submenu name="table" iconPath="/images/Table16.png" xmlns="http://www.oxygenxml.com/ns/framework/extend"> <addAction id="show.table.properties"/> ...
by alex_jitianu
Mon Oct 04, 2021 3:51 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cannot load the associated CSS file(s)
Replies: 3
Views: 740

Re: Cannot load the associated CSS file(s)

Hi, Yes, copying the *.framework file should be enough. In Oxygen version 22 we fixed a issue in which the *.framework file got deleted, but I'm not sure if you are the victim of the same issue. The fixed issue happened when one was changing the settings from Options > Preferences > Document Type As...
by alex_jitianu
Thu Sep 30, 2021 4:37 pm
Forum: Other Issues
Topic: Clear comments with a tool
Replies: 1
Views: 605

Re: Clear comments with a tool

Hello,

In the Review view, if you invoke the contextual menu over a comment, you will see a Remove all comments action.

Best regards,
Alex
by alex_jitianu
Thu Sep 30, 2021 4:34 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Cannot load the associated CSS file(s)
Replies: 3
Views: 740

Re: Cannot load the associated CSS file(s)

Hello, Something happens to the framework configuration which gets either corrupted or removed. When everything is in order, please open a map in the main oxygen editing area. If the map opens in the Dita Maps manager, there is a button on the toolbar, Open Map in Editor , that will open it in the m...
by alex_jitianu
Thu Sep 30, 2021 12:50 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: outputclass-based content completion
Replies: 2
Views: 768

Re: outputclass-based content completion

Hello, Unfortunately, the cc_config.xml can't express all these relationships. This one, for example: <elementProposals path="section[@outputclass='about']/sectiondiv[@outputclass='intro']" insertElements="p[@outputclass='something']"/> can be expressed as: <elementProposals path...
by alex_jitianu
Thu Sep 30, 2021 12:24 pm
Forum: Other Issues
Topic: Oxygen Git integration does not work for me
Replies: 4
Views: 1410

Re: Oxygen Git integration does not work for me

Hello, The Git plugin supports authentication through Personal Access Tokens . It is possible that you've activated OAuth authentication on your GitLab repositories which is not supported by the plugin. The OAuth authentication usually pops up a browser in which the user inputs its credentials and t...
by alex_jitianu
Tue Sep 28, 2021 11:07 am
Forum: Other Issues
Topic: Line breaks in
Replies: 1
Views: 977

Re: Line breaks in

Hello, You can put an $ask variable on multiple lines and use indentation, for example: ${ask( 'message hello', combobox, ( 'real_value1':'rendered_value1'; 'real_valueN':'rendered_valueN' ), 'default')} I should mention that it depends on Oxygen version, because in version 21.1 we introduced an imp...
by alex_jitianu
Wed Sep 22, 2021 12:54 pm
Forum: Other Issues
Topic: Refactor only a portion of a file?
Replies: 16
Views: 5545

Re: Refactor only a portion of a file?

Hi,

I'm sorry, but in version 20 we had a primitive editor expansion engine, which didn't treat all the nesting possibilities. We introduce a new engine in Oxygen 21.1.

Best regards,
Alex
by alex_jitianu
Mon Sep 20, 2021 8:18 am
Forum: Common Problems
Topic: oxy:current-element()
Replies: 12
Views: 2221

Re: oxy:current-element()

Hi,

Until we fix this situation, you can try using a different operation, like JSOperation, which has access to the current element and more by using the Java API.

Best regards,
Alex
by alex_jitianu
Fri Sep 17, 2021 5:08 pm
Forum: Common Problems
Topic: oxy:current-element()
Replies: 12
Views: 2221

Re: oxy:current-element()

Hi,

Good catch! I've manage to reproduce the the problem and I've recorded an issue. We will let you know as soon as we release a version that contains the fix.

Best regards,
Alex
by alex_jitianu
Thu Sep 16, 2021 11:36 am
Forum: Common Problems
Topic: oxy:current-element()
Replies: 12
Views: 2221

Re: oxy:current-element()

Hello, By the way, in the successful author action XSLT file, the line <xsl:apply-templates select="oxy:current-element()"/> is marked as invalid within Oxygen, even though it successfully drives the Author action. This extension function is installed only in the context of author actions,...
by alex_jitianu
Wed Sep 15, 2021 4:14 pm
Forum: Other Issues
Topic: Temporary files are not deleted. - Java.io.FilePermission Error
Replies: 14
Views: 3325

Re: Temporary files are not deleted. - Java.io.FilePermission Error

Hello, For security reasons, Oxygen runs certain operations that run without the user's knowledge, like the automatic validation, in a sandbox with limited permissions. The issue is related with the fact that you are using a custom validation engine, named Saxon-EE 9.7 , which is an external Saxon 9...
by alex_jitianu
Wed Sep 15, 2021 1:22 pm
Forum: Common Problems
Topic: oxy:current-element()
Replies: 12
Views: 2221

Re: oxy:current-element()

Hello, With want type of documents are you working? Have you customized a built-in framework, like the DITA framework, by editing the framework resources? Each framework has a jar file with specific operations as well as the common operations, like the XSLTOPeration. If you've customized a built-in ...
by alex_jitianu
Wed Sep 15, 2021 12:16 pm
Forum: Common Problems
Topic: oxy:current-element()
Replies: 12
Views: 2221

Re: oxy:current-element()

Hello,

The oxy:current-element() was introduced in Oxygen version 21. What Oxygen version are you running?

Best regards,
Alex
by alex_jitianu
Mon Sep 06, 2021 8:42 am
Forum: Other Issues
Topic: Refactor only a portion of a file?
Replies: 16
Views: 5545

Re: Refactor only a portion of a file?

Hello,

I've tested with an Oxygen 23.1 build and the code template worked as expected. The dialog appears, I give a value and @stem.dir is set to that value. What version of Oxygen are you running? Perhaps this was an issue that we fixed at some point.

Best regards,
Alex
by alex_jitianu
Mon Sep 06, 2021 8:25 am
Forum: Common Problems
Topic: XSpec error
Replies: 3
Views: 1022

Re: XSpec error

Hi, I've updated the link to the Wiki to https://github.com/xspec/xspec/wiki/Getting-Started . XSPec was forked awhile ago from EXPath and developed independently. XSpec execution is basically the execution of an ANT transformation. When it fails, the results log should provide help to understand wh...
by alex_jitianu
Fri Aug 20, 2021 5:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Need more info for oxy:allows-child-element
Replies: 7
Views: 1827

Re: Need more info for oxy:allows-child-element

Hello Isabelle, So you've added the action the the content completion proposals window as well. Unfortunately, we don't have such a API. How about if you don't put the action there anymore? Perhaps you can add it as a button form control. A CSS rule should have access to the default attributes so yo...
by alex_jitianu
Thu Aug 19, 2021 3:41 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Need more info for oxy:allows-child-element
Replies: 7
Views: 1827

Re: Need more info for oxy:allows-child-element

Hi Isabelle, On the XPath activation part, I don't think there is anything that you can do. We don't have an API for contributing additional actions. What you could do is to leave the author action active at all times and, when it gets invoked, the action itself checks to see if the attribute is all...
by alex_jitianu
Wed Aug 18, 2021 1:34 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Need more info for oxy:allows-child-element
Replies: 7
Views: 1827

Re: Need more info for oxy:allows-child-element

Hello Isabelle, Unfortunately, we don't have such an extension function. I understand the flexibility such a method would bring, but can't you just use the element names in the XPath? self::*:child Are there so many elements with @rfuRefIds attributes that creating an XPath based on their names is n...