Re: check for element name starts with lower case

2011-01-02 Thread Michael Glavassevich
Mukul Gandhi wrote on 12/30/2010 05:06:50 AM: > On Thu, Dec 30, 2010 at 3:08 AM, joe j robles wrote: > > 1a) All element names must begin with lower case > > 1b) All the complex types use the order indicator instead of > > > > > > How to accomplish this using xerces? If not, which parser to us

Re: check for element name starts with lower case

2010-12-30 Thread Mukul Gandhi
On Thu, Dec 30, 2010 at 3:08 AM, joe j robles wrote: > 1a) All element names must begin with lower case > 1b) All the complex types use the order indicator instead of > > > 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 sc