Search found 87 matches

by ttasovac
Sun Sep 29, 2024 3:49 pm
Forum: Common Problems
Topic: XPath version in XSLT 3.0? Weird regex error
Replies: 4
Views: 859

Re: XPath version in XSLT 3.0? Weird regex error

Thanks a lot, Mircea!
by ttasovac
Sun Sep 22, 2024 9:14 am
Forum: Common Problems
Topic: XPath version in XSLT 3.0? Weird regex error
Replies: 4
Views: 859

Re: XPath version in XSLT 3.0? Weird regex error

Thank you so much for looking into this, Teo. I have since updated to to Mac OS 15 and the latest oXygen, and I am, indeed, no longer having problems with `\p{P}`. But I'm still having issues with Unicode scripts and Unicode blocks in XPath. So I have created an oXygen project that demonstrates the ...
by ttasovac
Sat Sep 14, 2024 9:16 pm
Forum: Common Problems
Topic: XPath version in XSLT 3.0? Weird regex error
Replies: 4
Views: 859

XPath version in XSLT 3.0? Weird regex error

Hi. I need to use various Unicode RegEx classes such as \p{P} in my XSLT scripts. I can test them in Oxygen's XPath builder and they work as expected with XPath 2.0 and XPath 3.1. But when I put the same RegEx class inside an XSLT stylesheet (version 3.0), transforming with Saxon, for instance: <xsl...
by ttasovac
Wed Jul 17, 2024 7:22 am
Forum: Feature Request
Topic: Selecting contiguous and non-contiguous elements in Outline View
Replies: 3
Views: 574

Re: Selecting contiguous and non-contiguous elements in Outline View

Indeed, I was thinking about the Text Mode. Thanks, Radu!
by ttasovac
Tue Jul 16, 2024 7:21 pm
Forum: Feature Request
Topic: Selecting contiguous and non-contiguous elements in Outline View
Replies: 3
Views: 574

Selecting contiguous and non-contiguous elements in Outline View

Hi! Currently, one can only select individual items in the Outline View. They can be cut, copied, pasted, moved around etc. What is not possible is to select more than one item. I find it would be very useful if one could select both contiguous and non-contiguous items using platform-specific shortc...
by ttasovac
Wed Feb 28, 2024 12:57 pm
Forum: Common Problems
Topic: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Replies: 8
Views: 1328

Re: Support for eXist-db 7.0.0 Snapshot and XML-RPC

Hey Radu, I think I spoke too soon. I'm using build no. 2024022805. There are no errors when opening the first couple of levels of directories, but ultimately, when I get to a directory that has some content, I get stuck opening it, with a "Pending..." message. Let me know if you need some...
by ttasovac
Wed Feb 21, 2024 4:04 pm
Forum: Common Problems
Topic: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Replies: 8
Views: 1328

Re: Support for eXist-db 7.0.0 Snapshot and XML-RPC

Thanks a lot, Radu for your super quick action! I can confirm that the nightly fixes the error I mentioned in this thread.

All best,
Toma
by ttasovac
Mon Feb 19, 2024 3:46 pm
Forum: Common Problems
Topic: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Replies: 8
Views: 1328

Re: Support for eXist-db 7.0.0 Snapshot and XML-RPC

Absolutely, I'll be happy to test! Just let me know when you have a nightly with the fix ready.
by ttasovac
Mon Feb 19, 2024 2:41 pm
Forum: Common Problems
Topic: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Replies: 8
Views: 1328

Support for eXist-db 7.0.0 Snapshot and XML-RPC

Hi. I'm trying to connect via XML-RPC to an instance of eXist-db 7.0.0 Snapshot, my login credentials are accepted, but I still can't go beyond the /db collection. Instead, I get 'java.lang.String[] org.xmldb.api.base.Collection.listChildCollections()' What's the status of oXygen support for connect...
by ttasovac
Fri May 26, 2023 4:47 pm
Forum: Common Problems
Topic: setting the path to framework add-on in transformation scenarios
Replies: 1
Views: 606

setting the path to framework add-on in transformation scenarios

