Hi Octavian
That looks cool. Thank you very much. I will try this.
All the best
Thomas
Search found 2 matches
- Mon Mar 05, 2018 6:10 pm
- Forum: XML Schemas
- Topic: Sorting and Looping within Schematron-Rule
- Replies: 2
- Views: 2603
- Mon Mar 05, 2018 2:26 pm
- Forum: XML Schemas
- Topic: Sorting and Looping within Schematron-Rule
- Replies: 2
- Views: 2603
Sorting and Looping within Schematron-Rule
Hello Oxygen Team I have the following XML structure and I need to validate it with Schematron so that the time periods do not overlap: <periods> <period start='2018-02-01' end '2018-02-14' /> <period start='2018-01-01' end '2018-01-22' /> <period start='2018-04-01' end '2018-04-25' /> <period start...