Re: ACTION-66: Mozilla XSLT DOM Interface

> Below is the interface that we use for XSLT transformations in mozilla. 
> There are some things to note about it:

And

6.
We verify the stylesheet is a valid stylesheet when importStylesheet is 
called. If the DOM is then modified we will revalidate the DOM when 
transformTo* is called.

In other words, changes to DOM done after importStylesheet is called 
does affect the result of any subsequent transformTo* call.

/ Jonas

Received on Friday, 3 March 2006 01:13:28 UTC