> You can also get it by looking for the field anywhere within the XML path:
> InfoPath.XDocument.DOM.selectSingleNode("//my:field1").text
Thank you
I tried this one, but it's not working as well.
I checked the field name several times, and it has the proper case.
(but you're right, i wrote Myfields instead of myFields when i was using the
whole xpath)
Do i have to create any objects for reading that value or add any other code?