Hi, I'm currently working on a application which uses custom XML media types. I use firebug to debug the network traffic between the browser and the server.
If I have a response with Content-Type header application/xml, firebug will show the response as text in the response tab and as nicely formatted XML in a separate XML tab. But if I have a response with Content-Type header application/atom+xml or something in the scheme application/*+xml, firebug will print "The resource from this URL is not text: <URL>". You can test that with http://www.alexanderkiel.net/feed/atom/. RFC 3023 [1] defines the suffix '+xml' for all XML-based media types. So firebug could render all media types */*+xml as XML. Best Regards Alexander Kiel [1]: <http://tools.ietf.org/html/rfc3023> -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
