|
Re: [tdom] known tdom limitations
On 21 Aug, mnovak222 wrote:
> Does anyone know of any limitations that tdom has?
Sure it has. The most obvious (not the only) is, that you need enough
memory, to hold the DOM tree in memory.
But you don't hit any of them so easy, that's very probably not your
problem.
> I am trying to parse some xml data that has 500 elements but whenever
> I create a list using selectNodes, it always only returns the first 70
> elements and no more.
> Is this some known limitation, or it possible I am doing something wrong?
You do something wrong. There's no problem at all with XPath
expressions returning thousands and thousands of nodes.
I bet, your XPath expression does not, what you want it to do. If you
show it us and explain, what you want it to do, we probably could
help.
rolf
|