Search found 1008 matches

by alex_jitianu
Fri Aug 11, 2023 12:16 pm
Forum: Common Problems
Topic: Using Ant to run XSpec unit tests
Replies: 2
Views: 446

Re: Using Ant to run XSpec unit tests

Hi, From the Project view, you can invoke the contextual menu over a directory containing xspec files and select Transform->Apply transformation Scenarios... . All xspec files from that directory will be run. Alternatively, you could create a driver xpec file that imports multiple xspec files and ru...
by alex_jitianu
Tue Aug 08, 2023 4:19 pm
Forum: Common Problems
Topic: Problems with author actions in framework extension script
Replies: 20
Views: 1720

Re: Problems with author actions in framework extension script

Hi Oliver, I don't see anything useful in the log. Please write an email on support@oxygenxml.com. I want to send you a sample project to see if it behaves similarly on your system. I also want to ask you to open the exf file and from the contextual menu to select Compile Framework Extension Script ...
by alex_jitianu
Tue Aug 08, 2023 4:16 pm
Forum: Feature Request
Topic: Integrate BaseX into oXygen XML Editor
Replies: 4
Views: 557

Re: Integrate BaseX into oXygen XML Editor

Hi Graydon, Whenever people ask us for a feature, on the forum, on our support email address or when we meet them in person during conferences, we add their vote for the feature and we increase its priority. Because our development resources are limited, there is always a challenge to weight and dec...
by alex_jitianu
Tue Aug 08, 2023 12:00 pm
Forum: Feature Request
Topic: Integrate BaseX into oXygen XML Editor
Replies: 4
Views: 557

Re: Integrate BaseX into oXygen XML Editor

Hi, There is an Oxygen plugin developed by Axxepta that that provides inside Oxygen: https://github.com/axxepta/project-argon http://argon-author.com/ I suggest giving it a test and see how it performs against your requirement. It has quite a lot of feature. I've also added your vote for an internal...
by alex_jitianu
Mon Aug 07, 2023 2:29 pm
Forum: Common Problems
Topic: Problems with author actions in framework extension script
Replies: 20
Views: 1720

Re: Problems with author actions in framework extension script

Hi, Still no luck in reproducing it... If you delete the scenarios file, does still exhibit this behavior? I had to do this because I didn't have it. <transformationScenarios> <addScenarios href="${frameworkDir}/transform/prepare-print-export.scenarios"/> </transformationScenarios> If you ...
by alex_jitianu
Fri Aug 04, 2023 5:08 pm
Forum: Common Problems
Topic: Problems with author actions in framework extension script
Replies: 20
Views: 1720

Re: Problems with author actions in framework extension script

Hi, I created some small samples starting from your example, but I didn't reproduce the issue. It is probably related with the base framework configuration as well. Is there any chance for me to obtain the full frameworks? The variant with exf files? Or at least the exf file for ediarum.BASE.edit ? ...
by alex_jitianu
Fri Aug 04, 2023 1:43 pm
Forum: Other Issues
Topic: Apply template to existing topic
Replies: 4
Views: 692

Re: Apply template to existing topic

Hi, In theory it could be done wither though a custom XML refactoring action or through a prompt in our AI Positron add-on. To decide which path is more feasible, could you send us some sample files on support@oxygenxml.com? After we make the analysis I will remove the files from my system. You can ...
by alex_jitianu
Tue Aug 01, 2023 12:30 pm
Forum: Other Issues
Topic: Apply template to existing topic
Replies: 4
Views: 692

Re: Apply template to existing topic

Hi, First, let's be sure that I understand the requirement. You have a new document topic that imposes a certain structure and an already existing topic that doesn't respect this structure. You want to refactor the existing topic to respect the template structure? Is this the use case? If not, pleas...
by alex_jitianu
Thu Jun 29, 2023 5:17 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Are there best practices for setting up Oxygen projects in languages other than English?
Replies: 6
Views: 1132

Re: Are there best practices for setting up Oxygen projects in languages other than English?

Hi, Unfortunately we don't have to much experience with Fluenta segmentation rules. I would have expected to work... When we created the add-on, we used the Fluenta API to integrate its actions within Oxygen, but we haven't worked with it extensively. If you have access to a Fluenta desktop installa...
by alex_jitianu
Thu Jun 29, 2023 4:25 pm
Forum: Common Problems
Topic: dependencies in cc_config.xml
Replies: 5
Views: 625

Re: dependencies in cc_config.xml

Hi,
Olivier, thank you for reporting this issue. Chris, thank you for confirming it and for the samples. I also confirm that this is an indeed an issue. I've recorded an issue to investigate and understand the issue and hopefully we will release the fix for the next release.

