Xml document read problem

i have xml view which i embedded on page (http://host/App.nsf/XMLCustomerVerification.xml?OpenPage) . Problem is that i am able only read 1000 document . I changed embedded lines to display property and set 5000 , use &count=4000 but every time i read only 1000 document .i use XML Xpath +javascript

Tell me how can i read all documents in the xml view.

Subject: xml document read problem

You can bypass the view and use an agent. Have the agent walk the view by using ViewNavigator and then return the XML. Probably best if written in Java to take advantage of StringBuffer class.

Subject: xml document read problem

You are likely hitting the limit set in the server config document.

Here is an old post discussing the issue → http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/6282c02e5695f3b485256f4700279aa9?OpenDocument