validating xml file with xsd using parsers

This should cover W3C XML Schema, Relax NG and DTD related problems.
sujatha
Posts: 12
Joined: Sun Oct 16, 2005 5:09 pm

validating xml file with xsd using parsers

Post by sujatha »

I have a xml file and xsd , is it necessary to write the parsers to validate the xml file or is there any other possibility to validate the xml file like using the "oxygen tool" could it validate the xml document.

sujatha
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

<oXygen/> can validate the document for you. <oXygen/> comes with a parser and uses it to validate XML documents against many types of schema (XML Schema, Relax NG, DTD, Schematron, NRL).

Regards,
Sorin
Post Reply