myCorpus.validReff() works, currently, with CTS URNs that (a) have no version, and (b) are at the leaf-node. It fails gracelessly with a work-level:range URN.
We should either say "you can't get validReff without a version; that's what ~~ is for" or make it work. Either is possible.
myCorpus.validReff()
works, currently, with CTS URNs that (a) have no version, and (b) are at the leaf-node. It fails gracelessly with a work-level:range URN.We should either say "you can't get validReff without a version; that's what ~~ is for" or make it work. Either is possible.