Re: XSL working with IE5 and Other XSL processor

Subject: Re: XSL working with IE5 and Other XSL processor
From: Keith Visco <kvisco@xxxxxxxxxxxx>
Date: Wed, 10 Nov 1999 18:58:25 -0800
Michele,

Actually there is a lot more than just namespace differences. IE implements an
older version of XSL, either the 19980818 or 19981216 draft, but it doesn't
implement them completely since it doesn't provide the built-in rules.

Perhaps you can write an XSLT stylesheet that is run on the server that
converts from the newer stylesheets to the older IE ones, or simply run the
transformations on the server instead of the client.

--Keith

Michele Lee wrote:

> Hi,
>
> Is it possible for a stylesheet to work on both IE5 and the newer processor
> (e.g. LotusXSL or TransformiiX)?  The problem is that IE5 uses a different
> namespace than the newer processor.
>
> IE5 uses:
> xmlns:xsl="http://www.w3.org/TR/WD-xsl";
> xmlns:HTML="http://www.w3.org/Profiles/XHTML-transitional";
>
> and
>
> TransformiiX uses:
> xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";
> result-ns="http://www.w3.org/TR/REC-html40";
>
> thanks,
>
> --Michele
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread