RE: Help required in validation against XSD

2001-10-15 Thread Bob Schloss
I was told by Lisa Martin, who wrote some of the code in Xerces-J, that trying to have Xerces-J-1.4.x read any schema file which defines contents in the special namespace http://www.w3.org/2001/XMLSchema can cause unpredictable errors. The design underway on Xerces-J-2 is being done so Xerces-J-2

RE: Help required in validation against XSD

2001-10-14 Thread Rahul Srivastava
27; and 'anyAttribute' in the schema > definition > with namespace as http://www.w3.org/2001/XMLSchema and processContents > as > strict. This way, you can use elements from > http://www.w3.org/2001/XMLSchema in > your instance file. Though I have not tried this,

RE: Help required in validation against XSD

2001-10-14 Thread Rajesh_KumarT
definition in it...it would really be helpful for us. Sorry for using up your time. Regards, Rajesh -Original Message- From: Rahul Srivastava [mailto:[EMAIL PROTECTED] Sent: Monday, October 15, 2001 1:50 AM To: [EMAIL PROTECTED] Subject: RE: Help required in validation against XSD >

RE: Help required in validation against XSD

2001-10-14 Thread Rahul Srivastava
pe this helps. Cheers, Rahul. > > regards, > Rajesh > > -Original Message- > From: Rahul Srivastava [mailto:[EMAIL PROTECTED] > Sent: Monday, October 15, 2001 1:32 AM > To: [EMAIL PROTECTED] > Subject: RE: Help required in validation against XSD > > >

RE: Help required in validation against XSD

2001-10-14 Thread Rajesh_KumarT
quot;WD-BPML-20010502.xsd" probably was using "import" just to allow this. So is there a way to do this?? regards, Rajesh -Original Message- From: Rahul Srivastava [mailto:[EMAIL PROTECTED] Sent: Monday, October 15, 2001 1:32 AM To: [EMAIL PROTECTED] Subject: RE: Help req

RE: Help required in validation against XSD

2001-10-14 Thread Rahul Srivastava
> > We had removed the line > http://www.w3.org/2001/XMLSchema"; > schemaLocation='XMLSchema.xsd'/> > > in the "WD-BPML-20010502.xsd" as this was trying to open a http > connection. > > Our requirement is to validate the "xsd:" ag

RE: Help required in validation against XSD

2001-10-14 Thread Rajesh_KumarT
Thanks. regards, Rajesh -Original Message- From: Rahul Srivastava [mailto:[EMAIL PROTECTED] Sent: Monday, October 15, 2001 12:55 AM To: [EMAIL PROTECTED] Subject: Re: Help required in validation against XSD > From: "Rajesh_KumarT" <[EMAIL PROTECTED]> > To: <[

Re: Help required in validation against XSD

2001-10-14 Thread Rahul Srivastava
> From: "Rajesh_KumarT" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > > Hi, > We are trying to validate an XML against an XSD. We are using > Xerces 1.4.2 parser for the same. We are using the attribute > "xsi:noNamespaceSchemaLocation='WD-BPML-20010502.xsd'" in the XML for > the same. It

Help required in validation against XSD

2001-10-14 Thread Rajesh_KumarT
Hi, We are trying to validate an XML against an XSD. We are using Xerces 1.4.2 parser for the same. We are using the attribute "xsi:noNamespaceSchemaLocation='WD-BPML-20010502.xsd'" in the XML for the same. It is working fine. But we want the writers of the XML document to include som