This content has been marked as final.
Show 2 replies
-
1. Re: How to find the child nodes from XMLDoc where --> var XMLDoc = subform.datanode.saveXML("pretty");
radzmar Oct 23, 2012 10:18 AM (in response to stan_rsm)Hi,
you can count the nodes by:
subform.datanode.nodes.item(0).nodes.length;
-
2. Re: How to find the child nodes from XMLDoc where --> var XMLDoc = subform.datanode.saveXML("pretty");
stan_rsm Dec 14, 2012 8:52 AM (in response to radzmar)Thank you so much. It worked.

