1 Reply Latest reply on Apr 24, 2007 6:15 PM by henrik.lindberg

    how to render XML with "unsupported" content type

    henrik.lindberg

      I have the need to render raw XML - and I have that working using f:view with content type of application/xml. Works great.

      Now, I want to render XML that has to be rendered with a content type that the HtmlResponseWriter does not handle (application/x-something) - which is essentially the same as application/xml.

      Anyone have any ideas how to get around this problem?