Search found 8 matches

by nkutsche
Mon Mar 11, 2024 1:53 pm
Forum: Feature Request
Topic: Is there a way using XSLT Packages in Schematron
Replies: 2
Views: 160

Re: Is there a way using XSLT Packages in Schematron

Hi Octavian, thanks for the response! Meanwhile I found a workaround which meets maybe not all needs of the package subject, but for my planned show case it works. You can use the transform function of XSLT 3. Saxon allows to provide a custom Saxon config file via the vendor-options field: See https...
by nkutsche
Fri Mar 08, 2024 2:06 pm
Forum: Feature Request
Topic: Is there a way using XSLT Packages in Schematron
Replies: 2
Views: 160

Is there a way using XSLT Packages in Schematron

Hi, I'm working more and more with XSLT packages. Now I have a first case where I would like to reuse one in a Schematron schema. Is there a way to do this? In Schematron it would look like this: <sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:sqf="http://www.schema...
by nkutsche
Thu Oct 05, 2023 4:43 pm
Forum: Feature Request
Topic: Build-In Framework support for NISO STS
Replies: 1
Views: 285

Build-In Framework support for NISO STS

Dear Oxygen team, We have a customer who would like to work with NISO STS (https://www.niso.org/standards-committees/sts). So we are wondering if you are planning to implement such a framework in the medium term and distribute it as build-in framework. Yes, we know we could do that by our own. And f...
by nkutsche
Thu Jun 29, 2023 6:13 pm
Forum: Common Problems
Topic: old custom Transformation doesn't work after upgrading Oxygen
Replies: 8
Views: 1055

Re: old custom Transformation doesn't work after upgrading Oxygen

Hi Radu, thanks for the answer! The problem was, that they interpreted your note (which I had quoted) as a statement that they should switch to CSS to solve the raised errors which was described here in the forum post. And I had my doubt, that this was your intension. But I'm not so deep in DITA-OT ...
by nkutsche
Thu Jun 29, 2023 2:21 pm
Forum: Common Problems
Topic: old custom Transformation doesn't work after upgrading Oxygen
Replies: 8
Views: 1055

Re: old custom Transformation doesn't work after upgrading Oxygen

Hi Radu, the user called me today and asked for assistence switching to CSS to fix a DITA-OT problem. I was a bit confused about the approach, so she pointed me to this topic. Am I right with my intepretion of your last sentence In recent Oxygen versions we switched our development effort to providi...
by nkutsche
Tue Oct 06, 2020 11:16 am
Forum: XSLT and FOP
Topic: Using Saxon CollectionFinder from Oxygen XML
Replies: 3
Views: 2385

Re: Using Saxon CollectionFinder from Oxygen XML

Hi, FYI: I created an issue on the Saxon issue tracker for this: https://saxonica.plan.io/issues/4784 Michael committed that the collectionFinder attribute is ignored completely from the Saxon. (I have a similar problem, but I'm calling Saxon not directly but using the calabash for an XProc pipeline...
by nkutsche
Thu Sep 24, 2020 11:17 am
Forum: XML Schemas
Topic: Differences between XSD-Validation of Oxygen and Ant
Replies: 1
Views: 1753

Differences between XSD-Validation of Oxygen and Ant

Hi, I wrote an XSD schema for a customer who wants to validate his XML documents against it in Oxygen as well as in an Ant pipeline. This works fine in the past, but now I have the issue that the customer uses sometimes inline Entity declarations in his documents like this: <!DOCTYPE root [<!ENTITY ...
by nkutsche
Thu Jul 04, 2019 1:02 pm
Forum: Other Issues
Topic: Determining overlapping comment end points in author
Replies: 3
Views: 2553

Re: Determining overlapping comment end points in author

Hi Radu, I just found this, because we have started to work on handling Oxygen PIs in several projects. I think the logic you discribed is not 100% correct: 1)If you encounter an end comment without a mid, its pair is found by iterating left and searching for the first start comment without a mid. A...