loadxml error: Firefox y Google Chrome don't load xml with t

I have an example:



<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>

Alvaro

Maria

Fran

Perico

Fulano





If the filename is called mydata.xml the grid load ok but if the filename is called mydata.asp then grid no load in Firefox and Google Chrome.



I don’t understand why…



Thanks!!

Please be sure that asp file output data with correct content type
Content-type:text/xml
If data was outputted with different content type, browser will not be able to recognize it as XML