Hello,
I'm a quite newbie to C# programming. I'm busy to a program and i would like to get some values out of an XML document.
I had some success with xmldocument, but i want to use xmlreader or xml.linq
Unfortuanally, i succeed none of both.
xml document:
at first, i want to derive both to a variable (integer).
after this, i want to get the name and description, depending on the requested . this should become a string, to be used in further programming.
Anyone can advice me what to use? (xmlreader or LINQ?)
How should i implement? (as after reading and trying a lot, i don't get anything working...)
Already many thanks!
Bryian TanPosted May 5, 2018, 5:39 PM