This should allow us to skip over <!ELEMENT, <!NOTATION,
processing instructions, and other things that can be found
inside DOCTYPE. This will avoid problems similar to the
problem with comments in #157, since these elements might
contain a ] character too.
This should allow us to skip over
<!ELEMENT
,<!NOTATION
, processing instructions, and other things that can be found inside DOCTYPE. This will avoid problems similar to the problem with comments in #157, since these elements might contain a]
character too.