RE: [xsl] search & clone problem

Subject: RE: [xsl] search & clone problem
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Thu, 18 Jan 2001 09:23:00 -0000
Walter,
It will do that is where you told it to put it when you wrote
// Stick it over in our storage XML Object - objXMLset
   objXMLset.documentElement.insertBefore(cloneTree,
objXMLset.documentElement.firstChild);
You really want to do something more like
// First search for the level 3 node then
   cloneTree = l3node.appendChild(cloneTree);

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread