Hi David,
You can get the repeating section node through using code as below:
IXMLDOMDocument2 secondaryDOM = thisXDocument.GetDOM("Secondary DOM
Connection Name");
secondaryDOM.setProperty("SelectionNameSpaces", "Namespace of the secondary
dom");
IXMLDOMNodeList repeatingNodes = secondaryDOM.selectNodes("XPath of your
repeating section node");

Signature
Visit: http://www.autonomysystems.com
Shiva
> I am trying to extract data from a Infopath Form Repeating Section that has
> been submited to a Form Library. We can extract data from the Sharepoint SQL
[quoted text clipped - 22 lines]
> Material Name (3) (Repeating Section)
> Material ID (3) (Repeating Section)
David - 01 May 2007 13:24 GMT
Where do you place that code?
> Hi David,
>
[quoted text clipped - 33 lines]
> > Material Name (3) (Repeating Section)
> > Material ID (3) (Repeating Section)