xsl-list
[Top] [All Lists]

Re: JS not executed AFTER transformNode

2004-08-04 07:11:52
Hi Fred,

Frederic Tsolakidis wrote:

My JS transformation works fine, and I'm displaying
the result with a document.write() call..


Thats more of a JS than an XSLT issue ;-)

In general, document.write() should be avoided; try to use DOM to attach the generated markup in your document. Sarissa includes documentation on that.

hth,

Manos


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