Re: problems using tokenize()

2013-04-22 Thread Mukul Gandhi
Its my pleasure to be of help. On Mon, Apr 22, 2013 at 2:49 AM, Jim Barnett wrote: > Mukul, > > Yes, you are right. Count() works as you say. > > > > Thank you for your help. > > > > - Jim -- Regards, Mukul Gandhi ---

Re: validating a XML file using XSD 1.1 with Xerces-J

2013-04-22 Thread Mukul Gandhi
your XSD document specifies the concerned element declarations as follows, which means that these elements are optional. Within your XML instance document, only the first element has the above element instances. Your assertion, succeeds on the which has the elements defocusU and defocusV bu

Re: validating a XML file using XSD 1.1 with Xerces-J

2013-04-22 Thread Roberto Marabini
Dear Mukulg, I followed your suggestion and it worked ;-) Thanks Roberto On Mon, Apr 22, 2013 at 2:39 PM, Mukul Gandhi wrote: > your XSD document specifies the concerned element declarations as follows, > > > > > which means that these elements are optional. > > Within your XML