Actually it's XML, not text format

The problem is:
<title name="Desktop Menu" visible="no"
it's missing /> from the end of line. It should be:
<title name="Desktop Menu" visible="no"/>
You might also need DOCTYPE definition for the DTD, so the beginning of file would be:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xfdesktop-menu>