XSL working with IE5 and Other XSL processor

Subject: XSL working with IE5 and Other XSL processor
From: Michele Lee <mclee@xxxxxxxxx>
Date: Wed, 10 Nov 1999 16:09:41 -0800
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


Current Thread