Search found 37 matches

by bwbohl
Tue Jan 17, 2023 3:05 pm
Forum: Common Problems
Topic: sha256 of archive downloads
Replies: 7
Views: 857

Re: sha256 of archive downloads

Apparently the buildpage for 24.1 (https://www.oxygenxml.com/buildId_24_1.xml) doesn't list the latest build 2022110312. What I'm trying to achieve for a given major release, to get a combination of the latest minor version and build id. Is there any place you can imagine that would fit my needs wit...
by bwbohl
Tue Jan 17, 2023 1:39 pm
Forum: Common Problems
Topic: sha256 of archive downloads
Replies: 7
Views: 857

Re: sha256 of archive downloads

Great, many thanks!

/Benjamin
by bwbohl
Tue Jan 17, 2023 12:40 pm
Forum: Common Problems
Topic: sha256 of archive downloads
Replies: 7
Views: 857

Re: sha256 of archive downloads

Follow-up question:
Is there a way to retrieve https://www.oxygenxml.com/rssBuildID.xml by major version?
/benjamin
by bwbohl
Tue Jan 17, 2023 11:43 am
Forum: Common Problems
Topic: sha256 of archive downloads
Replies: 7
Views: 857

Re: sha256 of archive downloads

Many thanks Adrian!
by bwbohl
Tue Jan 17, 2023 1:32 am
Forum: Common Problems
Topic: sha256 of archive downloads
Replies: 7
Views: 857

sha256 of archive downloads

The download of the current version of oXygen XML Editor offers both MD5 and sha256 checksums. On the other hand, the archive downloads only provide MD5, or am I missing something? It would be great to have sha256 there, too, e.g. when provisioning Apple computers with homebrew, which deprecated MD5...
by bwbohl
Mon Dec 06, 2021 12:57 pm
Forum: Common Problems
Topic: Project file .xpr order of scenarioAssociation-array
Replies: 1
Views: 465

Project file .xpr order of scenarioAssociation-array

Dear Syncrosoft Team, in my project we use a oXygen project file and some folders in our SVN to distribute frameworks and transformation scenarios. Now I realised that often there are some changes to the project file just by using it, e.g. when: I open a file that has a transformation scenario assoc...
by bwbohl
Wed Jun 30, 2021 11:43 am
Forum: Common Problems
Topic: framework i18n multiple transalation files
Replies: 1
Views: 677

framework i18n multiple transalation files

While it is a great possibility to provide a translation file for a framework by adding '${framework}/i18n/' to the frameworks classpath it would be very helpful for organising translations if it as possible to put multiple translation files into that folder. But apparently oXygen only looks for fil...
by bwbohl
Tue Nov 17, 2020 12:50 pm
Forum: Common Problems
Topic: framework author action fails due to tab indentation
Replies: 3
Views: 1123

Re: framework author action fails due to tab indentation

Dear Sorin,

thanks for your reply, can you tell me if this is fixed in oXygen 22 already?

Many thanks,
Benjamin
by bwbohl
Wed Nov 11, 2020 12:03 pm
Forum: Common Problems
Topic: framework author action fails due to tab indentation
Replies: 3
Views: 1123

framework author action fails due to tab indentation

Dear SyncRO Soft Team, I recently encountered a bug with oXygen XML Editor 21.1. While our custom framework (distributed via version control system and project file) worked perfectly in 18.1, using it in 21.1 failed due to the indentation with tabs in the author action fragment using an ask dialog <...
by bwbohl
Wed Aug 26, 2020 2:16 am
Forum: SDK-API, Frameworks - Document Types
Topic: Content completion attribute values and annotations
Replies: 1
Views: 1122

Content completion attribute values and annotations

Hi Syncro Soft Team, I wonder (an I feel like I remember): is there a way to configure by means of my frameworks cc_config.xml that the proposed values and corresponding annotations are switched? E.g. instead of listing val 1 --> popping up annotation 1 val 2 --> popping up annotation 2 val 3 --> po...
by bwbohl
Mon Apr 06, 2020 1:15 pm
Forum: Feature Request
Topic: get url list from project pane
Replies: 6
Views: 1960

Re: get url list from project pane

It seems the API I used to get the project selection was added in Oxygen 19.1. Sorry that I did not initially realize this. Maybe you can try to get a trial license key of Oxygen and try with our latest Oxygen 22.0. Ok, I'll see to getting a trial license or a proper update for our project ;-) Also...
by bwbohl
Mon Apr 06, 2020 12:59 pm
Forum: Feature Request
Topic: get url list from project pane
Replies: 6
Views: 1960

Re: get url list from project pane

Dear Radu, many thanks for your efforts! Unfortunately it doesn't seem to work here… maybe I got something wrong? My output is: <?xml version="1.0" encoding="UTF-8"?><root/> which seems fine as in the sample stylesheet but the messages are empty, beides: URL ${projectSelectedReso...
by bwbohl
Sun Apr 05, 2020 11:48 pm
Forum: Feature Request
Topic: get url list from project pane
Replies: 6
Views: 1960

Re: get url list from project pane

Hi Radu,

yes that would be exactly what I need ;-)
If you could supply me with a corresponding addon, that would be fantastic!

