views:

54

answers:

0

I'm having an issue where I am trying to pull 1700+ anchors off a webpage using a DOMXPath query. However the DOM Node List length is returned as 1400.

I have done the same (with added tbody's) in XPather in FF and it returns 1700+ anchors so I know the query is right.

Is there a limit to how many nodes xpather can return? Or how much html it can read. I have had the issue before where there were ~6000 nodes to grab and it was only getting ~700.