I'm trying to load a chunk of HTML into MSXML's DOMDocument. The said chunk is valid XML with one excepton - it has
entities. MSXML chokes on them, claims "Reference to undefined entity 'nbsp'.".
Can I make MSXML recognize it as valid somehow?