RE: Constraints in Schema

2003-05-05 Thread Rahul Srivastava
> -Original Message- > From: Rahul Srivastava [mailto:[EMAIL PROTECTED] > Sent: Friday, May 02, 2003 4:28 AM > To: [EMAIL PROTECTED] > Subject: RE: Constraints in Schema > > > Hi Ramana, > > The XPath expression in your Schema, for the selector, i

Re: Constraints in Schema

2003-05-02 Thread Shekhar Karani
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 02, 2003 7:49 PM Subject: RE: Constraints in Schema > > I also had problem validating my xml file against schema. That was a > namespace problem. The Java application would give me lot of validation > errors

RE: Constraints in Schema

2003-05-02 Thread Shital Joshi
[mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2003 10:08 AM To: '[EMAIL PROTECTED]' Subject: RE: Constraints in Schema Hello Rahul, Thanks for the solution. I have changed the default namespace to pfx namespace and parser is validating now. But, when I used the "no namespace&

RE: Constraints in Schema

2003-05-02 Thread Jaladurgam, Ramana
lto:[EMAIL PROTECTED] Sent: Friday, May 02, 2003 4:28 AM To: [EMAIL PROTECTED] Subject: RE: Constraints in Schema Hi Ramana, The XPath expression in your Schema, for the selector, is something like: This expression tries to find an element - Axis, with null namespace, but, the Axis elemen

RE: Constraints in Schema

2003-05-02 Thread Rahul Srivastava
or the selector: where, pfx resolves to http://www.pearson.com/assessments/MTx. Hope that helps. Cheers, Rahul. > -Original Message- > From: Jaladurgam, Ramana [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 01, 2003 9:04 PM > To: '[EMAIL PROTECTED]'

RE: Constraints in Schema

2003-05-01 Thread Jaladurgam, Ramana
Attached are the xml and xsd files. I am using "java sax.Counter -v -s -f MTxGD.xml" to test for validation. Regards, Ramana.JV. -Original Message- From: Sandy Gao [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2003 10:32 AM To: [EMAIL PROTECTED] Subject: Re: Constraints

Re: Constraints in Schema

2003-05-01 Thread Sandy Gao
;'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> earson.com> cc:

Constraints in Schema

2003-05-01 Thread Jaladurgam, Ramana
Hello Group, I have an XML Schema that has unique constraint in it. But Xerces is not validating the XML against this constraints. Does, Xerces is able to handle unique/relationship constraints that are defined using Xpath. I know that someone might have already posted this. But the mailing