Re: [xsl] JS not executed AFTER transformNode

Subject: Re: [xsl] JS not executed AFTER transformNode
From: Emmanouil Batsis <Emmanouil.Batsis@xxxxxxxxxxx>
Date: Wed, 04 Aug 2004 17:11:52 +0300
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

Current Thread