Search found 8 matches

by bobstuart
Tue Mar 26, 2024 5:30 pm
Forum: Other Issues
Topic: File Open Dialog issues Mac
Replies: 5
Views: 148

Re: File Open Dialog issues Mac

Solved! I did NOT have Use platform file chooser checked. I checked it and have not been able to reproduce the issue with it checked. Unchecking it again and the issue re-appears. I believe that "platform file chooser" is the magic bullet for this issue. Not sure how/when it got unchecked....
by bobstuart
Tue Mar 26, 2024 12:56 am
Forum: Other Issues
Topic: File Open Dialog issues Mac
Replies: 5
Views: 148

Re: File Open Dialog issues Mac

I would not have guessed. Yes I'm using an apple magic mouse and yes the trackpad does not have the problem. Oxygen XML Editor 26.0, build 2023100905 will update to 26.1 in a few days a bit busy now. I don't have problems with the mouse on anything else or I would lose my mind. Any idea what the iss...
by bobstuart
Fri Mar 22, 2024 10:07 pm
Forum: Other Issues
Topic: File Open Dialog issues Mac
Replies: 5
Views: 148

File Open Dialog issues Mac

Not sure this is a Mac issue but just in case. When I have a file open dialog I often but not always am unable to double click on a folder to open it and drill down. moving to another item in the list and then back sometimes fixes it but not usually. This is not new I'm pretty sure it's been happeni...
by bobstuart
Fri Mar 22, 2024 9:58 pm
Forum: Other Issues
Topic: CSV Import script/command line
Replies: 1
Views: 51

CSV Import script/command line

I LOVE the CSV import feature of Oxygen. I'd like to call it as part of a Jenkins job. The client already has the Oxygen Scripting license but I don't know if the methods to call the CSV import are exposed? Are they "just" a very pretty wrapper around some open code?

Thanks
by bobstuart
Fri Sep 09, 2022 5:31 pm
Forum: Common Problems
Topic: roundtrip XML-JSON and back
Replies: 3
Views: 636

Re: roundtrip XML-JSON and back

Good to know it's not just me somehow. An old post her pointed me to https://github.com/bramstein/xsltjson/ maybe that's the underpinning of your XML to JSON? He has info on a few conventions that might make it round trip able. It appeared BadgerFish would do so but I didn't quickly find a BadgerFis...
by bobstuart
Fri Sep 09, 2022 7:13 am
Forum: Common Problems
Topic: roundtrip XML-JSON and back
Replies: 3
Views: 636

roundtrip XML-JSON and back

When I try to roundtrip XML to JSON and back using the GUI tools in Oxygen 24.1 I have problems with namespaces. Should I be able to roundtrip? Trivial example <?xml version="1.0" encoding="utf-8"?> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> <!-- XML ...
by bobstuart
Thu May 21, 2020 12:24 am
Forum: Feature Request
Topic: Generate Sample XML Omit Element and other more complex generations
Replies: 0
Views: 1603

Generate Sample XML Omit Element and other more complex generations

Using the generate sample XML I'd like to customize it to omit some of the optional elements. For the current testing they are not worth having. I could modify the schema to eliminate them but thought I should be able to set preferred number of repetitions to Zero and have it vanish. I also have mo...
by bobstuart
Fri Jul 27, 2018 5:27 am
Forum: XML Schemas
Topic: Schematron validation of an XSD file
Replies: 1
Views: 3111

Schematron validation of an XSD file

I'm trying to use Schematron rules to help enforce naming design patterns in my teams XSD files. I put the reference to the Schematron as a PI in the xsd but oxygen appears to ignore it. if I change the suffix of the file to XML it still ignores it BUT if I wrap the xsd in a dummy node so the root i...