I was asked in an interview about validation of XML documents.How do you validate an XML document???
Can someone please help me answering this question.
mallika
Jimmy Clark
Ranch Hand
Joined: Apr 16, 2008
Posts: 2187
posted
0
There are many different methods of validating XML-based documents. Depends upon which technologies are being used, e.g. Perl, C#, Java, etc.
However, there usually is a "Validate" button on the bottom of the screen. All you need to do is click on this button and everything is validated.
Vinod Tiwari
Ranch Hand
Joined: Feb 06, 2008
Posts: 458
posted
0
XML documents are validated against the XSD or DTD defined.