Validate XML with XSD using ASP.net
Hi Everybody,I have one requirement, I need to validate XML with XSD. I tried that but the thing is in XML I have a nodes in tree structure but in XSD elements are in root itself.
For EX:
In XML
A--> B ( is child of A)--- >C ( Child of B)
but in XSD
A --- root
B --- root
C --- root
Any one give me some suggestion to resolve this issue.
Thanks in Advance.
Regards,
Naveen