Search found 364 matches

by tavy
Tue Nov 29, 2022 11:22 am
Forum: Other Issues
Topic: Schematron Validation. Unknown system function: matches
Replies: 2
Views: 728

Re: Schematron Validation. Unknown system function: matches

Hello, Unfortunately I cannot reproduce the behavior that you describe. I tested with <oXygen/> XML Editor 25.0, build 2022110706. What version of Oxygen do you use? Maybe you have set some options that affects the validation. I recommend you to export the current Oxygen options and the reset them a...
by tavy
Wed Nov 23, 2022 4:52 pm
Forum: XSLT and FOP
Topic: A sequence of more than one item is not allowed
Replies: 2
Views: 1339

Re: A sequence of more than one item is not allowed

Hi, Yes, it seems that for XSLT 1.0 the XPath expression returns the first element I recommend you to rewrite the rule something like this: <sch:rule context="cac:Price/cac:AllowanceCharge/cbc:Amount"> <sch:report test="starts-with(., '-')">[F-INV335] AllowanceCharge.Amount can n...
by tavy
Tue Nov 22, 2022 12:54 pm
Forum: Feature Request
Topic: AsyncAPI support
Replies: 14
Views: 2731

Re: AsyncAPI support

Hello, In Oxygen XML Editor/Developer 25.0 we added support to edit and validate AsyncAPI documents. https://www.oxygenxml.com/xml_editor/whats_new.html#25.0OpenAPI_AsyncAPI_JSON-LD The following support is available for AsyncAPI: - create new AsyncAPI documents based on built-in file templates (tha...
by tavy
Fri Nov 18, 2022 6:36 pm
Forum: XML Schemas
Topic: Is there any way to get cms file path using schematron?
Replies: 2
Views: 1036

Re: Is there any way to get cms file path using schematron?

Hello Roopesh,

Thanks for your feedback.
Unfortunately I cannot reproduce the behavior you describe. What version of Oxygen do you use? Can you send us some sample files to reproduce the problem? You can add them on the forum or you can send them to support@oxygenxml.com

Best Regards,
Octavian
by tavy
Mon Oct 24, 2022 12:40 pm
Forum: Feature Request
Topic: allow comment in non xml format
Replies: 2
Views: 638

Re: allow comment in non xml format

Hello,

Thanks for your feedback.
I added an issue on our issue tracker regarding the comment action in non XML format editors. When this will be implemented we will update this thread.

Best Regards,
Octavian
by tavy
Wed Oct 19, 2022 10:33 am
Forum: XML Schemas
Topic: XML Schema Question
Replies: 0
Views: 869

Re: XML Schema Question

Hello, I think a schema for the XML document should be something like the one below. You can use the Generate/Convert Schema action from the Tools menu or from the Open with submenu when invoking the contextual menu in the Project view. This action opens the Generate/Convert Schema dialog box that a...
by tavy
Tue Oct 18, 2022 10:37 am
Forum: Common Problems
Topic: Oxygen Developer 25 doesn't use unsaved XSL includes
Replies: 3
Views: 648

Re: Oxygen Developer 25 doesn't use unsaved XSL includes

Hello,

Thanks for the feedback.
I added an issue on our issue tracker to analyze this situation. When the issue will be fixed we will update this thread.

Best Regards,
Octavian
by tavy
Mon Oct 17, 2022 12:38 pm
Forum: Other Issues
Topic: XML Author Eclipse XML Diff
Replies: 10
Views: 1774

Re: XML Author Eclipse XML Diff

Hello Joseph, I just want to let you know that we released Oxygen version 25.0 The problem with conrefs/conkeyrefs/keyrefs not properly displayed in the comparison panel was solved in the new version: https://www.oxygenxml.com/xml_editor/download_oxygenxml_editor.html?os=Eclipse Best Regards, Octavian
by tavy
Wed Oct 12, 2022 3:07 pm
Forum: XML Schemas
Topic: XML Schema to validate XML Schemas?
Replies: 1
Views: 683

Re: XML Schema to validate XML Schemas?

Hello,

Yes, you can validate an XML schema with the XML Schema schema document. You can find it on the W3C website.
https://www.w3.org/2001/XMLSchema

Best Regards,
Octavian
by tavy
Mon Oct 10, 2022 11:41 am
Forum: XML Schemas
Topic: XML Schema: Element with attributes containing only text?
Replies: 0
Views: 848

Re: XML Schema: Element with attributes containing only text?

Hello, I think a schema for the XML document should be something like the one below. You can use the Generate/Convert Schema action from the Tools menu or from the Open with submenu when invoking the contextual menu in the Project view. This action opens the Generate/Convert Schema dialog box that a...
by tavy
Fri Sep 16, 2022 2:45 pm
Forum: Feature Request
Topic: schXSLT as alternative to ISO Schematron
Replies: 2
Views: 787

