Note that there are some explanatory texts on larger screens.

plurals
  1. POForcing Firefox to render XML in a tree like fashion
    primarykey
    data
    text
    <p>I am trying to get Firefox to render the XML that is being returned to it in a tree like format as in Internet explorer.</p> <p>Currently it just displays the field values .. i.e. NO XML</p> <p>Is there some special setting am I missing?</p> <p>EDIT</p> <p>Here is the xml that is being returned</p> <pre><code>&lt;ArrayOfSampleItem xmlns="http://schemas.datacontract.org/2004/07/InmoCasaService" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"&gt;&lt;SampleItem&gt;&lt;Id&gt;1&lt;/Id&gt;&lt;StringValue&gt;Hello&lt;/StringValue&gt;&lt;/SampleItem&gt;&lt;/ArrayOfSampleItem&gt; </code></pre> <p>but it displays the following</p> <pre><code>1Hello </code></pre> <p>EDIT</p> <p>And here is what is returned via fiddler</p> <pre><code>HTTP/1.1 200 OK Cache-Control: private Content-Length: 222 Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Date: Mon, 16 Aug 2010 19:56:27 GMT &lt;ArrayOfSampleItem xmlns="http://schemas.datacontract.org/2004/07/InmoCasaService" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"&gt;&lt;SampleItem&gt;&lt;Id&gt;1&lt;/Id&gt;&lt;StringValue&gt;Hello&lt;/StringValue&gt;&lt;/SampleItem&gt;&lt;/ArrayOfSampleItem&gt; </code></pre> <p><strong>EDIT</strong></p> <p>Now i have this... but still the same problem.. Look at the content type</p> <pre><code>HTTP/1.1 200 OK Cache-Control: private Content-Length: 226 Content-Type: application/xml Server: Microsoft-IIS/7.5 X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Date: Tue, 17 Aug 2010 06:09:14 GMT &lt;ArrayOfSampleItem xmlns="http://schemas.datacontract.org/2004/07/InmoCasaService" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"&gt;&lt;SampleItem&gt;&lt;Id&gt;1&lt;/Id&gt;&lt;StringValue&gt;He4444llo&lt;/StringValue&gt;&lt;/SampleItem&gt;&lt;/ArrayOfSampleItem&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload