Has anyone had trouble parsing xml with element attributes. For instance:
<junk>
<fred>dead</fred>
<ted head="red">bed</ted>
</junk>
is parsed OK down to the element 'ted' where it chokes with the error "Parser Error: not well-formed". Elements without attributes seem to work just fine. Thanks in advance.