Judging by the position of the error, and assuming you simply copy/pasted the XML from the example, you may be missing the XML declaration which should be on the first line of each XML file for it to be considered well-formed:
<?xml version="1.0" encoding="UTF-8"?>
Alternatively, you could try a clean build of the project to see if the error goes away
chrisbunney
2010-06-02 22:25:49