Search found 2850 matches

by adrian
Thu Mar 10, 2022 4:15 pm
Forum: Common Problems
Topic: Oxygen Author Eclipse 23.0 with log4j fix
Replies: 5
Views: 1460

Re: Oxygen Author Eclipse 23.0 with log4j fix

Hello, The error indicates the class loader cannot find classes from the log4j core jar. So Eclipse doesn’t seem to be aware of the jar change. Check the references to log4j jars from META-INF\MANIFEST.MF in the Oxygen plugin folder. Try running Eclipse with the -clean argument. If the problem persi...
by adrian
Wed Mar 09, 2022 8:49 am
Forum: General XML Questions
Topic: Oxygen XML Author 24 and MacOS 12 (Monterey)
Replies: 1
Views: 718

Re: Oxygen XML Author 24 and MacOS 12 (Monterey)

Hello, For the latest version, the supported and tested versions are mentioned on the download page: https://www.oxygenxml.com/xml_author/download_oxygenxml_author.html?os=macOS#oxy_requirements_mac The product has been fully tested on macOS 10.15 (Catalina), 11 (Big Sur) and 12 (Monterey) . The lat...
by adrian
Mon Mar 07, 2022 4:21 pm
Forum: Common Problems
Topic: Slow opening network files
Replies: 4
Views: 756

Re: Slow opening network files

Hi DeeJayM, I looked around on the forum and it was suggested to uninstall OpenJDK, but this is not installed on the PC. The suggestion you found on the forum is most likely referring to the OpenJDK distribution of Oxygen . Note that Oxygen is currently available in at least two distributions, one b...
by adrian
Wed Mar 02, 2022 11:42 am
Forum: Common Problems
Topic: Xquery/Xpath builder font size
Replies: 3
Views: 819

Re: Xquery/Xpath builder font size

Hello, It is possible to increase/decrease the font size In the XPath/XQuery builder by holding CTRL+mouse wheel (or touchpad scroll up/down gestures). Zoom shortcuts (Ctrl + +/-) aren't working at this time (v24.1). We have an improvement request logged to add font adjusting shortcuts for these pan...
by adrian
Tue Mar 01, 2022 1:06 pm
Forum: Feature Request
Topic: Copy XPath command improvement
Replies: 3
Views: 2872

Re: Copy XPath command improvement

Hello,

Thank you for the feedback. I've added your use case to the feature request.

Regards,
Adrian
by adrian
Fri Feb 25, 2022 12:36 pm
Forum: XQuery
Topic: XQUERY FLWOR using internal document.
Replies: 1
Views: 2127

Re: XQUERY FLWOR using internal document.

Hi,

XQuery looks like this:

Code: Select all

<MALES>
{for $name in doc("input.xml")/RIGA/STREET/HOUSE/FLAT/INHABITANT[@Gender="M"]/text()
return <MALE>{$name}</MALE>}
</MALES>
Regards,
Adrian
by adrian
Wed Feb 16, 2022 3:47 pm
Forum: Common Problems
Topic: Unable To Install Oxygen XML Editor
Replies: 2
Views: 2671

Re: Unable To Install Oxygen XML Editor

Hello, What version of Oxygen are you trying to install? That sounds like a permissions error. If you have the option, try running the Oxygen installer with administrator privileges ("Run as administrator"). If all else fails, download the ZIP distribution of Oxygen and simply unpack it an...
by adrian
Thu Dec 16, 2021 3:00 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Log4Shell exploit
Replies: 17
Views: 4203

Re: Log4Shell exploit

Hi, ClamAV seems to have dropped today the signature for Java.Exploit.CVE_2021_44228-9914601-4 . See here: https://lists.clamav.net/pipermail/clamav-virusdb/2021-December/007774.html Not sure about Java.Exploit.CVE_2021_44228-9914600-2 , but it might also generate false positives. Either way, update...
by adrian
Mon Dec 06, 2021 1:54 pm
Forum: Common Problems
Topic: Possible bug with ctrl+arrow/select in text mode
Replies: 1
Views: 544

Re: Possible bug with ctrl+arrow/select in text mode

Hello, I can confirm the behaviour. The "next word" detection is trying to be smart but seems to be confused when all caps are being used, it assumes a capitalized word starts there. e.g. FooBar, FooB_a_r, Foo_Bar_01 In all cases it stops just before the capitalized B. This is what was int...
by adrian
Fri Nov 19, 2021 4:51 pm
Forum: Common Problems
Topic: Is there a way to replace everything but keep data that was found by wild card
Replies: 3
Views: 1048

Re: Is there a way to replace everything but keep data that was found by wild card

