vernid
10-28-2007, 01:27 PM
Hi,
Is there a simplest way to do this?
var node = classroot.datapath.xpathQuery('patient/id');
node.replaceChild(new LzDataText(sel.datapath.xpathQuery('id/text()')),node.childNodes[0]);
Thanks
Dominique
Is there a simplest way to do this?
var node = classroot.datapath.xpathQuery('patient/id');
node.replaceChild(new LzDataText(sel.datapath.xpathQuery('id/text()')),node.childNodes[0]);
Thanks
Dominique