RE: Is Xerces able to validate key and keyref

2003-09-11 Thread Patrick Blanchette
ROTECTED] > Sent: Thursday, September 11, 2003 11:41 AM > To: [EMAIL PROTECTED] > Subject: RE: Is Xerces able to validate key and keyref > > > > > > > Hi Patrick, > > Note that the selectors of the key an keyref in the > HousingUnitList element > are lookin

RE: Is Xerces able to validate key and keyref

2003-09-11 Thread Neil Graham
ge- > From: Neil Graham [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 2003 10:58 AM > To: [EMAIL PROTECTED] > Subject: RE: Is Xerces able to validate key and keyref > > > > > > > Hi Patrick, > > Yes, Xerces-C supports schema identity constraints. There

RE: Is Xerces able to validate key and keyref

2003-09-11 Thread Patrick Blanchette
> -Original Message- > From: Neil Graham [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 200

RE: Is Xerces able to validate key and keyref

2003-09-11 Thread Neil Graham
f in my schema when parsing with xerces? Thanks Patrick > -Original Message- > From: Erik Rydgren [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 2003 10:36 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Is Xerces able to validate key and keyref > >

RE: Is Xerces able to validate key and keyref

2003-09-11 Thread Patrick Blanchette
TECTED] > Sent: Thursday, September 11, 2003 10:36 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Is Xerces able to validate key and keyref > > > The key integrity check is only performed at parse time during > validation. > There is no support for the functio

Is Xerces able to validate key and keyref

2003-09-11 Thread Patrick Blanchette
Hi, I want to validate that a key refered by a keyref really exist. I create a schema that establish a relation between 2 XML nodes using key-keyref. I create an XML file that respect the schema, the xml is validated successfully. My problem is that it seems that there is no integrity v