Issue 436: PHP fails to iterate over escaped DOMNodeList objects
http://code.google.com/p/qubit-toolkit/issues/detail?id=436

New issue report by jack.bates:
     <?php var_dump($xpath->query('*',
$sf_data->getRaw('doc')->documentElement)->length) ?>
     <?php foreach ($xpath->query('*',
$sf_data->getRaw('doc')->documentElement) as $node) {
var_dump($node->nodeName); } ?>

||
\/

int(2)


Issue attributes:
        Status: Accepted
        Owner: jack.bates
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Issues" 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/qubit-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to