Search found 39 matches

by sarcanon
Sun Dec 31, 2023 7:10 pm
Forum: Feature Request
Topic: Copy Selection of Documents in Results Window to Project View
Replies: 1
Views: 228

Copy Selection of Documents in Results Window to Project View

Apologies if this functionality already exists. Something I do quite freqently in Oxygen Editor is Find and Replace operations on multiple files or a Validation operation. Both of these operations can produce a list of documents in the Results panel, in the first case for all found documents, and in...
by sarcanon
Sat Jul 29, 2023 5:07 pm
Forum: Common Problems
Topic: Deprecation Warning from JDK
Replies: 1
Views: 350

Deprecation Warning from JDK

Hello. Occasionally, I will use the command line to open an XML file for editing like this: C:\\Program Files\\Oxygen XML Editor 25\\oxygen.bat "C:/Users/user1/Documents/project/RIB00955.xml" When doing so today, I received the following warning from the JDK: NOTE: Picked up JDK_JAVA_OPTIO...
by sarcanon
Mon Oct 10, 2022 8:04 pm
Forum: Common Problems
Topic: Editor Uses Wrong Font
Replies: 6
Views: 929

Re: Editor Uses Wrong Font

Well, I have answered my own question, partially at least. After finding a utility to identify the long lines, I trimmed the longest ones down a bit, and found that if I re-open with no line exceeding 5,555 characters, then I am spared the "Long Lines" warning dialog. So, presumably the li...
by sarcanon
Mon Oct 10, 2022 5:59 pm
Forum: Common Problems
Topic: Editor Uses Wrong Font
Replies: 6
Views: 929

Re: Editor Uses Wrong Font

Yes, it has long lines. Text wrapping is enabled for this document. I do get the "Long Lines" warning dialog when I open it. The longest is line is apparently 15,080 characters (!). Is there any easy way to identify the long lines and investigate whether they can be split up? Also, what is...
by sarcanon
Mon Oct 10, 2022 12:37 am
Forum: Common Problems
Topic: Editor Uses Wrong Font
Replies: 6
Views: 929

Editor Uses Wrong Font

Hello. I am running OxygenXML 24.1 (build 2022092207) on Windows 10 (x64). I have a single window with 13 tabs open, with a combination of XML, XSLT, and TXT files, all local to my machine. The Editor font set in Appearance panel of Preferences dialog is Noto Sans Mono (size: 12). All tabs except on...
by sarcanon
Fri Sep 23, 2022 11:51 pm
Forum: General XML Questions
Topic: XPath Field in Find/Replace Dialog Disabled
Replies: 2
Views: 835

Re: XPath Field in Find/Replace Dialog Disabled

Excellent. What you say makes sense and is consistent with my scenario. I did see the dialog you mentioned and chose the first option (optimize for large files). I will alter the preferences as you suggest and advise if it does not resolve the situation.

Many thanks for your prmopt reply.
- Scott
by sarcanon
Fri Sep 23, 2022 6:06 am
Forum: General XML Questions
Topic: XPath Field in Find/Replace Dialog Disabled
Replies: 2
Views: 835

XPath Field in Find/Replace Dialog Disabled

Hello. I am editing an XML document in OxygenXML Editor 24.1 (build 2022062007) on Windows 10 Pro (x64). When attempting to perform Find/Replace operations in my document, I am unable to enter any values into the XPath field, as it appears disabled. Similarly, the Options gear icon to the right of t...
by sarcanon
Wed Oct 14, 2020 4:59 am
Forum: Other Issues
Topic: SVN Client deprecated?
Replies: 4
Views: 2904

Re: SVN Client deprecated?

Just to add a coda to this thread, my SVN hosting service (CloudForge) closed down earlier this month, and I was forced to decide where to move my repos. I had not previously considered GitHub since they didn't offer private repositories. However, at some point, that policy changed and now they do. ...
by sarcanon
Wed Jan 22, 2020 1:27 am
Forum: Other Issues
Topic: Cannot Select Installed Font in Preferences
Replies: 4
Views: 2228

Re: Cannot Select Installed Font in Preferences

I've just confirmed your conjecture. Java does indeed not recognize fonts unless they are installed "for all users".

When I re-installed the fonts "for all users" they were visible after the next Oxygen restart.