If I need to refer to a file from the built-in TEI framework in, say, a transformation scenario, I will use ${frameworks}/tei/etc/etc . I prefer toI install the TEI framework as an add-on — it may contain a more recent version of TEI. Where do add-ons live and how can I make sure that my path refers...
by ttasovac
Thu Dec 29, 2022 8:06 am
Forum: Common Problems
Topic: Git Plugin fails to push, doesn't ask for credentials
Replies: 3
Views: 1066

Re: Git Plugin fails to push, doesn't ask for credentials

Resetting credentials didn't work, but re-cloning from within oXygen did. Thanks a lot, Chris for the suggestion. This was driving me crazy.
by ttasovac
Tue Dec 27, 2022 3:23 pm
Forum: Common Problems
Topic: Git Plugin fails to push, doesn't ask for credentials
Replies: 3
Views: 1066

Git Plugin fails to push, doesn't ask for credentials

Hi. I have an oXygen project which is also a local GitHub repo. I have no problems pulling from remote. I can commit to local repo, but pushing to remote doesn't work — I get "Push failed. Unable to access remote repository at git@github.com:...." The url in the config is correct — and as ...
by ttasovac
Mon Oct 17, 2022 1:40 pm
Forum: Common Problems
Topic: Source document is not readable in an XSLT step in a XPROC pipeline
Replies: 1
Views: 636

Source document is not readable in an XSLT step in a XPROC pipeline

Hi! I have a long-standing XPROC script that does a bunch of XSLT transformations. This morning I updated to oXygen 25 and then applied the usual script only to find this error: Error: odd2odd.xsl: Source document https://www.tei-c.org/Vault/P5/current/xml/tei/odd/p5subset.xml is not readable; from ...
by ttasovac
Sun Jun 12, 2022 7:48 am
Forum: Feature Request
Topic: Tab stops in code templates and inserted fragments in Author Mode?
Replies: 2
Views: 1548

Re: Tab stops in code templates and inserted fragments in Author Mode?

Hey Alex. You were absolutely right. When I rewrote the fragment to be inserted without any text nodes between the elements, the TAB navigation worked for me as expected. Many thanks! I still think the tab stops would be useful to have for other use cases, so many thanks for noting my vote on that a...
by ttasovac
Fri Jun 10, 2022 9:23 am
Forum: Feature Request
Topic: Tab stops in code templates and inserted fragments in Author Mode?
Replies: 2
Views: 1548

Tab stops in code templates and inserted fragments in Author Mode?

