K
Krzysztof
Hi all
I have large XML file (5 levels of RootNode.ChildNodes.ChildNodes... and so
on... Of course XmlType are Text and Atributs) and I must search in it some
elements by various criteria. I think about "my privet method
SelectXmlElement", but it's not so easy. To much levels for "foreach" or
other IEnumerable...
So before I implement this "horrible" method(s) I have one question. Is
something in VS.Net to auto search in XML? I read some about XPath, but it's
look like strange magic...
But if XPath is reason -> please, just one simple example will be helpfull
Regards
Krzysztof
I have large XML file (5 levels of RootNode.ChildNodes.ChildNodes... and so
on... Of course XmlType are Text and Atributs) and I must search in it some
elements by various criteria. I think about "my privet method
SelectXmlElement", but it's not so easy. To much levels for "foreach" or
other IEnumerable...
So before I implement this "horrible" method(s) I have one question. Is
something in VS.Net to auto search in XML? I read some about XPath, but it's
look like strange magic...
But if XPath is reason -> please, just one simple example will be helpfull
Regards
Krzysztof