Hi:

I have xqy that sends back xml file, as such:
        let $xml := fn:doc($file)
        return (xdmp:set-response-content-type("text/xml; charset=utf-8"), (), 
$xml)

As long as the file is 'plain' xml, everything is fine. It is shown as xml in 
the browser.

However, some documents contain the following:
xmlns:m="http://www.w3.org/1998/Math/MathML"This 'apparently instructs' the 
browsers to attempt to render the page.
 
Is there a doctype or some other setting to force the page to be viewed always 
as xml?
Is there a setting in Firefox that could override default behavior?




      
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to