xsl-list
[Top] [All Lists]

Re: [xsl] XHTML html validation

2007-02-16 06:49:51
Abel Braaksma wrote:
John Steel wrote:
> This will likely change the 'HTML' to 'html' as well, even with the buggy resin.

It did! Thanks. Except firefox now just dumps the xml with the message "This XML file does not appear to have any style information associated with it" :-(


That is something else. Change your server's settings to send the XHTML as, I believe, text/html, instead of tet/xml or text/application+xml. This should remedy your problem (but we're going away from XSLT now...)

You mean the server is sending these pages as <filename>.xhtml? I added this
<mime-mapping extension=".xhtml" mime-type="text/html"/>
with no effect.


--~------------------------------------------------------------------
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>
--~--