Cheers,
Benjamin
by bwbohl
Fri Mar 27, 2020 1:50 pm
Forum: Feature Request
Topic: get url list from project pane
Replies: 6
Views: 1960

get url list from project pane

Hi all, I would like to apply a transformation scenario on all files selected in a project folder. I know that in principle this works already, but the scenario is being applied to each file individually. Is there a way to just get the URLs and pass them to a single transformation? In the end I want...
by bwbohl
Wed May 16, 2018 1:52 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Open SVG conversion result
Replies: 1
Views: 1911

Open SVG conversion result

Hi, I' currently working on a framework for MEI (Music Encoding Initative) and I would like to include a rendering engine that generates SVGs from the XML encoding. I tried two things so far 1) I successfully added a custom transformation scenario based on ant that executes a jar to generate the SVG...
by bwbohl
Wed May 16, 2018 1:46 pm
Forum: SDK-API, Frameworks - Document Types
Topic: XML custom views
Replies: 1
Views: 1747

XML custom views

Hi, I quite new to all the Add-On, framework and plugin option oxygen offers, and already now I can tell, it's great! Now I'm wondering how I could implement a custom view for a specific XML namespace, that is comparable to how Markdown files are presented in oXygen, i.e. with the code on the left s...
by bwbohl
Tue Feb 27, 2018 2:21 pm
Forum: SDK-API, Frameworks - Document Types
Topic: namespace dependent format and indent
Replies: 4
Views: 3648

Re: namespace dependent format and indent

If I get you right it would not be possible to enter something like: lb[namespace-uri()='http://www.tei-c.org/ns/1.0 '] because it does supersede the implemented simplified XPath. If I'd consequently use prefixes in my XML-files, though, as in this modified example from above: <?xml version="1....
by bwbohl
Mon Feb 26, 2018 3:14 pm
Forum: SDK-API, Frameworks - Document Types
Topic: namespace dependent format and indent
Replies: 4
Views: 3648

Re: namespace dependent format and indent

Dear Adrian, thanks for the reply and sorry for replying late… I am using oxygen 18.1 on OSX Sierra (see signature ;-) To give an example: Let's say we have to namespaces (as I have them configured them in the XPath default namespaces): mei:xmlns="http://www.music-encoding.org/ns/mei" tei:...
by bwbohl
Tue Jan 30, 2018 3:28 pm
Forum: Common Problems
Topic: distinct-values on project folder
Replies: 1
Views: 1628

distinct-values on project folder

Hi oXygen team, I was trying to get distinct values from all xml files in a specific project folder by using Path/XQuery Builder. It's set to Path 2.0 Scope is set to selected project resources. The folder is selected. My Path is distinct-values(//settlement/text()) the result list though returns th...
by bwbohl
Fri Jan 26, 2018 1:48 pm
Forum: SDK-API, Frameworks - Document Types
Topic: namespace dependent format and indent
Replies: 4
Views: 3648

namespace dependent format and indent

Hi oXygen team, I want to configure my Editor to format and indent elements with the same name but from different namespaces differently. E.g. ns1:element should stay inline while ns2:element should have line-breaks before and after. Nevertheless I do not manage to properly configure this in Prefere...
by bwbohl
Thu Dec 07, 2017 4:24 am
Forum: SDK-API, Frameworks - Document Types
Topic: add-on update site xt:version status
Replies: 2
Views: 2612

