David Maus
David Maus
No sure if this is a bug or not. See also https://github.com/Schematron/schematron-enhancement-proposals/issues/42
For an example see https://github.com/Schematron/schematron-enhancement-proposals/issues/62#issuecomment-1655879062 This should work: When include/extends an external Fragment we add sch:ns elements from the target document if present. We turn these sch:ns elements in namespace...
Hi, Just pushed some fixes for php-repl.el to make it work on my Linux box. The comments in the commits should be sufficient to explain the changes. Best, -- David
It is currently not possible to test a transformation for regressions. It should be possible to - define input and expected output of a transformation step - execute the transformation...
See #343
Consider the following schema: ```xml ``` ```xml ``` The prefix ```ex:``` is bound to the name ```http://example.com/other-ns``` in the schema document, but the included rule expects it to be bound...
The svrl:active-patterns/@documents attribute does not contain the URIs of the subordinate documents
The use of the callback mechanism makes it non-trival to fix; i.e. the expression in @documents must be evaluate with the instance document as context. When the API method is...