J
Jonathan Wood
I'm working with a substantial XML file. I need to locate a node with a
particular value.
I don't have much experience working with XML files. I found the XPath
classes. Looks like I can use them to iterate through the nodes and find
what I'm searching for. I was just wondering if there's any search function
that I can use. Is this already supported?
I'm having trouble finding this information because I'm not sure which
class(es) I need. I don't want to use LINQ (if that's an option).
Could someone point me in the right direction here? Thanks.
Jonathan
particular value.
I don't have much experience working with XML files. I found the XPath
classes. Looks like I can use them to iterate through the nodes and find
what I'm searching for. I was just wondering if there's any search function
that I can use. Is this already supported?
I'm having trouble finding this information because I'm not sure which
class(es) I need. I don't want to use LINQ (if that's an option).
Could someone point me in the right direction here? Thanks.
Jonathan