RE: xml validation with schema ERROR

2002-04-17 Thread sandygao
.com>cc: Subject: RE: xml validation with schema ERROR 04/09/2002

RE: xml validation with schema ERROR

2002-04-09 Thread tom john
L PROTECTED] > Sent: Monday, April 08, 2002 6:57 PM > To: [EMAIL PROTECTED] > Subject: RE: xml validation with schema ERROR > > > Hi Vijaya Kumar, > thanks a lot for your response. I am usuing > xerces2.0. > isnt it the latest version. if it is, can you try to > co

RE: xml validation with schema ERROR

2002-04-09 Thread Vijaya Kumar
PROTECTED] Sent: Monday, April 08, 2002 6:57 PM To: [EMAIL PROTECTED] Subject: RE: xml validation with schema ERROR Hi Vijaya Kumar, thanks a lot for your response. I am usuing xerces2.0. isnt it the latest version. if it is, can you try to compile and run it in your system? (i can send it if you need

RE: xml validation with schema ERROR

2002-04-08 Thread tom john
Hi Vijaya Kumar, thanks a lot for your response. I am usuing xerces2.0. isnt it the latest version. if it is, can you try to compile and run it in your system? (i can send it if you need as an attachment) thanks a lot again --- Vijaya Kumar <[EMAIL PROTECTED]> wrote: > > One possibality of getti

RE: xml validation with schema ERROR

2002-04-08 Thread Kumuda Rajarshi
PROTECTED] Date: Monday, April 08, 2002 12:39:32 PM To: [EMAIL PROTECTED] Subject: RE: xml validation with schema ERROR  One possibality of getting this error message because u may be using theold version of Xerces, so download the latest version of

RE: xml validation with schema ERROR

2002-04-08 Thread Vijaya Kumar
One possibality of getting this error message because u may be using the old version of Xerces, so download the latest version of Xerces and keep the new xerces.jar in ur classpath. i think this will solve ur problem Regards Vijay -Original Message- From: tom john [mailto:[EMAIL PROTECT

Re: xml validation with schema

2002-03-12 Thread Xuemin Guan
Check this link http://xml.apache.org/xerces-j/features.html Basically, you need to set the features. If you use JDom, the following code helps: public void validate(InputSource in, String schemaLocation, String strNamespace) throws SAXException, IOException { SAXParser reader = new

RE: xml validation with schema

2002-03-12 Thread Vijaya Kumar
Hi i have attached a .java file which will validate the given XML file aganist the XSD mentioned in the XML file. i hope this will help u regards Vijay -Original Message- From: tom john [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 2:43 PM To: [EMAIL PROTECTED] Subject: xml v