Quantcast
Channel: Check XML file if it has the same structure - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by daryal for Check XML file if it has the same structure

You need an XSD file to check whether an xml is proper. If you do not have the xsd file, some tools may create xsd from xml, but you may need to modify created xsd. This answer describes how to...

View Article



Answer by Iswanto San for Check XML file if it has the same structure

You need to create xml scheme and then use XDocument.Validate method to check if the xml conform the scheme

View Article

Answer by Stian Standahl for Check XML file if it has the same structure

You can create a xsd schema that possibly can look something like this. (I recommend @daryal's xml schema , but i would throw some constraints on the xml elements.)<xs:element...

View Article

Check XML file if it has the same structure

I have the following XML file like this:<?xml version="1.0" encoding="utf-8"?><Config version="Vs1.00.00"><!--...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images