/dfs:myFields

L

luddgang

Hi, I am as green as a Green Applie.

What does the '/dfs:myFields' signify in InfoPath.

This looks as if it is associated with a Infopath Data Connection.
 
M

madhur

Hi

The string you are looking into is called XPath.
XPath is a language to traverse nodes in XML.

/dfs:myFields refer to myFields Node whose namespace
is dfs.

It normally represents your main data connection.
Field1, Field2 will be childs of this myFields which you can traverse
by XPath usling /dfs:myFields/dfs:field1

Hope this helps

Madhur
http://madhurahuja.blogspot.com
 
Top