Re: [oXygen-user] Zoom by mouse scrolling in v18

2016-05-11 Thread Lou Burnard
For those of us (not a few) who use laptops -- which don't have a numeric keypad -- and don't run either windows or mac os -- this feature was REALLY USEFUL. I spend a lot of time demonstrating how cool oxyGen is to people, and being able to zoom in and out of the editor display is really impor

[oXygen-user] editor font

2016-08-03 Thread Lou Burnard
When I look at the dialogue for setting fonts, it says that by default i am using a font family called "Monospaced" for the editor. How can I find out which actual font is being used? (I'd like to know because it seems to have many characters which other fonts don't, notably OCS characters). Or

Re: [oXygen-user] editor font

2016-08-03 Thread Lou Burnard
ter range intervals. But as an application running on top of this abstraction we do not really know how the operating system combines ranges for a monospaced font. Regards, Radu Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 8/3/2016 1:33 PM, Lou Burn

[oXygen-user] Checking whether a file exists in XSLT

2017-01-12 Thread Lou Burnard
I need to write a stylesheet which checks the value of an attribute to see if it is the name of an existing file. You can't do it directly in XSLT of course, so I am following the advice of Mike Kay (https://www.oxygenxml.com/archives/xsl-list/200506/msg00400.html) and trying to do it with a ja

Re: [oXygen-user] Checking whether a file exists in XSLT

2017-01-13 Thread Lou Burnard
il: mailto:patrik.stellm...@gdv-dl.de -Ursprüngliche Nachricht- Von: oXygen-user [mailto:oxygen-user-boun...@oxygenxml.com] Im Auftrag von Lou Burnard Gesendet: Donnerstag, 12. Januar 2017 19:59 An: oxygen-user@oxygenxml.com Betreff: [oXygen-user] Checking whether a file exists in XSLT

Re: [oXygen-user] Spurious /> in text mode

2017-11-13 Thread Lou Burnard
That's what I'd expect to happen! By typing the > there you make it into a start tag, for which oxygen then dutifully supplies an end tag. Not a bug, in my opinion. Sent from my Huawei Mobile Original Message Subject: Re: [oXygen-user] Spurious /> in text mode From: "Kalvesmak

Re: [oXygen-user] Spurious /> in text mode

2017-11-13 Thread Lou Burnard
I forgot to add: if you want to "open" something like so that you can add content, just delete the / and oXygen will turn it back to , with the cursor in the right place for you to do so. On 13/11/17 14:22, Lou Burnard wrote: That's what I'd expect to happen! By typing the

[oXygen-user] xslt puzzle

2018-03-06 Thread Lou Burnard
I take the liberty of exposing my ignorance of how to use the cool grouping features of xslt on the list, in the hope that someone will take pity on me and explain what's going on here. My input file (in the HTML namespace) contains chunks like this: Waarde Meryan! ‘In aanmerking genomen onze

Re: [oXygen-user] xslt puzzle

2018-03-06 Thread Lou Burnard
8 um 15:20 schrieb Lou Burnard : I take the liberty of exposing my ignorance of how to use the cool grouping features of xslt on the list, in the hope that someone will take pity on me and explain what's going on here. My input file (in the HTML namespace) contains chunks like this: Waar

[oXygen-user] transforming LOTS of files with saxon

2018-03-12 Thread Lou Burnard
I want to run a simple XSLT script against each of about 50,000 small RDF files, sending the output to a single file. I can do it at the command line, but I'd like it to complete within my lifetime, or preferably before lunch. Is there a better way than saying "for f in *.rdf; do saxon $f mysty

Re: [oXygen-user] transforming LOTS of files with saxon

2018-03-12 Thread Lou Burnard
e output? Something like James Cummings does here: https://blogs.it.ox.ac.uk/jamesc/2009/02/10/xslt2-collection-with-dynamic-collections-from-directory-listings/ Regards, Radu Radu Coravu XML Editor http://www.oxygenxml.com On 3/12/2018 2:54 PM, Lou Burnard wrote: I want to run a simpl

