Hi,
You have to give the XPath from root node to your repeating node (whichever
you want collection of nodes).
dim nodes = foobar.selectNodes(“XPath of your repeating section”);
dim count = nodes.length;
Check the below link you can get the idea about XPath:
http://www.w3schools.com/xpath/xpath_nodes.asp
Hope this helps you.

Signature
Shiva
http://www.ggktech.com
> Hi -
>
[quoted text clipped - 18 lines]
> New World Design
> Cambridge, MA, USA
Noah Kaufman - 30 Aug 2007 16:38 GMT
Hi Shiva -
Thank you very much for responding to my post.
Yes, I understand that we have to specify the XPath expression for the
SharePoint forms library. My question is what _is_ the specific XPath for a
form library in a top-level site collection called "foobar"?
I've tried using similar XPath to what one would use for a list in
SharePoint without much success, so I thought that perhaps the specific XPath
syntax or content was different when attempting to manipulate a SharePoint
form library.
Sincerely,
Noah Kaufman
> Hi,
>
[quoted text clipped - 31 lines]
> > New World Design
> > Cambridge, MA, USA