Re: add-on update site xt:version status

Thanks for adding the issue ;-)
by bwbohl
Tue Dec 05, 2017 11:14 am
Forum: SDK-API, Frameworks - Document Types
Topic: add-on update site xt:version status
Replies: 2
Views: 2612

add-on update site xt:version status

The oXygen extension schema has the xt:verison for encoding the version of an add-on. While this field only allows "\d+.\d+.\d+." a version numeral can be much more complex. at least a status suffix like "-alpha" or "-beta" should be allowed, alas build information or t...
by bwbohl
Mon Nov 27, 2017 6:29 pm
Forum: Common Problems
Topic: Document Type Definition and indentation rules
Replies: 3
Views: 2080

Re: Document Type Definition and indentation rules

Hi Radu,

many thanks so far!

So if get this right I could add a "Default prefix-namespace mapping" in "Preferences/XML/XSLT-FO-XQuery/XPath" and use the described method to impose those for my defined namespace.

Great!

Many thanks,
Benjamin
by bwbohl
Mon Nov 27, 2017 1:48 pm
Forum: Common Problems
Topic: FEATURE REQUEST: .ant file and framework association
Replies: 4
Views: 2424

Re: FEATURE REQUEST: .ant file and framework association

Hi Radu,

I'm using oXygen 18.1 on macOS Sierra, see signature ;-)

atb
Benjamin
by bwbohl
Mon Nov 27, 2017 1:47 pm
Forum: Common Problems
Topic: Document Type Definition and indentation rules
Replies: 3
Views: 2080

Document Type Definition and indentation rules

Hi Team, I know I can configure indentation and formatting for specific elements, e.g. specify that a element should be considered block level with line-breaks before and after the element in Editor/Format/XML/Element Spacing, e.g. by adding the element name or an XPath to the "Line break"...
by bwbohl
Fri Nov 24, 2017 2:19 pm
Forum: Common Problems
Topic: FEATURE REQUEST: .ant file and framework association
Replies: 4
Views: 2424

Re: FEATURE REQUEST: .ant file and framework association

Dear Radu, I was assuming that the filetype I found in oXygen Editor's preferences was shipped with the application. Also, because in Project-View the file was shown with a custom file icon (showing a little ant). You might be able to check that way easier than me ;-) It could be, that I set it up b...
by bwbohl
Wed Nov 22, 2017 1:48 pm
Forum: Common Problems
Topic: FEATURE REQUEST: .ant file and framework association
Replies: 4
Views: 2424

FEATURE REQUEST: .ant file and framework association

When I create a new ANT file it's created with the suffix .xml and the corresponding ANT framework is called due to it's association rules. Besides the file extension .ant being registered in the preferences this does not work for .ant files. This is a pity as in the project pane the icon is even se...
by bwbohl
Tue Nov 21, 2017 3:51 pm
Forum: Common Problems
Topic: custom submenu too long
Replies: 4
Views: 2340

Re: custom submenu too long

Concerning your question: Yes I mean allowed values for @key, sorry for the imprecision.

I'll hook up when I've dug into the rich information you provided me with and see where I can get, potentially also the Java ;-)

Many thanks Radu, this is really great!!
by bwbohl
Tue Nov 21, 2017 1:38 pm
Forum: Common Problems
Topic: custom submenu too long
Replies: 4
Views: 2340

Re: custom submenu too long

I agree that such a long list is scary ;-) But they all operate on the same level… An alphabetical sub-organisation of the list might be a way to go, though. To illustrate the base a bit more: every action inserts <part key="" count="" pname=""/> With an individual valu...
by bwbohl
Tue Nov 21, 2017 1:02 pm
Forum: Common Problems
Topic: custom submenu too long
Replies: 4
Views: 2340

custom submenu too long

I'm currently developing a custom framework for oXygen XML Editor. In Author mode I implemented a submenu in the context-menu that offers framework specific actions. There are about 80 actions (might even get more), each inserting the same XML chunk with different attributes. Now the problem is, tha...