xsl-list
[Top] [All Lists]

Re: Problem on: Cascading xslts on browsers - scripting by DOM level 2

2002-12-11 01:07:55
Hello,

regarding

<snip>
Are there any standards-in-progress for controlling
the XSLT processor more fully from a browser?
</snip>

i am convinced, that it must be a way to do this by javascript using the DOM 
Level 2 interface, loading the xsl und xml document in the cache, and 
transformed it again from the outputted html.

like pseudocode:

xmlDoc = document.XMLDocument;
xslDoc = document.XSLDocument;

and then

page.innerHTML = xmlDoc.documentElement.transformNode(xslDoc);

but Mozilla don´t know about this document.XSLDocument and transformNode 
methods.

It could be great, if anyone could forward me a tip. At this state i am only 
able to do a transformation again with IE6, so i suspect, that i am not using 
DOM Level 2, but ActiveX, with the above methods.

Greetings,

Hans Braumüller 
-- + -- 
Mail Art Not War
http://crosses.net

 


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



<Prev in Thread] Current Thread [Next in Thread>