1 Oct
2015
1 Oct
'15
12:56 a.m.
When I run `make test` (in the sydb-xenodata branch, but I don't think that matters) I get an error in a test that looks like it is supposed to exercise the RELAX NG schema as fragments. The errors are: .../header.rnc:869:28: error: reference to undefined pattern "macro.anyXML" .../header.rnc:890:7: error: reference to undefined pattern "att.enumerated" Fastest way to reproduce this yourself is: $ cd .../TEI/P5/Test $ make test-frag My instinct is that this is not a problem, but that's an instinct born of ignorance. :-) Any thoughts?