Hello,
I've developed a server tool to send and display the result of queries
in an internet browser by the HTTP protocol.
But I'm not really a good specialist of the HTTP protocol and when I
want to display the result of my query in mozilla-0.9.1, i also
display the HTTP header. With IE, i don't have this problem, only the
XML is displayed.

I think it misses something in the header to only display the text.

Thanks for your help

Join a sample of what the display is in mozilla :

HTTP/1.1 200 OK
Date : Thu Jun 21 14:28:34 GMT+01:00 2001
Server : xmlserver version 0.13
Cache-Control : no-cache
Content-Type : text/plain


<?xml version='1.0' encoding='iso-8859-1'?>
<Query>
<Datasource name="pdali" username="sa">
<ResultSet>
<Row>
<name>master</name>
<db_size>15.0 MB</db_size>
<owner>sa</owner>
<dbid>1</dbid>
<created>Jan 01, 1900</created>
<status>no options set</status>
</Row>
<Row>
<name>model</name>
<db_size>2.0 MB</db_size>
<owner>sa</owner>
<dbid>3</dbid>
<created>Jan 01, 1900</created>
<status>no options set</status>
</Row>
</ResultSet>
</Datasource>
</Query>

Reply via email to