Hi. I was wondering if you would consider introducing tab stops in code templates (unless I've missed them in the documentation). Tab stops are the mechanism that other text editors (such as Atom, VS Code etc.) use to help the user move the cursor to the next specific place in the template by pressi...
by ttasovac
Mon May 23, 2022 9:53 am
Forum: Other Issues
Topic: combobox for inserting attribute+value in the current context
Replies: 2
Views: 946

combobox for inserting attribute+value in the current context

If I was creating a code template to create an element and enter the attribute value from the combobox, I would do this: <note type="footnote" resp="${ask('message', combobox, ('real_value1':'rendered_value1';'real_valueN':'rendered_valueN'), 'default')}"></note> But what about t...
by ttasovac
Mon May 23, 2022 7:50 am
Forum: Other Issues
Topic: adding a menu spearator to the contextual menu via JS
Replies: 2
Views: 983

Re: adding a menu spearator to the contextual menu via JS

Very cool. Thanks a million for your help.

All best,
Toma
by ttasovac
Sun May 22, 2022 2:25 pm
Forum: Other Issues
Topic: adding a menu spearator to the contextual menu via JS
Replies: 2
Views: 983

adding a menu spearator to the contextual menu via JS

Hi, I have used https://github.com/oxygenxml/wsaccess-javascript-sample-plugins/blob/master/contributePopupActionAuthorPage/wsAccess.js from wsaccess-javascript-sample-plugins as a model for adding actions to the contextual menu in Author View. Everything works as expected. I would like to implement...
by ttasovac
Sat May 21, 2022 8:45 am
Forum: Common Problems
Topic: Xquery/Xpath builder font size
Replies: 3
Views: 1039

Re: Xquery/Xpath builder font size

ctrl + scroll up/down doesn't work for me on an M1 Mac using oXygen 24.1. Furthermore, increasing the font size of the Text Components option from Options > Preferences does not seem to effect the font size of the XPath builder anymore (see image). Please advise. All best, Toma https://i.imgur.com/B...
by ttasovac
Tue May 17, 2022 1:47 pm
Forum: Other Issues
Topic: Customizing Markdown preview
Replies: 4
Views: 1390

Re: Customizing Markdown preview

Brilliant. Thanks a lot, Radu. This works perfectly for me.
All best,
Toma
by ttasovac
Tue May 17, 2022 1:15 pm
Forum: Other Issues
Topic: Customizing Markdown preview
Replies: 4
Views: 1390

Re: Customizing Markdown preview

Thanks Radu. Indeed, I can change the look of the html Markdown Preview if I tinker with the CSS in the XHTML framework inside oXygen installation. But I would like to extend the XHTML framework and set up my CSS in the extended framework so that it can be shared together with our other project file...
by ttasovac
Mon May 16, 2022 4:55 pm
Forum: Other Issues
Topic: Customizing Markdown preview
Replies: 4
Views: 1390

Customizing Markdown preview

Hi. I'd like to customize the Markdown preview, but I can't figure out what CSS is responsible for it and how to extend it. Inspecting a .md file in the properties view doesn't show it as being associated with a framework: https://i.imgur.com/R4HyG7C.png So how should one go about customizing the ma...
by ttasovac
Mon May 09, 2022 11:33 pm
Forum: Other Issues
Topic: changing attribute name, not value, with form controls in Author View
Replies: 4
Views: 1203

Re: changing attribute name, not value, with form controls in Author View

That's very cool, Alex. I see I can also do it with XSLT, which is easier for me. The one bit that I'm still missing is how to pass the selected value from the combobox to my XSLT script: oxy_combobox( edit, "@ana", editable, false, values, "when, notAfter, notBefore", labels, &q...
by ttasovac
Sat May 07, 2022 1:52 pm
Forum: Other Issues
Topic: changing attribute name, not value, with form controls in Author View
Replies: 4
Views: 1203

changing attribute name, not value, with form controls in Author View

Hi. I have a date picker form control like this: correspAction date:before { font-family: "Platforma Sans", sans-serif; content: oxy_label(text, "Датум: ", width, 30%) oxy_datePicker(edit, '@when', width, 23%, format, 'yyyy-MM-dd', fontInherit, true, color, inherit); } It works a...
by ttasovac
Sat May 07, 2022 1:36 pm
Forum: Other Issues
Topic: Setting height and width to oxy_button?
Replies: 1
Views: 794

Setting height and width to oxy_button?

Forgive me for being too pedantic :) but how can one style an oxy_button in Author View css? At the moment, I have this: correspAction persName:after { content: oxy_button(action, oxy_action( name, '+', description, 'Insert an element after the current one', icon, url('add.png'), operation, 'InsertF...
by ttasovac
Wed Mar 16, 2022 1:03 pm
Forum: Common Problems
Topic: java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl
Replies: 3
Views: 1805

Re: java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl

Thanks, Radu, that was it. This was an older transformation scenario, so adding the ref to Saxon 10 fixed it.

All best,
Toma
by ttasovac
Wed Mar 16, 2022 12:23 pm
Forum: Common Problems
Topic: java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl
Replies: 3
Views: 1805

Re: java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl

hm... the libraries section in the transformation scenario refers to:

Image

but there is no saxon or saxon9 jar in my installation.
by ttasovac
Wed Mar 16, 2022 12:09 pm
Forum: Common Problems
Topic: java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl
Replies: 3
Views: 1805

java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl

Hi, I am getting this error: /Applications/Oxygen XML Editor/frameworks/tei/xml/tei/stylesheet/common/teianttasks.xml:388: java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl when running an ODT transformation with the built-in TEI framework in oXygen 24.1 on the silicone Mac. Plea...