Search found 125 matches

by dsewell
Wed Jan 18, 2023 7:31 pm
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?

Alex or anyone: using oXygen with an SSL-enabled XDBC server still doesn't seem to work in version 25.0. Is this feature request still active in the tracking system? (I thought that was at http://issues.oxygenxml.com/ but maybe it moved?)
by dsewell
Mon Jun 22, 2020 4:33 pm
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?

Thanks, Alex. Since the XDBC connection requires authentication via username/password, adding SSL support would be a good security enhancement.

David
by dsewell
Thu Jun 18, 2020 9:51 pm
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?

I have submitted a formal feature request for SSL support.
by dsewell
Wed Jun 17, 2020 5:51 pm
Forum: Common Problems
Topic: Enabling connection to MarkLogic XDBC server with SSL?
Replies: 5
Views: 1805

Enabling connection to MarkLogic XDBC server with SSL?

I am increasing security on my MarkLogic hosts by converting app servers to use SSL. But it looks like I can't do this for any XDBC server that I need to connect to with oXygen, as the oXygen connector doesn't appear to support an SSL connection. In other words, I have configured oXygen as described...
by dsewell
Tue Mar 17, 2020 11:07 pm
Forum: Common Problems
Topic: MacOS problem when screen sharing
Replies: 4
Views: 1803

Re: MacOS problem when screen sharing

Unfortunately, the problem is still there with OpenJDK, only maybe not so bad as there is a simple workaround. The problem I see, running under MacOS, can be tested by: 1. Connect to one Mac from another via Screen Sharing 2. On the remote Mac, open oXygen. Also open some other applications 3. In oX...
by dsewell
Fri Mar 13, 2020 7:08 pm
Forum: Common Problems
Topic: MacOS problem when screen sharing
Replies: 4
Views: 1803

Re: MacOS problem when screen sharing

Thanks, Adrian, I've replaced my installation with the OpenJDK one and will test things out soon.
by dsewell
Fri Mar 13, 2020 12:26 am
Forum: Common Problems
Topic: MacOS problem when screen sharing
Replies: 4
Views: 1803

Re: MacOS problem when screen sharing

sorry, that should be "a problem we have noticed"
by dsewell
Fri Mar 13, 2020 12:23 am
Forum: Common Problems
Topic: MacOS problem when screen sharing
Replies: 4
Views: 1803

MacOS problem when screen sharing

Now that COVID-19 is pushing many of us to telecommute and in some cases rely on screen sharing from a workplace machine, I am wondering if there is any fix for a problem with have noticed with the MacOS version of oXygen running with Java SE 8u202: when you are running oXygen on your remote compute...
by dsewell
Tue Feb 18, 2020 4:30 pm
Forum: Common Problems
Topic: Using XPath toolbar with HTML5 in v.22
Replies: 2
Views: 1392

Re: Using XPath toolbar with HTML5 in v.22

Yes, your guess was correct. I had changed the file type preference at some time in the past and forgot about that. After changing the preference as suggested, XPath works. Thanks!
by dsewell
Mon Feb 17, 2020 6:05 pm
Forum: Common Problems
Topic: Using XPath toolbar with HTML5 in v.22
Replies: 2
Views: 1392

Using XPath toolbar with HTML5 in v.22

According to the "What's New" information for oXygen 22.0, "You can use the XPath Toolbar or XPath Builder View to quickly query HTML documents using XPath expressions." I tried to test this out on a minimal HTML 5 file: <!DOCTYPE html> <html lang="en"> <head> <meta cha...
by dsewell
Fri Nov 22, 2019 11:50 pm
Forum: Common Problems
Topic: Schematron and external functions
Replies: 6
Views: 3389

Re: Schematron and external functions

(In this case I was able simply to substitute fn:path() for saxon:path() but the general issue remains.) I have encountered this problem also (trying to use a saxon:path() function inside my Schematron file), and I would also vote for a checkbox on the Schematron preferences page to disable security...
by dsewell
Fri Nov 22, 2019 11:47 pm
Forum: Common Problems
Topic: Schematron and external functions
Replies: 6
Views: 3389

Re: Schematron and external functions

I have encountered this problem also (trying to use a saxon:path() function inside my Schematron file), and I would also vote for a checkbox on the Schematron preferences page to disable security checking for external functions.
by dsewell
Thu Sep 26, 2019 10:09 pm
Forum: Feature Request
Topic: Refactoring: comment out elements
Replies: 4
Views: 3919

Re: Refactoring: comment out elements

And I just came here to suggest this feature as well.
by dsewell
Thu May 16, 2019 4:22 pm
Forum: Common Problems
Topic: Can't stop a runaway XPath expression
Replies: 3
Views: 1939

Re: Can't stop a runaway XPath expression

Right, in my case the application was unresponsive by the time I hit the stop button. I guess the lesson is to be more careful in constructing XPath/XQuery expressions with large files/projects.
by dsewell
Wed May 15, 2019 5:32 pm
Forum: Common Problems
Topic: Can't stop a runaway XPath expression
Replies: 3
Views: 1939

Re: Can't stop a runaway XPath expression

(After about 10 minutes, the operation finally stopped with an out-of-memory error and I was able to save the file and proceed.)
by dsewell
Wed May 15, 2019 5:29 pm
Forum: Common Problems
Topic: Can't stop a runaway XPath expression
Replies: 3
Views: 1939

