Subject: RE: Calling 'transformNode' inside xsl - problems
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Tue, 12 Sep 2000 18:47:28 +0100
|
Rama,
looking at it a bit more closely maybe you want something more like
<TABLE id="resultsTable" width="400" border="0"
cellspacing="0" cellpadding="0" whitespace="nowrap">
notice the id="resultsTable"
then you can do
resultsTable.outerHTML = xmldoc.transformNode(xsldoc);
Ciao Chris
XML/XSL Portal
http://www.bayes.co.uk/xml
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|