I tried to use the notfound="skipbody" attribute of mm:node in combination with a referid instead of a number.
Something like this:
<mm:node referid="score" notfound="skipbody" > Tralala </mm:node>
will give an error if 'score' is not registered. If you use the same construction with number="7654765" instead of referid="score" it will (correctly) skip the body.
Shouldn't the 'notfound' attribute work the same for 'number' and for 'referid'?
Simon
