Hello there!
I have no experience in working with Infopath and am completely new with it.
I have the following problem that might be really easy to solve for you guys: I want to select a single node from my XML-file by following line:
xpn.SelectSingleNode(
"/Doku/my:field1");
(xpn is the root XPathNavigator)
But I get following XPath- Exception:
"Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function."
I appreciate every kind of help!
Cheers,
Chris