Look into using an EntityResolver [1]. Your schemaLocation points to a URL that
doesn't resolve. You need to map that URL to a local resource. That's what the
EntityResolver is for.
[1] http://java.sun.com/j2se/1.4.2/docs/api/org/xml/sax/EntityResolver.html
Jake
Amisha Popat wrote:
Hi,
factory.
Amanda
From: Amisha Popat [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 01, 2007 5:07 PM
To: [EMAIL PROTECTED]
Subject: Regarding XML Schema on Linux
Hi,
I have an xml for which I have written the XSD. The validation code is
my servlet. My XM
Hi,
I have an xml for which I have written the XSD. The validation code is my
servlet. My XML is not able to locate my XSD. They both are in the same
directory.
The servlet contains the method name validateCurrenciesXML which contains
the validation code.
The app server is weblogic. My classpath co