Since: PMD 5.0
An XML CDATA section begins with a <!CDATA[ marker, which has only one [, and ends with a ]]> marker, which has only two ].
//cdata-section[starts-with(@Image,'[') or ends-with(@Image,']')]
An extra [ looks like <!CDATA[[]]>, and an extra ] looks like <!CDATA[]]]>.