Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

maximum nodes in xml island??

Status
Not open for further replies.

Tracey

Programmer
Oct 16, 2000
690
NZ
Hi
I have a little app and javascript function which builds xml data islands and uses them to display search results.

My problem is, this works sometimes and not others.

I put an alert into my script to show me xmlNodeList.length when trying to find out why it doesnt work, and although many records are returned, and input into the data island, the xmlNodeList.length is being shown as 0.

If i run my program using a small amount of data it works fine. Is there a limit to the number of nodes that can be recognised?

the most i have had regognised is 33

Tracey
Remember... True happiness is not getting what you want...

Its wanting what you have got!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top