Best regards,
Alex
by alex_jitianu
Wed May 24, 2023 2:43 pm
Forum: Common Problems
Topic: How to retain default outputclass for element while applying speciific attribute a certain elements in OxygenXML Author
Replies: 2
Views: 492

Re: How to retain default outputclass for element while applying speciific attribute a certain elements in OxygenXML Aut

Hi Roopesh, Chris is correct, currently only one rule is applied, the one with the higher specificity. We have an issue recorded to enable a behavior in which we combine multiple rules and I have added your vote for it. For now you will have to include all values that you want in the more-specific r...
by alex_jitianu
Wed May 17, 2023 8:53 am
Forum: Other Issues
Topic: suroundInFragment method
Replies: 2
Views: 673

Re: suroundInFragment method

Hello, There are a couple aspects to consider: 1. In the model, each start tag and end tag has just one special marker character . 2. An AuthorNode start offset points to the start marker and the end offset points to the end marker, as depicted in the link above 3. surroundInFragment() endOffset is ...
by alex_jitianu
Fri May 12, 2023 10:25 am
Forum: Common Problems
Topic: Oxygen Author 23.1 Will not open - Stuck in a loop, uninstall\reinstall does not fix
Replies: 1
Views: 328

Re: Oxygen Author 23.1 Will not open - Stuck in a loop, uninstall\reinstall does not fix

Hi, I'm sorry for the inconvenience. Until we release a fix for this situation, you can escape the loop by following this procedure: - close Oxygen - open in Notepad++ or similar the preferences file: C:\Users\{user.name}\AppData\Roaming\com.oxygenxml.author\oxyAuthorOptionsSa23.1.xml - make a backu...
by alex_jitianu
Wed Apr 12, 2023 5:14 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Specific DocumentTypeAdvancedCustomRuleMatcher
Replies: 3
Views: 914

Re: Specific DocumentTypeAdvancedCustomRuleMatcher

Hi Johann, I should have passed in the "matches" method of CustomDocumentTypeCustomRuleMatcher only when a document meets the association rules of my base framework. However, no matter which document I open, I enter the "matches" method of CustomDocumentTypeCustomRuleMatcher. If ...
by alex_jitianu
Mon Apr 10, 2023 12:29 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Specific DocumentTypeAdvancedCustomRuleMatcher
Replies: 3
Views: 914

Re: Specific DocumentTypeAdvancedCustomRuleMatcher

Hello, First question: I have the impression that the specific framework does not naturally inherit the association rules from the base framework and that it is necessary to rewrite all the rules. It's not the same mechanism as for CSS. Can you confirm the behaviour? They should be inherited. If you...
by alex_jitianu
Fri Mar 31, 2023 11:18 am
Forum: Other Issues
Topic: recursive framework extension / derivation
Replies: 7
Views: 1072

Re: recursive framework extension / derivation

Hi,
I was under the impression that I notified all those that stumbled on this limitation, but apparently I missed some channels. Sorry about that! It's a good thing you've seen it in the release notes!
Best regards,
Alex
by alex_jitianu
Mon Mar 20, 2023 10:59 am
Forum: Feature Request
Topic: Use .gitignore File to Filter Project
Replies: 3
Views: 2786

Re: Use .gitignore File to Filter Project

Hello,

Thank you for your feedback. I've added your vote for the issue.

best regards,
Alex
by alex_jitianu
Fri Mar 17, 2023 6:13 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Are there best practices for setting up Oxygen projects in languages other than English?
Replies: 6
Views: 1132

Re: Are there best practices for setting up Oxygen projects in languages other than English?

Hi,
We have released the Fluenta DITA Translation add-on which can be installed from Help->Install new add-ons.... Please give it a try and let us know your thoughts.

Best regards,
Alex Jitianu
by alex_jitianu
Fri Mar 17, 2023 6:09 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Wrong version of frameworks actions used
Replies: 3
Views: 1108

Re: Wrong version of frameworks actions used

Hi,
Oxygen 25.1 was released and in it we've fixed this issue. Thank you again for your feedback, and please keep sending it!
Best regard,
Alex Jitianu
by alex_jitianu
Mon Mar 13, 2023 10:16 am
Forum: Common Problems
Topic: Cannot add document template via framework extension script
Replies: 2
Views: 496

Re: Cannot add document template via framework extension script

