.com>cc:
Subject: RE: xml validation with
schema ERROR
04/09/2002
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
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
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
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
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
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
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