xsl-list
[Top] [All Lists]

Re: [xsl] Using XSL to create interactive web page from XML

2007-12-02 05:09:28
Furst, Tom wrote:

I ran this on saxon, and see the created html files, and they are
exactly what I needed.  When I attempted running this in IE to see
how the page looked, the browser returned "Keyword xsl:for-each may
not contain xsl:result-document." Is there a way around this?

IE and its XSLT processor, MSXML 3, does not support XSLT 2.0. You will have to use Saxon to run the transformation and create the HTML documents, then IE or any other HTML user agent can render them.



--

        Martin Honnen
        http://JavaScript.FAQTs.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>
--~--