Hi, Some properties have URL values and other have file path ones. For templates, the path must be a file path so you need to use ${frameworkDir} or just leave the path relative and it will be resolved relative to the script location. I will add an issue to handle these nuances automatically, it too...
by alex_jitianu
Thu Mar 09, 2023 1:54 pm
Forum: Common Problems
Topic: Problem in frameworkExtensionScript.xsd: removeAction element's id attribute is too restrictive
Replies: 2
Views: 545

Re: Problem in frameworkExtensionScript.xsd: removeAction element's id attribute is too restrictive

Hi Kai, Thank you for reporting this issue. I've added an issue to relax the schema and accept any string. You are right, the validation error doesn't affect the functionality. Meanwhile, you can make the change yourself in {oxygenInstallDir}\frameworks\extensions\frameworkExtensionScript\frameworkE...
by alex_jitianu
Tue Mar 07, 2023 4:50 pm
Forum: Other Issues
Topic: recursive framework extension / derivation
Replies: 7
Views: 1072

Re: recursive framework extension / derivation

Hi Kai, That's true, right now you can't specify a default schema in the script. We have a issue recorded, but we didn't get the time to implement it. If I understand it correctly, your XML documents do not have a schema association in them? If they have, the association will be passed through catal...
by alex_jitianu
Tue Feb 14, 2023 10:44 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Custom drop list for elements
Replies: 6
Views: 735

Re: Custom drop list for elements

Hi,

You can read more about less here: https://lesscss.org/ . The Author mode can be customized though plain CSS, but LESS brings benefits like reusing through mixins.

Best regards,
Alex
by alex_jitianu
Mon Feb 13, 2023 3:21 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Custom drop list for elements
Replies: 6
Views: 735

Re: Custom drop list for elements

Hello, You can use a combo box form control to edit the value of these li elements. The CSS below does this for every li element so you need to refine the selector to match only those specific li elements (maybe with an attribute condition): li { content: oxy_combobox( edit, '#text', editable, false...
by alex_jitianu
Tue Feb 07, 2023 5:21 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: cc_config.xml automatic element insertion no longer works for <note> elements
Replies: 3
Views: 530

Re: cc_config.xml automatic element insertion no longer works for <note> elements

Hi,
The issue ID is EXM-52392 (Add missing required elements inside fragments inserted by author actions)
Best regards,
Alex
by alex_jitianu
Mon Feb 06, 2023 6:38 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: cc_config.xml automatic element insertion no longer works for <note> elements
Replies: 3
Views: 530

Re: cc_config.xml automatic element insertion no longer works for <note> elements

Hi Chris, I see that you've also found the culprit... Right now, the only solution is to edit the action's inserted fragment and put the 'p' element in it. I will record a feature request to automatically consider required elements, either those provided from the schema or from the content completio...
by alex_jitianu
Wed Jan 25, 2023 10:07 am
Forum: Common Problems
Topic: Oxygen fails to start after upgrade of Git Plugin
Replies: 3
Views: 584

Re: Oxygen fails to start after upgrade of Git Plugin

Hi Kai, Hard to say... From the stack trace I would say that the exception is in the part that searches for the repository in the file structure of the current project, a processing that occurs before the question is presented. Anyway, we are in the processes of releasing a fix version, so it will n...
by alex_jitianu
Mon Jan 23, 2023 1:34 pm
Forum: Other Issues
Topic: GPG signing not working in Oxygen Git Connector?
Replies: 5
Views: 915

Re: GPG signing not working in Oxygen Git Connector?

Hi,
I'm sorry to hear that. I'll test it myself and get back to you once I have either reproduced the issue or successfully committed. Either way, I hope we can manage to put this support built-in in the next Git Client release.

Best regards,
Alex
by alex_jitianu
Fri Jan 20, 2023 11:45 am
Forum: Common Problems
Topic: Oxygen fails to start after upgrade of Git Plugin
Replies: 3
Views: 584

Re: Oxygen fails to start after upgrade of Git Plugin

Hello, I'm sorry for the inconvenience! We will fix this situation in a next maintenance release. I think the project loaded in the Project view is no longer present on disk. Until we release a fix, to go over this situation, you need to temporarily disable the Git Client by following this procedure...
by alex_jitianu
Thu Jan 19, 2023 11:32 am
Forum: Common Problems
Topic: Enabling connection to MarkLogic XDBC server with SSL?
Replies: 5
Views: 1805

Re: Enabling connection to MarkLogic XDBC server with SSL?

Hi, Unfortunately it didn't make it in version 25. I've added a +1 for the feature and I will bring it in the talks for the next version roadmap. At some point in the past, we had a public interface to our issue system, but not anymore. For your reference, this feature request ID is EXM-45856. Best ...