Quote Originally Posted by grego1533 View Post
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.