Constants
START = "<!ATTLIST"
 
START_RE = /^\s*#{START}/um
 
PATTERN_RE = /\s*(#{START}.*?>)/um