I keep getting \"XML parser failure: Unterminated attribute\" with my parser when I attempt to put HTML text or CDATA inside my XML attribute. Is there a way to do this or
No, CDATA cannot be the value of an attribute. It can only be inside an element.