|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: XSL Problem with IE
Can you use this?
var srcDoc = new ActiveXObject("Microsoft.XMLDOM");
srcDoc.async = false;
srcDoc.load("mydoc.xml"); // don't forget error checking
var xslDoc = new ActiveXObject("Microsoft.XMLDOM");
xslDoc.async = false;
xslDoc.load("mydoc.xml"); // don't forget error checking
list.innerHTML = srcDoc.transformNode(xslDoc);
I have no idea if this will work but I thought it was worth a try.
Lars
Fran wrote:
> I have some problems with an XSL transformation in IE5.5 .
> The clients with this problem have only MSXML version and I
> call the MSXML2
> version and the clients don't want to update to the latest
> version.(I'm
> trying to call the transformation trougth Javascript like : new
> ActiveXObject("Msxml2.FreeThreadedDOMDocument"))
> How I can solve this problem or what's the best way to solve
> the problem?
>
> Thanks a lot!! Very urgent.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








