OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] XSD validation

[ Lists Home | Date Index | Thread Index ]

You can parse and validate the XSD grammar as mentioned in
http://xml.apache.org/xerces2-j/faq-grammars.html
You can also extract the components data by converting the parsed grammar to
an XSModel and traversing that as described at the end of the FAQ.

Another way to validate the schema is to parse a simple instance document
(this causes Xerces to validate the schema).  Depending upon the parser
configuration settings, different levels of validation are performed.

Jeff
----- Original Message -----
From: "Prasad G S K" <prasadg@aztec.soft.net>
To: <ht@cogsci.ed.ac.uk>; "Simon St.Laurent" <simonstl@simonstl.com>
Cc: "xml-dev" <xml-dev@lists.xml.org>
Sent: Thursday, April 10, 2003 7:15 AM
Subject: RE: [xml-dev] XSD validation


> Thanks a lot. I have another requirement. Is there any way, I validate xsd
> files programatically?
> I mean any standard/non-standard API available for XSD validation?
>
> In fact, my requerement is like this. I have an application to which XSD
> files are the input. These xsd files have to be validated and parsed like
> anyother XML document. I am trying to construct objects out of the XSD
file.





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS