Can anyone tell me how to validate xml files which are not W3C complaint in C#.NET.
my xml file is of this format
[code=xml]
<?xml version="1.0" ?>
<Test xmlns="x-schema:MySchema .xml" xmlns:Test="x-schema:TestSche ma.xml" xmlns:Testid="x-schema:TestIdSc hema.xml">
<Info>
<Information name="Myname" address="2"/>
</Info>
</Test>[/code]
my xml file is of this format
[code=xml]
<?xml version="1.0" ?>
<Test xmlns="x-schema:MySchema .xml" xmlns:Test="x-schema:TestSche ma.xml" xmlns:Testid="x-schema:TestIdSc hema.xml">
<Info>
<Information name="Myname" address="2"/>
</Info>
</Test>[/code]
Comment