Re: [oXygen-user] transforming LOTS of files with saxon

2018-03-12 Thread Lou Burnard
concat the results in a second step, then) Best Peter Am 12.03.2018 um 13:54 schrieb Lou Burnard : I want to run a simple XSLT script against each of about 50,000 small RDF files, sending the output to a single file. I can do it at the command line, but I'd like it to complete within my lif

[oXygen-user] an xslt challenge

2018-11-05 Thread Lou Burnard
I hope I am not abusing this list in asking occasionally for advice on the best way to hack something in xslt. Today's problem is to output only the first x sentences (string terminated by a full stop) of a paragraph such that the total number of words (space delimited strings)  is less than s

Re: [oXygen-user] an xslt challenge

2018-11-05 Thread Lou Burnard
i36> From: James Cummings Sent: Monday, November 5, 2018 1:10:02 PM To: Lou Burnard Cc: oxygen-user@oxygenxml.com Subject: Re: [oXygen-user] an xslt challenge Hi Lou, Would it make sense to use xsl:for-each-group to group the sentences into units to make this easier? Then I'

[oXygen-user] using math extension in oxygen

2018-11-15 Thread Lou Burnard
I have a stylesheet which currently uses an exslt math function. Within oXygen this works fine in a transformation scenario, provided I choose the saxon9pe processor. Using saxon9ee however, it fails. Why is that? And how would I go about running this transformation outside oXygen? I need to ru

Re: [oXygen-user] using math extension in oxygen

2018-11-15 Thread Lou Burnard
On 15/11/2018 21:02, Jirka Kosek wrote: On 15.11.2018 21:09, Lou Burnard wrote: I have a stylesheet which currently uses an exslt math function. Within oXygen this works fine in a transformation scenario, provided I choose the saxon9pe processor. Using saxon9ee however, it fails. Why is that

[oXygen-user] schematron validation in a batch file

2019-10-09 Thread Lou Burnard
One of the features of oXygen which I really love is the way it allows me to combine schema validation with RELAXNG and with schematron just by adding a couple of PIs to the top of my file. But this requires me to fire up oXygen and open up each file one by one which is not so convenient if I h

[oXygen-user] cant run spell check on my raspberry

2021-08-31 Thread Lou Burnard
I have been having fun running oXygen (v 23.1) on my little Raspberry 400. It takes a while to load from the USB stick, but runs smoothly (despite dire warnings at startup). However, I have hit a problem trying to use the spell checker, since you (obviously) don't ship a Raspbian binary of huns

[oXygen-user] Validation problem

2023-02-27 Thread Lou Burnard
I have a RELAXNG schema which contains embedded schematron rules and a document which begins with two xml-model PIs like this: http://relaxng.org/ns/structure/1.0";?> http://purl.oclc.org/dsdl/schematron";?> When I validate this document using the default CTRL-SHIFT-V option, or using a predefi

Re: [oXygen-user] Validation problem

2023-02-27 Thread Lou Burnard
42:54] - Schematron Error Scanner - start scanning file:/../abc.xml with schema: file:/../tei/xml/tei/custom/schema/relaxng/tei_all.rng [ 15:42:54] - No problems found Do you get similar messages in the Oxygen Information view? Regards, Radu Radu Coravu Oxygen XML Editor On 2/27/

Re: [oXygen-user] Validation problem

2023-02-27 Thread Lou Burnard
e Relax NG based validation. So Oxygen does what your validation scenario says and skips Relax NG based validation, Regards, Radu Radu Coravu Oxygen XML Editor On 2/27/23 16:03, Lou Burnard wrote: Hi Radu Thanks for the quick response. When I apply the default validation scenario I see this

[oXygen-user] Warning from ODD processor

2023-03-09 Thread Lou Burnard
Not sure whose problem this is, but the built in ODD to RELAXNC processor (part of the oXygen TEI framework) at release 25 of oxygen editor still seems to be using a component that needs updating. [xslt] Loading stylesheet /home/lou/Oxygen XML Editor 25/frameworks/tei/xml/tei/stylesheet/profi