Search found 3 matches

by Sepp C
Wed Mar 14, 2018 4:59 pm
Forum: XML Schemas
Topic: Schematron Validation with Saxon HE
Replies: 1
Views: 3978

Schematron Validation with Saxon HE

Hi, is it possible to change the Schematron validation engine within Oxygen to validate only with Saxon HE, instead of PE/EE? I am having a case where the Schematron validation with Oxygen works fine but calling the Processor/XsltTransformer programmatically fails with "Errors were reported dur...
by Sepp C
Wed Mar 14, 2018 4:42 pm
Forum: XML Schemas
Topic: Check Overlapping Time Periods with Schematron
Replies: 2
Views: 3169

Re: Check Overlapping Time Periods with Schematron

Hi Octavian I had changed the attibutes @ to elements already (of course). Anyway, found a solution. Had to interject my wished maxvalue directly in the calling of the function, like that: <?xml version="1.0" encoding="UTF-8"?> <sch:schema xmlns:sch="http://purl.oclc.org/dsd...
by Sepp C
Tue Mar 13, 2018 5:32 pm
Forum: XML Schemas
Topic: Check Overlapping Time Periods with Schematron
Replies: 2
Views: 3169

Check Overlapping Time Periods with Schematron

Hi, I have a very similar problem to https://www.oxygenxml.com/forum/topic15574.html as I need to check for overlapping time periods with Schematron. I have following additional constraints: - Time Periods are grouped by an ID - The overlap check only applies on a per-group basis. This means that be...