Re: schXSLT as alternative to ISO Schematron

Hello Yves, Thanks for your feedback. We already have an issue on our issue tracker to add support for schXSLT. I added your comment on the issue and I increased its priority. Unfortunately, it is not an easy task to do. Probably a solution to use schXSLT in Oxygen is to create a custom validation e...
by tavy
Fri Sep 02, 2022 12:51 pm
Forum: XML Schemas
Topic: Validation scenario bug
Replies: 3
Views: 3166

Re: Validation scenario bug

Hello, Thanks for your feedback. From what I tested, using Oxygen XML Editor 24.1 build 2022062007, the phase specified for the Schematron validation is not used for embedded Schematron rules from the RelaxNG schema. In case you declare the phases also in embedded Schematron rules from the RelaxNG s...
by tavy
Mon Aug 01, 2022 9:49 am
Forum: Common Problems
Topic: How to debug SQF?
Replies: 2
Views: 603

Re: How to debug SQF?

Hello Martin, Thanks for your feedback. Unfortunately, we do not have support to debug SQF. I added an issue on our issue tracker to offer more feedback when a quick fix cannot be generated, or maybe offer a debug support. I tried to reproduce the problem by creating a simple TEI file, but for my ex...
by tavy
Mon Jul 18, 2022 5:04 pm
Forum: XHTML
Topic: preserve/generate ">" and "<" in XSL transformation for JavaScript embedded in HTML
Replies: 1
Views: 976

Re: preserve/generate ">" and "<" in XSL transformation for JavaScript embedded in HTML

