There didn't appear to be much in the forum on XML or I just missed it...
This works fine:
This doesn't work:Code:-- Gets the second customer's second phone number. customer_phone = XML.GetValue("database/customer:2/phone:2");
I am having issues with looping thru XML...the XML indexing doesn't seem to work with anything other than an actual integer...Code:-- Gets the second customer's second phone number. x=2 customer_phone = XML.GetValue("database/customer:x/phone:x");
any ideas...?

Reply With Quote
