Patrik Stellmann

Results 11 comments of Patrik Stellmann

This option might be difficult to implement for schematorn engines not based on xslt. So I provided possible alternatives in the two new issues #37 and #38 that would either...

Since the @followup requires a modification of the schema as well I was hoping this might become part of the spec as well - not just the skeleton implementation. And...

I very much like the idea of more clearly seperating the requriements. And I think that I have mixed these things quite a lot with my different issues. But I...

Thanks for the answer. - to 1. I consider my dita_xsd2sch as an extension of xsd2sch. And I will probably implement it based on a clone of xsd2sch with an...

I completed the implementation several months ago and use it for my own projects. But I didn't bother to put it on github since I saw no indication for anybody...

I recently uploaded my code here: https://github.com/dita-semia/dita-xsd2sch

I think I managed to implement what you suggested. So as a sample I have a standard element (topic/p) and a derived one (custom/paragraph). So the rule for the custom-paragraph...

Thanks for your thoughts. The disadvantage of adding the condition to the patterns is a poor worst-case-behavior: So when there is only a single rule in that pattern still the...

Hi Bradley, after fixing the bugs in your schematron code it generated the expected output for me (Tested with oXygen xml 18.1): ``` question/@id=[] has [] references with reference/@href=[]) ```...

Just as a marker: There is a correlation (no conflict though) with the @followup from #18. So when starting the validation in the middle of a document you also need...