I am attempting to validate an xml file against an external xsd using vb.net - I have seen lots of samples, using the XMLValidatingReader, but these are very old postings and this is now deprecated. The postings I have found all use an internally referenced XSD so apart from trying to not use the xmlValidatingReader I need to reference the same external XSD
I am trying to validate xml prior to transforming to different formats. Any help would be appreciated in helping me to understand how to approach this or even to pointing me to tools which will do the talk for me !
Thanks - I live in hope !