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
Yes you can when you encode the content within the XML tags. I.e. use & < > " ', that way it will not be seen as markup inside your markup.
&
<
>
"
'