Hi, just been trying to use the XML parser object(?) to import from a xml to a foxpro table. There is an example on the microsoft webite here :
After the code creates the object I have a problem. I have had a look in the debugger to see what is going on. The object is created, but the childnodes property is not created and if i try to watch the childnode property foxpro crashes and i have to restart.
In the microsoft example where you can display the number of nodes, the result i get is 1 which is wrong. The parser is only looking as deep as the item level. The first thing it does is tries to populate the field called "orders" (using thier example) without looking at the individual orders. This gives an error.
Anybody come accross this problem before ? I have updated to MSXMLparser V6 just for good measure but no joy.
Thanks,
After the code creates the object I have a problem. I have had a look in the debugger to see what is going on. The object is created, but the childnodes property is not created and if i try to watch the childnode property foxpro crashes and i have to restart.
In the microsoft example where you can display the number of nodes, the result i get is 1 which is wrong. The parser is only looking as deep as the item level. The first thing it does is tries to populate the field called "orders" (using thier example) without looking at the individual orders. This gives an error.
Anybody come accross this problem before ? I have updated to MSXMLparser V6 just for good measure but no joy.
Thanks,