what does the returned-xml look like
over the wire during a packet-trace?
what xml methods are being used
to read the returned xml?
// using ajax something like this works:
var cpriceHC = google.feeds.getElementsByTagNameNS(
entries[i], baseNS, "price");
if (cpriceHC[0].parentNode.nodeName == "g:shipping") {
for (var sp = 0; sp < cpriceHC.length; ++sp) {
priceNode = cpriceHC[sp].firstChild.nodeValue;
}
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-base-data-api?hl=en
-~----------~----~----~----~------~----~------~--~---