Closed dgdavid closed 11 years ago
Indeed, I have encountered the same problem. I used the following workaround to iterate over the items:
$$(xml).find("key").each(function () {
// do whatever you want for each item
}
QuoJS has no control methods for XML objects
Hi,
When try get children of a xml element, only obtain an «TypeError: Array.prototype.slice called on null or undefined»
However, if I try with the a DOM element, it's working properly.
Thanks.