Re: [xsl] The case of the mysteriously corrupted XSL transformation (ARRGH)

Subject: Re: [xsl] The case of the mysteriously corrupted XSL transformation (ARRGH)
From: mark_fletcher@xxxxxxxxxxxxxx
Date: Thu, 2 Dec 2004 14:01:15 -0800
I hit this a while back, too.  Mozilla states on their site that
document.write is not supported by the Transformiix engine.  You have to do
dynamic writing using the DOM node methods.

My solution was to write as much of the HTML as I could with XSL, then have
an onLoad function fill in the missing pieces after the document is loaded.


Mark Fletcher
PeopleSoft Language Engineering
925.694.3753
mark_fletcher@xxxxxxxxxxxxxx

Current Thread