Index of all built-in rules available for XML

Error Prone

Rules to detect constructs that are either broken, extremely confusing or prone to runtime errors.
  • MistypedCDATASection: An XML CDATA section begins with a <![CDATA[ marker, which has only one [, and ends with a ]]> ma…