/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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top