Thank you for that bit of information.

Best wishes.
- Scott
by sarcanon
Thu Jan 16, 2020 8:23 pm
Forum: Other Issues
Topic: Cannot Select Installed Font in Preferences
Replies: 4
Views: 2228

Cannot Select Installed Font in Preferences

Hello. I am unable to select a recently installed font in Preferences->Appearances->Fonts->Editor. The font does not appear in the list of available fonts. I have tried after multiple restarts of OxygenXML and the font still does not appear. I have verified that the font is properly installed. I am ...
by sarcanon
Thu Apr 04, 2019 1:50 pm
Forum: Common Problems
Topic: Shortcuts for Find and Replace Within Find/Replace Dialog (Mac OS)
Replies: 2
Views: 1629

Shortcuts for Find and Replace Within Find/Replace Dialog (Mac OS)

Hello. I cannot find keyboard shortcuts for Find Next, Replace/Find, and Replace buttons within the Find/Replace dialog on Mac OS. On Windows, we have shortcuts (alt-F, alt-R, etc.), but I can find no such equivalents on Mac OS. And the Menu Shortcuts Key panel in the Preferences dialog appears to o...
by sarcanon
Fri Mar 29, 2019 5:56 pm
Forum: XSLT and FOP
Topic: Transformation Output File Paths are platform-specific
Replies: 4
Views: 2531

Transformation Output File Paths are platform-specific

Hello. Using OxygenXML 21.0, I move frequently back and forth between Windows on my desktop and Mac OS on my laptop. One annoying problem I cannot figure out how to get around is that Oxygen appears to save output file paths in XSLT transformation scenarios in a platform-specific manner. For instanc...
by sarcanon
Sat Feb 23, 2019 6:53 am
Forum: Other Issues
Topic: SVN Client deprecated?
Replies: 4
Views: 2904

SVN Client deprecated?

Hello. I just installed OxygenXML v 21.0, and discovered that at the bottom of the Tools menu, it reads "SVN Client (deprecated)". which shocked me considerably since I rely on this tool quite a bit. I checked the What's New page (https://www.oxygenxml.com/xml_editor/whats_new.html), and i...
by sarcanon
Mon Sep 04, 2017 6:12 pm
Forum: XSLT and FOP
Topic: Inspecting Saxon Calls from Oxygen
Replies: 7
Views: 4040

Re: Inspecting Saxon Calls from Oxygen

Thank you for the suggestion. But rather than going to the effort of installing Eclipse and learning another IDE, I'd rather work through the command line, where I know I can script operations exactly the way I want. I'm hoping all I will need to do is figure out how to work with Saxon's command lin...
by sarcanon
Wed Aug 23, 2017 10:26 pm
Forum: XSLT and FOP
Topic: Inspecting Saxon Calls from Oxygen
Replies: 7
Views: 4040

Re: Inspecting Saxon Calls from Oxygen

P.S. One of the reasons I asked was I want to find way to invoke transformations for a subset of XML documents. Say, for instance, I have a set of 2,500 documents in a directory, but I have modified one or two of them. How can I initiate a series of XSLT transformations only on the modified document...
by sarcanon
Wed Aug 23, 2017 10:20 pm
Forum: XSLT and FOP
Topic: Inspecting Saxon Calls from Oxygen
Replies: 7
Views: 4040

Re: Inspecting Saxon Calls from Oxygen

OK. Thank you.
by sarcanon
Wed Aug 23, 2017 5:16 pm
Forum: XSLT and FOP
Topic: Inspecting Saxon Calls from Oxygen
Replies: 7
Views: 4040

Re: Inspecting Saxon Calls from Oxygen

I'm just curious to see the command parameters that Oxygen is using to invoke Saxon. I may want to explore the possibility of a workflow of invoking XSLT transformations from the command line (called from scripts), and I want be able to compare the results to those produced to transformations produc...
by sarcanon
Tue Aug 22, 2017 8:04 pm
Forum: XSLT and FOP
Topic: Inspecting Saxon Calls from Oxygen
Replies: 7
Views: 4040

Inspecting Saxon Calls from Oxygen

