Hi all,
1) We have a bunch of xsds that need to be checked for few things. I want to write a java program using xerces to programatically check that the following conditions are satisified in the xsds. IN CASE, the conditions are not satisfied, need to generate a report about the failures which should include line numbers and element details: 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? 2) How generate xml document dynamically from a xsd? Thanks in advance for your valuable input. -- View this message in context: http://old.nabble.com/check-for-element-name-starts-with-lower-case-tp30554151p30554151.html Sent from the Xerces - J - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