Hi, I either want to extract the 21 data rows or delete all the other hundreds of data rows. Find/Replace isn't meant to be used to extract data, it's just a text search/replace tool. You could flip the logic in the regex and use it to delete the rows that you don't need, but that's about it. If we ...
by adrian
Wed Nov 17, 2021 8:43 pm
Forum: General XML Questions
Topic: Negative logic
Replies: 1
Views: 848

Re: Negative logic

Hello, I'm guessing you actually mean <tag>[^<>]+ NOT 1111117890</tag> In that case it works with a regular expression like this (zero-width negative look-behind): <tag>[^<>]+(?<!1111117890)</tag> If you have wildcards on both sides of the negated string, it won't work. e.g. <tag>[^<>]+(?<!111111)[^...
by adrian
Fri Nov 05, 2021 2:41 pm
Forum: Other Issues
Topic: Modifying query results in Find/Replace in Files
Replies: 1
Views: 871

Re: Modifying query results in Find/Replace in Files

Hello, Find/Replace in Files works on WebDAV, so I'm guessing the Heretto repository is based on WebDAV. The results that Find/Replace in Files provides are not designed to be used as means to obtain/extract data. They are designed to help you locate the data within the document. The contents that a...
by adrian
Tue Oct 26, 2021 12:32 pm
Forum: Other Issues
Topic: Mac performance with Oxygen Editor
Replies: 2
Views: 1475

Re: Mac performance with Oxygen Editor

Hello, We have not tested Oxygen yet on MacBook Pro with M1 Pro or M1 Max. For Oxygen there may not be a significant difference in performance between M1 vs M1 Pro vs M1 Max chips, at least not CPU-wise. Oxygen itself isn't optimized for more than 4 cores (as of v24) for CPU intensive tasks. But if ...
by adrian
Wed Oct 20, 2021 3:33 pm
Forum: Common Problems
Topic: Select action now alt-side-sensitive
Replies: 4
Views: 1086

Re: Select action now alt-side-sensitive

Hi, Thank you for the feedback. I've logged an issue to investigate this. The issue is most likely triggered in combination with OpenJDK 17. The old version of Oxygen that you've used was probably running with Java 8, which doesn't make this distinction between the Alt keys. Until we analyze this, i...
by adrian
Wed Oct 20, 2021 12:39 pm
Forum: Common Problems
Topic: XPath and XML options not working in Find/Replace in Files
Replies: 5
Views: 1159

Re: XPath and XML options not working in Find/Replace in Files

Hello, does this mean that I cannot use XML-based search on multiple files if I don't know their extensions? If they have an empty extension? The XPath and XML search filtering from Find/Replace in Files only work if there is an association in the File Types section for that file extension to an XML...
by adrian
Tue Oct 19, 2021 4:31 pm
Forum: Feature Request
Topic: Cannot resize Edit Attributes dialog in v23?
Replies: 4
Views: 1970

Re: Cannot resize Edit Attributes dialog in v23?

Hello,

I just wanted to announce that this limitation has been removed since v24.0. Dialogs can now be resized in macOS 11 (Big Sur) and later.
The Oxygen .app launchers set AppleWindowTabbingMode = manual for each app bundle identifier to avoid the issue.

Regards,
Adrian
by adrian
Tue Oct 19, 2021 3:35 pm
Forum: Common Problems
Topic: XPath and XML options not working in Find/Replace in Files
Replies: 5
Views: 1159

Re: XPath and XML options not working in Find/Replace in Files

Hello, I've searched the documentation, but this seems to have remained undocumented. I've logged an issue for the documentation team. Since both XPath filters require that the files to be searched must be well-formed XML files, it was decided that only files that have the XML content type are searc...
by adrian
Tue Oct 19, 2021 9:34 am
Forum: Common Problems
Topic: Select action now alt-side-sensitive
Replies: 4
Views: 1086

Re: Select action now alt-side-sensitive

Hello,

1. Is this on Windows or Linux?

2.What keyboard layout (language) are you using?

3. Is this the distribution of Oxygen with OpenJDK 17? Please check in Help > About > System properties, java.version.

Regards,
Adrian
by adrian
Tue Oct 19, 2021 9:23 am
Forum: Common Problems
Topic: XPath and XML options not working in Find/Replace in Files
Replies: 5
Views: 1159

Re: XPath and XML options not working in Find/Replace in Files

Hi, Are you sure this is triggered by "Restrict to XPath" or "Enable XML search options"? I'm asking because these are just content filters, not file filters. But "Scanned files: 0" means the file filters don't match any files to scan, so please check the Scope and Filt...
by adrian
Fri Oct 08, 2021 1:20 pm
Forum: Common Problems
Topic: OxygenXML 15 VERY slow to recover after bulk XSLT transform
Replies: 3
Views: 2400

Re: OxygenXML 15 VERY slow to recover after bulk XSLT transform

Hello Jean-Louis, It's best to start a new topic when investigating issues for a far newer version. The original topic was started in 2013 for Oxygen v15. I only noticed this problem processing XML files encoded in UTF-8 and containing characters from both Left-to-Right (latin, french, german, greek...
by adrian
Tue Oct 05, 2021 9:50 am
Forum: Common Problems
Topic: xPath //elementName expression "stopped" working
Replies: 2
Views: 777

Re: xPath //elementName expression "stopped" working

Hello, Normally XPath 2.0 expressions should be namespace-qualified when working with documents that have namespaces (like TEI). However, by default Oxygen tries to make XPath easier to use and is configured to use the default namespace of the root element in the document as the default namespace fo...
by adrian
Fri Oct 01, 2021 4:48 pm
Forum: Common Problems
Topic: Rendering problem in xml file
Replies: 1
Views: 580

Re: Rendering problem in xml file

Hello, What version of Oxygen are you using? Which distribution did you install the one that includes Java SE 8 or OpenJDK 11-15 (Help > About, System Properties, java.version)? Please try the distribution of Oxygen with OpenJDK. Newer versions of Java (OpenJDK 11+) are known to have improved the su...
by adrian
Mon Sep 13, 2021 4:11 pm
Forum: Other Issues
Topic: Temporary files are not deleted. - Java.io.FilePermission Error
Replies: 14
Views: 3273

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

Hi, Please export your global options (menu > Options > Export Global Options) and send them to our support email address, support@oxygenxml.com, so we can investigate if there's anything in the configuration that may be triggering this. If the error keeps popping up and is interrupting you, you cou...
by adrian
Mon Sep 13, 2021 12:48 pm
Forum: Other Issues
Topic: Temporary files are not deleted. - Java.io.FilePermission Error
Replies: 14
Views: 3273

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

Hello, Note the Oxygen temporary folder where the temporary files are kept, OxygenXMLTemp . There may be a Windows permissions issue with this folder and that's why Oxygen can't delete the files. e.g. "C:\Users\***\ OxygenXMLTemp \oxy_tmpET5306498678649739040.xsl" To fix this: 1. Quit Oxyg...
by adrian
Thu Sep 09, 2021 3:05 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How to edit Smithy files in OxygenXML?
Replies: 2
Views: 1176

Re: How to edit Smithy files in OxygenXML?

Hello,

Smithy isn't XML-based, so it's unlikely to be supported by Oxygen in the short term.
Should I treat this as a feature request?

Regards,
Adrian
by adrian
Mon Aug 09, 2021 3:41 pm
Forum: Common Problems
Topic: substring replace in Find/Replace
Replies: 2
Views: 962

Re: substring replace in Find/Replace

Hello, The XPath is fine. The problem is the $ from "#.*$". Oxygen always treats ^ and $ as line start and line end. Note that even if ^ and $ would refer to region start and region end, it still wouldn't work for the given case since the XPath region also includes the ending quotes. So, a...
by adrian
Thu Jul 22, 2021 10:26 am
Forum: SDK-API, Frameworks - Document Types
Topic: Hot links in schematron error messages
Replies: 20
Views: 7856

Re: Hot links in schematron error messages

Hello, We have tested with your exact build, XML Author 21.1, build 2019090904 on two versions of Eclipse, Version: 2018-12 (4.10) Build id: I20181206-0815 and Version: Oxygen.3a Release (4.7.3a) Build id: 20180405-1200. It behaves correctly on both, the default browser was opened. These are the tes...
by adrian
Tue Jul 20, 2021 5:35 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Hot links in schematron error messages
Replies: 20
Views: 7856

Re: Hot links in schematron error messages

Hello, What version of the Oxygen plugin for Eclipse are you using (Window > Preferences > Oxygen XML Editor) and what version of the Eclipse platform (Help > About, Eclipse Platform), if any is visible? Please check the default system browser for the http and https protocols. Note that file associa...
by adrian
Wed Jul 14, 2021 2:53 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA-OT 3.x Plugin - You don't have permission to save in the location
Replies: 2
Views: 761

Re: DITA-OT 3.x Plugin - You don't have permission to save in the location

Hi,

Not sure if it's a copy/paste error, but note that the output path is incorrect (missing colon for D: drive):
You don't have permission to save in the location: 'D\ONEPlugin\testing\bicc\Output'.
So, double check the Output directory path.

Regards,
Adrian
by adrian
Mon Jul 12, 2021 2:38 pm
Forum: Common Problems
Topic: Keyboard Shortcuts
Replies: 3
Views: 1183

Re: Keyboard Shortcuts

Hi, The shortcuts are bound to the actions from the named document type. When you edited (Extended) the "DITA" document type, the active document type (detected for your documents) changed to "DITA - Extension" (it has higher priority), but shortcut associations are not automatic...