Re: Regarding XML Schema on Linux

2007-11-01 Thread Jacob Kjome
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,

RE: Regarding XML Schema on Linux

2007-11-01 Thread Amanda Abbey
One problem I see, although the code is commented out: http://apache.org/xml/properties/external-NamespaceScemaLocation has a spelling error. Should be "SchemaLocation" when setting the property of your reader factory. Amanda