Hello, I think you can enter the JavaScript code into an xsl: text element and set disable-output-escaping="yes". Something like that: <xsl:text disable-output-escaping="yes"> var scrolled = $(window).scrollTop(); if (scrolled > 2 | scrolled &lt; 20) { $('.headline').css('top...
by tavy
Thu Jul 14, 2022 12:24 pm
Forum: XSLT and FOP
Topic: Limit XSLT/XPATH Processor
Replies: 3
Views: 1160

Re: Limit XSLT/XPATH Processor

Hello, Oxygen automatically detects from the document the XSLT version to be used for content completion and validation. If you use Oxygen XML Editor 24.1, the default validation engine for XSLT 2.0 is Saxon 10.6, that is an XSLT 3.0 processor. This means that it will validate XSLT 2.0 stylesheets e...
by tavy
Wed Jul 06, 2022 10:12 am
Forum: Common Problems
Topic: OpenAPI Editor
Replies: 2
Views: 708

Re: OpenAPI Editor

Hello, Thanks for your feedback. If you want to edit OpenAPI documents you can open them in Oxygen. For content completion and validation you need to associate the OpenAPI JSON Schema with your documents. For this you can download the schemas from specification Github page , then create a validation...
by tavy
Mon Jul 04, 2022 9:45 am
Forum: Other Issues
Topic: SQF on XSpec
Replies: 3
Views: 2331

Re: SQF on XSpec

Hello Scott,

Thanks for your feedback.
Yes, it seems that the XSpec editor does not enable the quick assist support (light bulb). I added an issue on our issue tracker to enable the quick assist support in the XSpec editor. When this will be solved we will update this thread.

Best Regards,
Octavian
by tavy
Wed Jun 29, 2022 12:25 pm
Forum: Other Issues
Topic: Using SQF on Schematron files
Replies: 3
Views: 812

Re: Using SQF on Schematron files

Hi Scott, In this case you can use the "xsl:element" and "xsl:attribute" to generate the content. Something like this" <sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2" xmlns:sqf="http://www.schematron-quickfix.com/val...
by tavy
Mon Jun 27, 2022 3:45 pm
Forum: XQuery
Topic: More detailed result view for XPath/XQuery constructing XML on the fly with e.g. json-to-xml
Replies: 4
Views: 5349

Re: More detailed result view for XPath/XQuery constructing XML on the fly with e.g. json-to-xml

Hi Martin,

I added an issue on our issue tracker to analyze this situation better. When the issue will be solved we will update this thread.
Thanks again for the feedback.

Best Regards,
Octavian
by tavy
Fri Jun 17, 2022 3:15 pm
Forum: XQuery
Topic: More detailed result view for XPath/XQuery constructing XML on the fly with e.g. json-to-xml
Replies: 4
Views: 5349

Re: More detailed result view for XPath/XQuery constructing XML on the fly with e.g. json-to-xml

Hello Martin, If you select the Saxon XQuery processor in the XPath/XQuery Builder view and run the /root/json-to-xml(.) expression, you will obtain the actual document in the result. You can also create an XQuery document containing the /root/json-to-xml(.) expression and run it over the XML docume...
by tavy
Thu Jun 09, 2022 6:27 pm
Forum: Common Problems
Topic: Possible Bug with XML Schema 1.1 override
Replies: 4
Views: 1616

Re: Possible Bug with XML Schema 1.1 override

Hello,

The issues are similar but XERCESJ-1674 does not fix XERCESJ-1627. In the issue that I reported it seems that there is a problem with the order of resolving the import and overwrite, as Mukul explains on that issue.

Best Regards,
Octavian
by tavy
Fri May 13, 2022 9:17 am
Forum: Other Issues
Topic: word wrap in text mode?
Replies: 5
Views: 6665

Re: word wrap in text mode?

Hello,

If you want to enable/disable line wrap for the current editor you can use the "Toggle Line Wrap" action from the editor contextual menu.
https://www.oxygenxml.com/doc/versions/ ... kw_bgk_54b

Best Regards,
Octavian
by tavy
Tue Apr 26, 2022 3:40 pm
Forum: Common Problems
Topic: Oxygen XML Developer Saxon 10.8
Replies: 3
Views: 810

Re: Oxygen XML Developer Saxon 10.8

Hello Dmitri,

We plan to release the next Oxygen major version in October.

Best Regards,
Octavian
by tavy
Tue Apr 26, 2022 12:46 pm
Forum: Common Problems
Topic: Oxygen XML Developer Saxon 10.8
Replies: 3
Views: 810

Re: Oxygen XML Developer Saxon 10.8

Hello Dmitri,

In the next Oxygen version we plan to integrate Saxon 11 as default engine.
Between Saxon 10.6 and 10.8 there should be no compatibility issues, there are just some bug fixes.

Best Regards,
Octavian
by tavy
Tue Mar 29, 2022 5:13 pm
Forum: Feature Request
Topic: Xquery/Xpath Full-Text support
Replies: 2
Views: 1070

Re: Xquery/Xpath Full-Text support

Hello, Saxon does not implement XQuery full-text extension. For debugging XQuery documents in Oxygen you can use Saxon, Berkeley DB XML, and Marklogic. You can read more about this in our user manual: https://www.oxygenxml.com/doc/versions/24.1/ug-editor/topics/xquery-database-debugging.html If eXis...
by tavy
Tue Mar 29, 2022 9:31 am
Forum: XML Schemas
Topic: can i use a qualifed attribute in a xs:field element
Replies: 2
Views: 1356

Re: can i use a qualifed attribute in a xs:field element

Hello, You need to add also the prefix for the @code attribute. I think that the key definition should be something like this: <xs:key name="personKey"> <xs:selector xpath="p:person"/> <xs:field xpath="@p:code"/> </xs:key> Best Regards, Octavian
by tavy
Fri Mar 11, 2022 4:54 pm
Forum: Common Problems
Topic: Possible Bug with XML Schema 1.1 override
Replies: 4
Views: 1616

Re: Possible Bug with XML Schema 1.1 override

Hello Frank, Just want to let you know that we released Oxygen version 24.1. The issue that you reported should be fixed. The new version includes Saxon 10.6 as built-in transformer, as well as Saxon 10.7 and Saxon 11.2 as add-ons. For the complete list of features, you can go to: https://www.oxygen...
by tavy
Fri Mar 11, 2022 3:43 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Configuring Proposed Values in the Context that the Content Completion was Invoked - SAXON
Replies: 28
Views: 10004

Re: Configuring Proposed Values in the Context that the Content Completion was Invoked - SAXON

Hello Isabelle, We just released Oxygen version 24.1. The new version includes Saxon 10.6 as built-in transformer, as well as Saxon 10.7 and Saxon 11.2 as add-ons. For the complete list of features, you can go to: https://www.oxygenxml.com/xml_editor/whats_new.html#24.1XSLT_XQuery Best Regards, Octa...
by tavy
Fri Feb 11, 2022 10:07 am
Forum: XML Schemas
Topic: How to use function matches in schematron?
Replies: 3
Views: 8145

Re: How to use function matches in schematron?

Hello, I tested the examples you provided and I think the problem is the assert/report. For example, if you want to verify if the "Document_number" respects the pattern "^.{19}EL[V|X]')", you need to use a "report" element in order for the problem to be reported when th...
by tavy
Fri Jan 14, 2022 9:42 am
Forum: SDK-API, Frameworks - Document Types
Topic: Schematron ValidationProblemsFilter
Replies: 1
Views: 763

Re: Schematron ValidationProblemsFilter

Hello Joseph, Starting with Oxygen version 23.1 we added support to ignore validation problems, maybe you can use our ignore validation problem support. You can read more about this on our website: https://www.oxygenxml.com/xml_editor/whatisnew23.1.html#23.1Validation Also in this version we added a...