I would like to know if there is some way to view the actual CLI commands sent to Saxon when doing XSLT transformations using Oxygen XML GUI. Is there a debug log somewhere with the actual exchange between Oxygen and Saxon that records the commands sent and responses received? Thank you. Environment...
by sarcanon
Wed Mar 09, 2016 3:31 am
Forum: XSLT and FOP
Topic: Generating Numeric Character Reference in HTML
Replies: 2
Views: 2716

Generating Numeric Character Reference in HTML

Hello. I am trying to generate an HTML document with XSLT that can contain a numeric character reference in the output. I n many cases, the XSLT works with 'normal' characters, e.g., non-breaking space character (Š), etc., since all browsers can successfully interpret them when they are ou...
by sarcanon
Sun Sep 29, 2013 1:45 am
Forum: Common Problems
Topic: OxygenXML 15 VERY slow to recover after bulk XSLT transform
Replies: 3
Views: 2401

OxygenXML 15 VERY slow to recover after bulk XSLT transform

I am working on a project with almost 3,000 XML documents that I do several bulk XSLT transformations (into HTML pages) on a regular basis (3-4 times daily). This was taking more time I wanted to wait, and therefore decided to upgrade to a faster computer to help speed up these operations. Well, I s...
by sarcanon
Thu Apr 25, 2013 10:53 pm
Forum: Other Issues
Topic: XSLT Webinars
Replies: 1
Views: 1630

XSLT Webinars

Will these be recorded for later viewing by those of us who are unable to attend the live sessions?

Thank you.
by sarcanon
Thu Apr 18, 2013 9:31 pm
Forum: General XML Questions
Topic: Validation error when including file
Replies: 4
Views: 3150

Re: Validation error when including file

Excellent. I knew I was doing something wrong. I just didn't know what, and the error message was not particularly helpful. Thank you!
by sarcanon
Thu Apr 18, 2013 2:22 am
Forum: General XML Questions
Topic: Validation error when including file
Replies: 4
Views: 3150

Re: Validation error when including file

Per your invitation, I have done as you requested.

Thank you.
by sarcanon
Wed Apr 17, 2013 6:41 pm
Forum: General XML Questions
Topic: Validation error when including file
Replies: 4
Views: 3150

Validation error when including file

I am attempting to include an external (local) XML file in my main document, but this is causing a rather perplexing validation error: System ID: C:\Users\scott\Documents\project\include\include-taxonomies.xml Main validation file: C:\Users\scott\Documents\project\inscriptions\rib01322.xml Schema: C...
by sarcanon
Mon Feb 04, 2013 6:29 pm
Forum: Common Problems
Topic: Custom Output File Name in XSLT Transformation Scenarios
Replies: 6
Views: 9363

Re: Custom Output File Name in XSLT Transformation Scenarios

So, use xsl:result-document in lieu of the Save As action in the transformation scenario?

That seems like a perfectly satisfactory solution.

Thank you.
by sarcanon
Sat Feb 02, 2013 10:58 pm
Forum: Common Problems
Topic: Custom Output File Name in XSLT Transformation Scenarios
Replies: 6
Views: 9363

Custom Output File Name in XSLT Transformation Scenarios

There must be a way to do this, but after spending almost an hour reviewing the docs and this forum, I cannot find it. I would like to define the output file name in an XSLT Transformation Scenario using content from within the XML document currently being transformed. I've carefully reviewed all of...
by sarcanon
Mon Jan 28, 2013 6:26 pm
Forum: Other Issues
Topic: Find in Files iwth XPath
Replies: 6
Views: 5825

Re: Find in Files iwth XPath

That will work quite nicely.

Thank you.
by sarcanon
Mon Jan 28, 2013 2:08 am
Forum: Other Issues
Topic: Find in Files iwth XPath
Replies: 6
Views: 5825

Re: Find in Files iwth XPath

More on this topic. How would I find files NOT containing a certain XPath expression?
by sarcanon
Tue Mar 20, 2012 8:49 am
Forum: Common Problems
Topic: Generating HTML5 DOCTYPE with XSLT
Replies: 9
Views: 14010

Re: Generating HTML5 DOCTYPE with XSLT

Dear Radu:

That works. Thank you very much.

But I am a little surprised that there isn't a more elegant solution within XSLT to address what must be a common requirement. I surely cannot be the only person who wants to generate HTML5 docs in this manner.

In any event, thanks again for the solution.