xsl-list
[Top] [All Lists]

Re: [xsl] XHTML html validation

2007-02-19 08:17:53
--On Monday, February 19, 2007 06:33:39 -0700 M. David Peterson wrote:

<xsl:output .../>, as Abel points out, is meaningless (for all intents
and purposes, anyway) in the browser-based world of XSLT.

If you include <xsl:output method="xml"/> in a stylesheet being processed by Firefox then you must also put the elements into the XHTML namespace if you want them to have any effect.

Note that this is a different problem from the one that started the thread where the XSLT processing is server-side.

--
Owen Rees
Hewlett Packard Laboratories, Bristol, UK


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