|
-
January 7th, 2013, 11:54 PM
#4
Re: Reading Multi level XML file while using C#
 Originally Posted by grego1533
What are the inconsistencies? If you're talking about the data between the membership tags then this is exactly the challenge with this problem.
Well you've got different casing within the tags. Usually xml tags are pascal case (start with a capital letter) or camel case (start with a lower case letter). You can certainly have a mix but it's a bit odd.
As far as 'collection' element inside the 'Membership' element... that's okay, but the opening tag must exactly match the closing tag. You have <collection>...</Collection> and that isn't valid xml.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|