xsl-list
[Top] [All Lists]

Re: [xsl] XSL to ODF/OOXML

2007-06-27 07:38:31
Ran into some problems but eventually solved it.

http://yeago.net/works/fixing-file-download-errors-in-ie-with-asp-classic

On 4/30/07, W Charlton <XSLList(_at_)ymonda(_dot_)net> wrote:
It's not an XSLT solution and its not ODF or OOXML but you could try serving
the (X)HTML with a

Response.ContentType =  "application/msword; charset=iso-8859-1"

Declaration.

This example is from an asp page and prompts the user's browser to deal with
the html page as a word document.

It's a blunt tool but might get you out of the woods until you can build the
universal XML to Word/ODF transform.


William Charlton
The yMonda team
yMonda Limited
w: www.ymonda.net



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [xsl] XSL to ODF/OOXML, Steve <=