Just in case someone else is looking for an answer to my previous question. Forget about FOR XML EXPLICIT and use something along the lines of the following:
FOR XML PATH('Area'), ROOT('Areas')
Example: http://jdixon.dotnetdevelopersjournal.com/sql_2000s_for_xml_explicit_vs_sql_2005s_for_xml_path.htm