Can't stop a runaway XPath expression

Just now, by mistake I entered an XPath expression like this to search in a large XML document: //distinct-values(//myElement) when I meant to put distinct-values(//myElement) Because of the mistake, oXygen is recursing through everything in the document tree and using 100% CPU while doing it. The p...
by dsewell
Mon May 06, 2019 9:30 pm
Forum: Feature Request
Topic: Refactoring: comment out elements
Replies: 4
Views: 3919

Re: Refactoring: comment out elements

I would also be interested in having this feature added to XML Refactoring. It is an operation that I perform fairly often. In the meantime thanks for the XQuery Update alternative!
by dsewell
Wed Jul 18, 2018 4:48 pm
Forum: XSLT and FOP
Topic: Is there a way to enable XPath content completion in text templates in XSLT 3.0?
Replies: 6
Views: 5022

Re: Is there a way to enable XPath content completion in text templates in XSLT 3.0?

I just discovered that this content completion is working when I was testing the use of @expand-text="true" for the first time, using oXygen 20.1. Thanks to the oXygen team for being so thorough in adding UI features that keep up with the changes in XPath/XSLT specifications!
by dsewell
Tue Jun 05, 2018 4:38 pm
Forum: Feature Request
Topic: "Replace" vs. "Replace and Find"
Replies: 2
Views: 2528

Re: "Replace" vs. "Replace and Find"

Thanks very much!
by dsewell
Mon Jun 04, 2018 9:42 pm
Forum: Feature Request
Topic: "Replace" vs. "Replace and Find"
Replies: 2
Views: 2528

"Replace" vs. "Replace and Find"

I suggested this a couple of years ago and was told the functionality would be added to a future release of oXygen, but I haven't seen it yet, so here is the request again. Currently, in the Find/Replace window, clicking the Replace button makes the change and then immediately moves the cursor to th...
by dsewell
Wed Aug 02, 2017 5:42 pm
Forum: Common Problems
Topic: How to use XQuery 3.1 with oXygen 18 and Saxon EE 9.7?
Replies: 9
Views: 6256

Re: How to use XQuery 3.1 with oXygen 18 and Saxon EE 9.7?

Excellent, I was just about to start learning some of the new features of XQuery 3.1 when I saw that the new release supported it. It may be that the syntax coloring will need to be modified to support new 3.1 features. For example, the array syntax in the third argument to concat() here, which shou...
by dsewell
Fri Jan 27, 2017 11:28 pm
Forum: Feature Request
Topic: Possible to add paste-from-clipboard to Code Template variables?
Replies: 2
Views: 2779

Possible to add paste-from-clipboard to Code Template variables?

Would it be possible to extend the code template utility so that one can have the current system clipboard contents pasted into a specific point? For an example, I have a template that allows me to select text so I can add a target URL: <a href="${caret}">${selection}</ref> That puts my cu...
by dsewell
Fri Oct 28, 2016 4:56 pm
Forum: Common Problems
Topic: Runtime Errors from parse-xml not catched
Replies: 5
Views: 3576

Re: Runtime Errors from parse-xml not catched

Excellent, thanks for the update and the fix.
by dsewell
Fri Aug 28, 2015 10:30 pm
Forum: Common Problems
Topic: Runtime Errors from parse-xml not catched
Replies: 5
Views: 3576

Re: Runtime Errors from parse-xml not catched

There is a similar problem with XQuery and fn:parse-xml(): xquery version "3.0"; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:omit-xml-declaration "true"; try { let $xml-string := '<para>Paragraph</p>' return parse...
by dsewell
Tue Dec 28, 2010 9:21 pm
Forum: Common Problems
Topic: Buggy Find/Replace in Files with long lines and XPath
Replies: 2
Views: 2285

Buggy Find/Replace in Files with long lines and XPath

I have just discovered that some XPath searches on project files are returning incomplete results, and I have identified the cause (or "a cause" at least) as long lines in the source XML. Description: I want to search through all files in a project for a regular expression \d\s+\d (match d...
by dsewell
Tue Apr 06, 2010 4:25 pm
Forum: XSLT and FOP
Topic: Passing XSLT stylesheet parameter to transform scenario?
Replies: 4
Views: 3783

Re: Passing XSLT stylesheet parameter to transform scenario?

Yes, please create a feature request for a new editor variable that can use the active stylesheet parameters.
by dsewell
Tue Apr 06, 2010 12:13 am
Forum: XSLT and FOP
Topic: Passing XSLT stylesheet parameter to transform scenario?
Replies: 4
Views: 3783

Passing XSLT stylesheet parameter to transform scenario?

When I am creating an XSLT transformation scenario, I would like to be able to use one of the stylesheet parameters (defined in the XSLT tab) in constructing the name of the output file. So for example if I set parameter ID=X123, I would like to define "Save As" using something like Myfile...
by dsewell
Wed Nov 11, 2009 8:06 pm
Forum: XSLT and FOP
Topic: context for fo:external-graphic URL?
Replies: 3
Views: 3849

Re: context for fo:external-graphic URL?

thanks for the response--unfortunately I'm travelling for a few days. If I can't resolve the issue locally I'll post something next week.