J'ai déjà vu ce genre de message, mais c'était avec Dokuwiki, je pense que ce n'est pas limé à LS mais au module WYSIWYG.
Il n'y a qu'a faire une petite recherche sur internet pour s'en convaincre.
Sur le forum LS j'ai trouvé ceci qui pourrait t'aider :
www.limesurvey.org/fr/forum/installation...th-a-proper-xml-data
Ça nous renvoie au Wiki :
docs.limesurvey.org/tiki-index.php?page=...FCKEditor_won_t_load
Avec qq solutions :
FCKeditor can't be loaded and the following Error is displayed:
Error loading "limesurvey/admin/scripts/fckeditor/fckstyles.xml"
This is due a a web server misconfiguration. Try adding the following line to your httpd.conf file (for Apache), or to your .htaccess file in your LimeSurvey directory (if you're not the web server administrator):
AddType application/xml .xsl
Some have reported that given their Apache setup they had to use the following two lines instead:
RemoveHandler .xml
AddType application/xml .xml