CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: grego1533

Search: Search took 0.01 seconds.

  1. Re: Reading Multi level XML file while using C#

    You're correct, I have made up the example but the actual data does follow the same concept that you outlined above. I originally shredded the XML in SQL but the unpredictability of the membership...
  2. Re: Reading Multi level XML file while using C#

    What are the inconsistencies? If you're talking about the data between the membership tags then this is exactly the challenge with this problem.
  3. Reading Multi level XML file while using C#

    What would be the easiest way to manipulate the data being mindful that i am really working with an XML file that I have imported into memory:

    <Data>
    <Drives>
    <label>Area 51</label>...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured