> > Line Number 43, Column 38:<tr><td>author</td><td>Li Yang > <LeoLi@xxxxxxxxxxxxx></td></tr> -------------------------------------^ > > Try to save the output and verify it with some other xml-parser. The > "<LeoLi@xxxxxxxxxxxxx>" seems to be the culprit here, since "@" is no > allowed character for a xml-tag, and there maybe is some html-escaping of > the email address missing? I think that the situation is simpler: <LeoLi@....> is taken as the XML/HTML tag and it - does not closed anywhere, - has the wrong syntax, since "@" and "." can not live inside the tag name if memory serves me right. The proper thing is to replace "<" with "<" and ">" with ">". -- Eygene - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html