How to search for a specific tag in XML using C# [ Microsoft Infopath]
I'm a web application student and I'm working to solve an issue pulling in some tags from different XML documents for an Info Path Project I'm working on for a client.
I'm trying to pull in
Code:
<tagX>123</tagX>
but in my code there's many "TagX"s and I need to pick a specific one.
The way I'm supposed to find it is direct my program to pull that specific one based on what is encased in....