Sometimes you want to excuse some part of your XML document from checking for some reason. For these regions, you want to use the match-anything matcher.
Syntax:
match-anything &key how-many matcher
Arguments and Values:
how-many--a symbol indicating how many times the matcher can match children of its parent tag. One of:
matcher--the matcher object returned.