View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jerod Hatley Jerod Hatley is offline
external usenet poster
 
Posts: 1
Default How to work with NodeList

I need to understand how to wotk with a NodeList that is a serialized dataset
from a web service. What I am trying to do is return an empty parent-child
dataset from a web service, fill it with data, and send it back to the web
service for an insert operation.

Any and all suggestions are greatly appreciated.