On Thu, Dec 30, 2010 at 3:08 AM, joe j robles <joe.j.rob...@gmail.com> wrote: > 1a) All element names must begin with lower case > 1b) All the complex types use the <all> order indicator instead of > <sequence> > > How to accomplish this using xerces? If not, which parser to use?
You can try using SAX or/and DOM APIs to read the XML schema documents, and do necessary checks on your schema documents. > 2) How generate xml document dynamically from a xsd? In general, it's not possible to produce all XML documents (potentially these can be infinite in number) which can be validated by a given schema document. But I've heard of tools (please try a web search) which can generate a sample set of XML documents given a schema as input. -- Regards, Mukul Gandhi --------------------------------------------------------------------- To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org For additional commands, e-mail: j-users-h...@xerces.apache.org