[Zope-CMF] Returning XML documents from CMF

Marc van Grootel (Mendez Nederland) Marc.van.Grootel@mendez.nl
Wed, 18 Jul 2001 13:40:04 +0200


Hi,

I was playing around creating a skin that outputs pages as XML. Previously
with Zope I always added something like:

  <dtml-call REQUEST.set('Content-Type','text/xml')>
  <?xml version="1.0"?>

to a document and that was it. However with CMF it seems to ignore
this Content-Type. In IE i get the XML content but the browser seems to
interpret it as
HTML.

Is there a way to 'fix' this?

Thanks

--Marc