# BH-XML-01 — Not well-formed XML

> https://billhorse.com/en/rules/bh-xml-01/

## What does this error mean?

The file cannot be parsed as XML.

## How to fix it

Common causes: wrong character encoding (use UTF-8), unescaped & characters, truncated file.
