Search found 57 matches
- by scottbdr
- Mon Nov 25, 2024 7:56 pm
- Forum: Feature Request
- Topic: JTD validation
- Replies: 1
- Views: 132
JTD validation
Any plans to support JSON Type Definition validation?
Thanks, Scott
Thanks, Scott
- by scottbdr
- Wed Nov 20, 2024 11:46 pm
- Forum: Common Problems
- Topic: Json validation with unevaluatedProperties
- Replies: 4
- Views: 365
Re: Json validation with unevaluatedProperties
Actually... revisiting this, I don't think your suggestion works - I think it just sets unevaluatedProperties to "true" as it will allow $schema, but it also allows everything else. Thought I'd point this out since I saw this thread coming up in some AI results and I think folks should kno...
- by scottbdr
- Tue Oct 22, 2024 1:50 am
- Forum: Common Problems
- Topic: Json validation with unevaluatedProperties
- Replies: 4
- Views: 365
Re: Json validation with unevaluatedProperties
Not ideal, but it works! Thank you!
- by scottbdr
- Fri Oct 18, 2024 12:54 am
- Forum: Common Problems
- Topic: Json validation with unevaluatedProperties
- Replies: 4
- Views: 365
Json validation with unevaluatedProperties
Hi, I'm trying to create test instances for JSON schemas that specify either "unevaluatedProperties" or "additionalProperties" as false. When I attach a schema to the JSON instance being used to test the schemas, I get an error because the "$schema" property used to att...
- by scottbdr
- Mon Oct 14, 2024 6:04 pm
- Forum: Common Problems
- Topic: Default JSON Schema template
- Replies: 4
- Views: 522
Re: Default JSON Schema template
Perfect. Thank you!
- by scottbdr
- Sat Oct 12, 2024 12:28 am
- Forum: Common Problems
- Topic: Default JSON Schema template
- Replies: 4
- Views: 522
Re: Default JSON Schema template
Thank you Florin, this gets me what I need. Still wondering about project specific templating - perhaps that's more of a feature request.
- by scottbdr
- Fri Oct 11, 2024 2:05 am
- Forum: Common Problems
- Topic: Default JSON Schema template
- Replies: 4
- Views: 522
Default JSON Schema template
Hi, I wasn't able to figure out how I can get a new Json Schema file to use v2020-12 rather than draft-07. Is there a template somewhere I can modify for this? Would also be nice to be able to modify for project preferences too.
Thanks, Scott
Thanks, Scott
- by scottbdr
- Thu Jan 04, 2024 7:58 pm
- Forum: Common Problems
- Topic: Ant errors
- Replies: 4
- Views: 723
Re: Ant errors
Thanks Radu, that got it - the Libraries included a path like ${oxygenHome}/lib/*saxon*11*.jar for saxon 9-11, but not one for 12. Adding one for 12 solved the problem. I'll have to keep an eye out for Saxon upgrades going forward. Thanks for the quick response as usual!
Scott
Scott
- by scottbdr
- Thu Jan 04, 2024 4:47 am
- Forum: Common Problems
- Topic: Ant errors
- Replies: 4
- Views: 723
Ant errors
Hi, I had a transformation that used an Ant script to do a few things with a zip file and run a transformation on a XML file contained within. When I updated to v26 this script started throwing the following errors: Processing C:\Users\seb9911\repositories\oxygen-frameworks\das-frameworks\ddmf\ddmf_...
- by scottbdr
- Tue Jan 02, 2024 12:51 am
- Forum: Feature Request
- Topic: JSON Schematron Validation
- Replies: 6
- Views: 1391
Re: JSON Schematron Validation
Thanks again for the responses. Makes sense about AJV not being a good fit for a Java implementation. Regarding JSON > XML, the more I've read to more I understand the fundamental difficulties with a round trip or with conversion more generally. I have to say I'm still a little unhappy with the conv...
- by scottbdr
- Fri Dec 29, 2023 3:02 am
- Forum: Feature Request
- Topic: JSON Schematron Validation
- Replies: 6
- Views: 1391
Re: JSON Schematron Validation
Thanks for the response. Can I assume the JSON to XML transformation for the Schematron uses the same process as the Tools> JSON > JSON to XML.. tool? I've noticed some odd differences in the outputs from that tool. For example, if I have an array with only one item, like this: { "contributors&...
- by scottbdr
- Thu Dec 28, 2023 8:54 am
- Forum: Feature Request
- Topic: JSON Schematron Validation
- Replies: 6
- Views: 1391
JSON Schematron Validation
Hi, I just came across your JSON Schematron info and was curious to know more about what happens under the covers to make this work. Given the lack of more established JSON Schematron implementations out on the Internet, I was very interested to see what your approach was. We are currently looking a...
- by scottbdr
- Wed Oct 04, 2023 7:54 pm
- Forum: Common Problems
- Topic: DITA project setup
- Replies: 2
- Views: 689
Re: DITA project setup
Thanks Radu, I sorted this out - my XML Catalog preferences had prefer system rather than public. I figured it had to be some sort of catalog issue since it wasn't finding the dtd. Resetting to defaults fixed the problem. Thanks for the response!
Scott
Scott
- by scottbdr
- Thu Sep 28, 2023 12:22 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: DITA 2.0 3D support
- Replies: 1
- Views: 562
DITA 2.0 3D support
Hi, this is more a question about DITA rather than Oxygen per se. I understand DITA 2.0 will support multimedia including video and audio. Are you aware of any existing/planned support for 3D multimedia objects like U3D or PRC ? I'm not sure the "video" element is appropriate for 3D multim...
- by scottbdr
- Tue Aug 29, 2023 9:09 pm
- Forum: Common Problems
- Topic: DITA project setup
- Replies: 2
- Views: 689
DITA project setup
Hi, I'm trying to experiment a bit with Oxygen's DITA capabilities however I seem to have some sort of configuration problem with the document type. I have created a new project using the Start Up DITA Project, however any of the DITA files (.dita, .ditamap). Seems like there should be an xml catalo...
- by scottbdr
- Wed Aug 23, 2023 6:55 pm
- Forum: Common Problems
- Topic: Passing a param to Schematron?
- Replies: 1
- Views: 925
Passing a param to Schematron?
Is there any way to pass a parameter to Schematron in an Oxygen validation scenario? I know this is probably unconventional however I'm supporting an application that somehow decided to do this in their ph-schematron implementation. The idea is to pass in the name of file associated with the one bei...
- by scottbdr
- Fri Aug 11, 2023 6:45 pm
- Forum: Common Problems
- Topic: Using Ant to run XSpec unit tests
- Replies: 2
- Views: 816
Re: Using Ant to run XSpec unit tests
Well, in hind site that seems pretty obvious. Not sure why that didn't come to me the other day but thanks for that!
Scott
Scott
- by scottbdr
- Fri Aug 11, 2023 6:38 pm
- Forum: Common Problems
- Topic: Bug? Add Ant Transform Scenario to Doc Type
- Replies: 4
- Views: 943
Re: Bug? Add Ant Transform Scenario to Doc Type
Glad to hear it wasn't just me :) I worked around it by finding another framework file and cutting/pasting an AntScenario element into my framework file. At that point, I restarted Oxygen and the scenario was there and I could edit it - so it's just the adding part I think. What you suggested would ...
- by scottbdr
- Fri Aug 11, 2023 2:20 am
- Forum: Common Problems
- Topic: Bug? Add Ant Transform Scenario to Doc Type
- Replies: 4
- Views: 943
Re: Bug? Add Ant Transform Scenario to Doc Type
FYI, I updated to XML Editor 25.1, build 2023070306 and problem is still there.
- by scottbdr
- Fri Aug 11, 2023 12:29 am
- Forum: Common Problems
- Topic: Bug? Add Ant Transform Scenario to Doc Type
- Replies: 4
- Views: 943
Bug? Add Ant Transform Scenario to Doc Type
Hi, when I select "Ant Transformation" to add a transform to my custom Document Type (on itsTransformation Tab), I get nothing. All of the other selections bring up a dialog. Is there something about my doc type preventing this selection, or is it bug? I'm running XML Editor 25.0, build 20...
- by scottbdr
- Wed Aug 09, 2023 8:29 pm
- Forum: Common Problems
- Topic: Using Ant to run XSpec unit tests
- Replies: 2
- Views: 816
Using Ant to run XSpec unit tests
Is it possible to use Ant to run multiple XSpec tests in OxygenXML? Ideally would like to be able to run a suite of tests, i.e. not just one at a time using a transform scenario. I know it's possible using Ant/XSpec directly: https://github.com/xspec/xspec/wiki/Running-with-Ant. Just wondering if it...
- by scottbdr
- Thu May 18, 2023 8:54 pm
- Forum: Feature Request
- Topic: Sharing Violation
- Replies: 1
- Views: 814
Sharing Violation
Hi. I've noticed that after I open an Excel archive in the Archive Browser, and then close out the Archive Browser and all files that I may have opened using that view, that Oxygen still has the spreadsheet locked which prevents me from saving the Excel file from Excel. I have to quit Oxygen to make...
- by scottbdr
- Fri Mar 31, 2023 9:48 pm
- Forum: Common Problems
- Topic: Show in Terminal
- Replies: 3
- Views: 1180
Show in Terminal
Hi, is there a way to set what terminal is used when "Show In... Terminal" is used on a file? Would like to have it open in PowerShell / Windows Terminal rather than cmd.exe.
Thanks, Scott
Thanks, Scott
- by scottbdr
- Mon Mar 06, 2023 7:49 pm
- Forum: Feature Request
- Topic: Ant Refactors
- Replies: 4
- Views: 1334
Re: Ant Refactors
Thanks for the response... the other one I couldn't remember when I posted this was the lack of a "location" attribute on the "property" element contextual menus - I use it a lot and I'm lazy so having it would be awesome.
Thanks, Scott
Thanks, Scott
- by scottbdr
- Sat Mar 04, 2023 1:59 am
- Forum: Feature Request
- Topic: Ant Refactors
- Replies: 4
- Views: 1334
Ant Refactors
Hi, just noticed that if you do a property name refactor, not all of the references get changed in an Ant build. Specifically, if you are utilizing the xmlns:if="ant:if" and xmlns:unless="ant:unless" namespaces for conditional execution (see https://ant.apache.org/manual/ifunless...
- by scottbdr
- Thu Dec 15, 2022 11:18 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Framework Content Association extension
- Replies: 4
- Views: 1386
Re: Framework Content Association extension
Perfect.. thanks for the answer - should have figured that out myself :
The support on this forum is excellent - thanks again!
Scott
The support on this forum is excellent - thanks again!
Scott
- by scottbdr
- Wed Dec 14, 2022 8:52 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Framework Content Association extension
- Replies: 4
- Views: 1386
Re: Framework Content Association extension
Thank you for your response Radu. I wish I could change this XML structure! LOL... oh well sometimes you just have to live with things. Your other alternative with the Schematron won't work for other reasons I won't go into. I tried with the extension but it it doesn't seem to work - I created a jar...
- by scottbdr
- Tue Dec 13, 2022 3:18 am
- Forum: General XML Questions
- Topic: XProc Error
- Replies: 3
- Views: 1742
Re: XProc Error
Hi, any ETA on a fix for this? Would like to upgrade to v25 sooner than later - I had to roll back to 24 to work around this.
Thanks, Scott
Thanks, Scott
- by scottbdr
- Tue Dec 13, 2022 1:36 am
- Forum: Feature Request
- Topic: Compare Source/Target Swap
- Replies: 1
- Views: 815
Compare Source/Target Swap
Hi. Would love to have some capability to swap the source and target files in a Compare once it is open - sometimes when you select the files and use the contextual menu to compare, you find you selected the files in the wrong order... Rather than having to reset both paths using the existing interf...
- by scottbdr
- Mon Dec 12, 2022 9:55 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Framework Content Association extension
- Replies: 4
- Views: 1386
Framework Content Association extension
Hi, I'm working on a framework that ideally can look at both an attribute of the root element and a child element of the root to determine the correct Document Type to associate with the document. For example: <doc schemaVer="3.2"> <status>production</status> .... </doc> Currently I use th...
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service