in the local server the editor work well but in the server of provider it write error:
Error loading /admin/editor/fckstyle.xml
the file fckstyle.xml exist & the path is correct
Error loading /admin/editor/fckstyle.xml
the file fckstyle.xml exist & the path is correct
try checking the http header
Check the http headers and see if it is returning text/xml or something else.
I had a problem recently and adding the line:
AddType text/xml .xml
To my .htaccess file (within the FCKeditor directory) worked out for me.
My favorite header utility is http://www.rexswain.com/httpview.html but if you google for http headers you will find there are a bunch out there.