Mapping XML structures easily ?

  • Thread starter Thread starter Navin Mishra
  • Start date Start date
N

Navin Mishra

Hi,

I've two XML structures having same attributes, elements, etc. but just
different namespaces. They are serialized into two identical C# structures.
How I can map one structure into another ? Direct cast doesn't work and
right now I've to map each structure member one-by-one. Is there any easier
way ?

Thanks in advance and regards

Navin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top