Validating XML file against an XSD schema in an ASP.NET page

  • Thread starter Thread starter simon ames
  • Start date Start date
S

simon ames

I have an XML file i'd like to validate against an XSD schema.

I'm creating the XML on the fly in an ASP.NET page and need to validate it
aginst the schema to ensure its well formed.

How do i do this?

Thanks in advance...

Simon Ames
 
Back
Top