Re: Unique constraint check with Xerces

2005-03-11 Thread Alberto Massari
Hi Kamal, At 17.33 10/03/2005 -0800, kamal gupta wrote: Hi, I have a XML schema file with unique constraints at attribute level of some element. e.g uniqueness of attribute (called name) in an element (called list) is added as follows: And in my code, I have set fgXercesSchemaFullChecking to tr

Unique constraint check with Xerces

2005-03-10 Thread kamal gupta
Hi, I have a XML schema file with unique constraints at attribute level of some element. e.g uniqueness of attribute (called name) in an element (called list) is added as follows: And in my code, I have set fgXercesSchemaFullChecking to true. But when I try to test this by having list el