This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Calling 'transformNode' inside xsl - problems


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]