Search found 89 matches

by whyme
Thu Jul 18, 2019 8:27 am
Forum: Common Problems
Topic: saxon:validate()
Replies: 2
Views: 1454

saxon:validate()

In an XSLT 3.0 stylesheet I want to invoke from the Saxon function library saxon:validate(). oXygen offers the function as part of the autocomplete options when I type. But once the function is in place, the stylesheet is marked as invalid, saying that it cannot find a 1-argument function named {htt...
by whyme
Fri Apr 26, 2019 7:13 pm
Forum: Feature Request
Topic: Saxon configuration file export
Replies: 1
Views: 1396

Saxon configuration file export

Hi, it would be nice if, somewhere in the oXygen (I would guess preferences), one could save a Saxon configuration file that has the values that are currently set in the global or project options.
by whyme
Fri Apr 26, 2019 6:45 pm
Forum: Feature Request
Topic: Add Saxon -xmlversion checkbox
Replies: 1
Views: 1350

Add Saxon -xmlversion checkbox

Hi, it would be nice if Options > Preferences > XML > XSLT-XQuery > > Saxon-HE/PE/EE had a checkbox allowing users to toggle between 1.0 and 1.1 for values of -xmlversion. I realize I can build my own configuration file, but that would be less convenient than playing with oXygen's preferences.
by whyme
Tue Mar 26, 2019 1:11 am
Forum: Feature Request
Topic: namespace prefixes for author action XPaths
Replies: 1
Views: 1300

namespace prefixes for author action XPaths

I have a frameworks file where I want, in the Author Actions, to specify an Activation XPath that applies to a <div> in one namespace but not another. It would be nice if in a framework I could declare namespace prefixes and use them, independent of what the user might have (or not have) listed at P...
by whyme
Tue Mar 12, 2019 8:43 pm
Forum: Common Problems
Topic: Schematron and external functions
Replies: 6
Views: 3423

Schematron and external functions

In a project that was once upon a time validating fine on a Mac (oXygen v. 20), I am now (v. 21 on PC) getting the following message: [ISO Schematron] xsl:result-document is disabled when extension functions are disabled. For security reasons the external function calls have been disabled because th...
by whyme
Sat Sep 01, 2018 6:30 pm
Forum: Common Problems
Topic: Information window pane view disappeared
Replies: 4
Views: 2714

Re: Information window pane view disappeared

Update: when I switch to the Database perspective, I get the Information view just fine. But when I switch back to Editor perspective it disappears again.
by whyme
Sat Sep 01, 2018 6:22 pm
Forum: Common Problems
Topic: Information window pane view disappeared
Replies: 4
Views: 2714

Information window pane view disappeared

I was moving a floating information window pane to a second monitor and through a poor drag of my mouse, it went off the screen. I now can't get it back, despite trying different things (removing the second monitor, resizing screen resolution). I completely reinstalled oXygen 20.1 and the info pane ...
by whyme
Thu Aug 09, 2018 5:31 pm
Forum: Common Problems
Topic: Crypto class missing in TEI ODD transformation
Replies: 2
Views: 2220

Re: Crypto class missing in TEI ODD transformation

Thank you, Alex. It turns out that I needed to do what you suggested, but in a different area. I document it here in case others stumble across this thread. The problem lay in the Ant Transformation Scenario I had already set up. I needed to go into Configure Transformation Scenarios and edit the ch...
by whyme
Thu Aug 09, 2018 4:44 pm
Forum: Common Problems
Topic: Crypto class missing in TEI ODD transformation
Replies: 2
Views: 2220

Crypto class missing in TEI ODD transformation

I'm trying to do an ANT-based transformation of an ODD file and getting this error: Description Transformation failed. /Applications/Oxygen XML Editor/frameworks/tei/xml/tei/stylesheet/common/teianttasks.xml:389: java.lang.NoClassDefFoundError: ro/sync/basic/util/Crypto Severity Fatal Scenario TAN s...
by whyme
Mon Aug 06, 2018 10:13 pm
Forum: Common Problems
Topic: Formatting problem for RNC files with > 1 level of inclusion
Replies: 3
Views: 2299

Re: Formatting problem for RNC files with > 1 level of inclusion

I've gotten these results running oXygen 20.0 build 2018042410 on a Mac and 20.1 build 2018061313 on a PC. Sample code below. a.rnc: include "incl/b.rnc" { start = element test { xsd:double } } incl/b.rnc: include "c.rnc" { start = element test { xsd:double } } incl/c.rnc: start ...
by whyme
Fri Jul 27, 2018 4:07 am
Forum: Common Problems
Topic: Formatting problem for RNC files with > 1 level of inclusion
Replies: 3
Views: 2299

Formatting problem for RNC files with > 1 level of inclusion

Given the following files... a.rnc incl/b.rnc incl/c.rnc ...A includes B and B includes C. Validation is fine in all three files. But formatting the document (CTRL + SHIFT + P) works for only B & C. For A I get the following error: C:\Program Files\Oxygen XML Editor 20\incl\c.rnc (The system can...
by whyme
Fri May 25, 2018 12:31 am
Forum: Feature Request
Topic: Feature request: button to toggle automatic validation
Replies: 1
Views: 2039

Feature request: button to toggle automatic validation

I find it just a bit of a hassle to go Options > Preferences > Editor > Document Checking to toggle auto validation on and off. It would be nice if there were a toolbar button to do this as well. Maybe that feature already exists and I can't find it?
by whyme
Sat Apr 21, 2018 7:16 pm
Forum: Common Problems
Topic: Content completion fn:json-to-xml()
Replies: 1
Views: 1625

Content completion fn:json-to-xml()

In an XSLT 3.0 stylesheet I don't see the built-in json-to-xml() show up in the list of functions built via content completion. The function, hand-typed in, works fine. Any suggestions on how to get it in content completion? I didn't see anything in Preferences that seemed to answer this question.
by whyme
Fri Apr 20, 2018 12:47 am
Forum: Feature Request
Topic: ${ask} relative_url enhancements
Replies: 1
Views: 2209

${ask} relative_url enhancements

I find that I've been using the editor variable ${ask('message', relative_url, 'value')} to prompt a user either to choose a place where to save output, or to select files for supplementary input. For the first need, it would be nice if users could pick just a directory, and not a file. For the seco...
by whyme
Fri Apr 13, 2018 4:01 am
Forum: Common Problems
Topic: Add on: git: discrepancy with the shell
Replies: 3
Views: 2323

Re: Add on: git: discrepancy with the shell

Hi Sorin,

Hm, it seems that a little experiment I did showed that the problem is specific to my git repo, which has had several years of accumulation, and at one point the case difference and diacriticals threw a wrench in the normal git workflow. So ignore my complaint.
by whyme
Thu Apr 05, 2018 6:22 pm
Forum: Common Problems
Topic: Add on: git: discrepancy with the shell
Replies: 3
Views: 2323

Add on: git: discrepancy with the shell

In the git plugin I'm getting a list of files for deleting and adding that don't match the list that exists when I run git status in the shell. These seem to have to do with cases where filenames have had changes in case, or in accentuation. If you want to look, I've just pushed a clean repo here . ...
by whyme
Thu Apr 05, 2018 6:02 pm
Forum: Feature Request
Topic: Add on: git: include --amend radio button
Replies: 2
Views: 2878

Add on: git: include --amend radio button

The Git plugin / add-on is amazing, and very useful. Thank you! I realize that git has dozens of parameters that could be supported, so when I suggest this and others, I'm focusing only on those parameters in git that I tend to use. That said, it would be helpful to have an amend checkbox, to includ...
by whyme
Wed Feb 28, 2018 2:36 pm
Forum: Common Problems
Topic: Project view bug
Replies: 2
Views: 1897

Project view bug

Small bug to report. I have some files that are named identically except for the last letter (before the extension). The ones ending in ς are superimposed upon the ones ending in σ. That leaves a gap in the file listings, and it makes it difficult or impossible to put the focus on the ones ending σ.
by whyme
Wed Feb 21, 2018 8:19 pm
Forum: Feature Request
Topic: Clean up .xpr project files
Replies: 3
Views: 3254

Re: Clean up .xpr project files

Thanks, Radu this makes sense. I didn't know about getting .xpr files into the editor via dragging. Now that I'm looking at my .xpr file, I'm wondering if, instead of a new menu option as I had earlier requested, there was a built-in project.sch file in frameworks/oxygen/ that did some basic checkin...
by whyme
Wed Feb 21, 2018 1:53 am
Forum: Feature Request
Topic: Clean up .xpr project files
Replies: 3
Views: 3254

Clean up .xpr project files

I have been developing a project that is now several years old, and the project .xpr file is now 3.5 MB. Recently I've been getting "Unable to save" messages when I change a transformation scenario for a file, and I'm wondering if the size is a problem (perhaps in tandem with Dropbox synci...
by whyme
Mon Jan 29, 2018 10:18 pm
Forum: Feature Request
Topic: Document Type Association > Schema Tab request 1/2
Replies: 3
Views: 3115

Re: Document Type Association > Schema Tab request 1/2

Thanks -- perfect! It might help future users if documentation made this suggestion more explicit.

Now that I'm using the validation tab, it's unclear to me what function the schema tab has. That is, what does the latter do that the former does not do?
by whyme
Fri Jan 26, 2018 10:14 pm
Forum: Feature Request
Topic: Document Type Association > Schema Tab request 2/2
Replies: 1
Views: 2360

Document Type Association > Schema Tab request 2/2

In the Document Type Association > Schema Tab it would be nice if one could associate a document type with more than one pairing of schema type + schema URI.
by whyme
Fri Jan 26, 2018 10:13 pm
Forum: Feature Request
Topic: Document Type Association > Schema Tab request 1/2
Replies: 3
Views: 3115

Document Type Association > Schema Tab request 1/2

In the Document Type Association > Schema Tab it would be nice if one could pick a Schema type that is pure Schematron (i.e., not mixed with other schema languages).
by whyme
Sat Sep 16, 2017 4:50 am
Forum: Feature Request
Topic: Select attribute content
Replies: 1
Views: 1891

Select attribute content

Low-level request: it would be nice if hitting ctrl+shift+alt+C for select content worked not just when the cursor is in a text node, but also when it is within an attribute value, to select everything between the quotation marks. Not sure if that's feasible, but it would be a nice convenience.
by whyme
Wed Aug 23, 2017 3:39 am
Forum: Feature Request
Topic: Schematron validation restricted to cursor context
Replies: 1
Views: 2100

Schematron validation restricted to cursor context

Oftentimes I find myself editing files that are either very large or involve some complicated Schematron rules. Sometimes these rules give tips or aids in editing, and I have to wait a long time to get contextual help via SQF or Schematron-based messages, because the engine is checking the entire fi...
by whyme
Mon Jul 31, 2017 11:24 pm
Forum: Feature Request
Topic: xspec @select color coding
Replies: 3
Views: 2598

Re: xspec @select color coding

Here's a sample. You'll see that color coding would be nice not just for a string, but for variables. <x:scenario label="Scenario for testing function matches"> <x:call function="tan:matches"> <x:param name="input" select="$regex-greek"/> <x:param name="p...
by whyme
Thu Jul 13, 2017 5:05 pm
Forum: Feature Request
Topic: xspec @select color coding
Replies: 3
Views: 2598

xspec @select color coding

A nice feature would be to have color coding for xspec @select. It took me the longest time to diagnose an error, only because I thought (due partly to the color) that

Code: Select all

"sample string"
was the correct syntax for a string, when it should have been

Code: Select all

"'sample string'"
.
by whyme
Wed Apr 12, 2017 7:29 pm
Forum: Common Problems
Topic: Stack overflow error new to oXygen 19
Replies: 3
Views: 3060

Re: Stack overflow error new to oXygen 19

Update: after further futzing about I discovered that the following code generates the same stack overflow error. If you remove the 'xml:' or replace it with another namespace prefix, or if you move the variable declaration into its next sibling the error disappears. A Saxon glitch? <xsl:template ma...
by whyme
Wed Apr 12, 2017 6:51 pm
Forum: Common Problems
Topic: Stack overflow error new to oXygen 19
Replies: 3
Views: 3060

Stack overflow error new to oXygen 19

In oXygen 19 I'm getting java.lang.StackOverflowError for files that are validated fine in oXygen 18, probably because of the Saxon engine upgrade. After some troubleshooting I determined that the problem was due to instances of <xsl:attribute name="xml:id"/> . I'm just registering the obs...
by whyme
Tue Oct 11, 2016 7:28 pm
Forum: Feature Request
Topic: Author mode, support for CSS Fonts Module level 3
Replies: 1
Views: 2229

Author mode, support for CSS Fonts Module level 3

A helpful addition to the Author mode would be support for CSS Fonts Module level 3 . The request is prompted because I am working with a font that has contextual alternates and CSS such as this, which picks the 27th variant of a particular glyph; it works fine in most major browsers: *.ar-cv-n27 { ...