Re: Attribute validation Error

2009-08-24 Thread Michael Glavassevich
ovider interface. > > Any code sample will help me a lot if you or anybody can provide. > > Regards > AB > > --- On Sat, 8/22/09, Mukul Gandhi wrote: > > > From: Mukul Gandhi > > Subject: Re: Attribute validation Error > > To: j-users@xerces.apache.org >

Re: Attribute validation Error

2009-08-22 Thread ajay bhadauria
object with PSVIProvider interface. Any code sample will help me a lot if you or anybody can provide. Regards AB --- On Sat, 8/22/09, Mukul Gandhi wrote: > From: Mukul Gandhi > Subject: Re: Attribute validation Error > To: j-users@xerces.apache.org > Date: Saturday, August

Re: Attribute validation Error

2009-08-21 Thread Mukul Gandhi
f you need this information. Pls have a look at the FAQ entry, which Michael pointed. On Sat, Aug 22, 2009 at 6:06 AM, ajay bhadauria wrote: > Hi, > > When Schema Validator validates xml document and if it encounters for example > attribute validation error and validation error m

Re: Attribute validation Error

2009-08-21 Thread ajay bhadauria
Hi, When Schema Validator validates xml document and if it encounters for example attribute validation error and validation error message displays that indeed attribute 'xyz' has error which means that Validator knows that error is in attribute node. How can I get this node (el

Re: Attribute validation Error

2009-08-21 Thread Michael Glavassevich
. > > Thanks in advance if someone Clarifies > > Thanks > AB > > --- On Fri, 8/21/09, ajay bhadauria wrote: > > > From: ajay bhadauria > > Subject: Attribute validation Error > > To: j-users@xerces.apache.org > > Date: Friday, August 21, 20

Re: Attribute validation Error

2009-08-21 Thread ajay bhadauria
element Node or Attribute Node etc. Thanks in advance if someone Clarifies Thanks AB --- On Fri, 8/21/09, ajay bhadauria wrote: > From: ajay bhadauria > Subject: Attribute validation Error > To: j-users@xerces.apache.org > Date: Friday, August 21, 2009, 9:19 PM > Hi, > >

Attribute validation Error

2009-08-21 Thread ajay bhadauria
Hi, I am validating xml instance against schema using java Validator API with DOMsource. Now, Suppose, there is an error in one of the attributes of the element. I am able to get the element node using current-element-node property and the Validator is reporting error that attribute (name of