Re: XMLGrammarPreparser causing error in schema import statement without schemaLocation

2007-03-20 Thread footh
Glavassevich <[EMAIL PROTECTED]> wrote: > footh <[EMAIL PROTECTED]> wrote on 03/17/2007 02:44:45 > AM: > > > Thanks for your response. > > > > The messages appear from calling the passed error > > handler's getErrorMessages() method so I'm > assumi

Re: XMLGrammarPreparser causing error in schema import statement without schemaLocation

2007-03-16 Thread footh
k for anything. Instead, it tries to look for 'null'. Basically, it's probably something as simple as adding something like this to the code: if schemaLocation not equal null then resolve the import (whatever the code does now) else do nothing --- Michael Glavassevich <[EMAIL

XMLGrammarPreparser causing error in schema import statement without schemaLocation

2007-03-16 Thread footh
Take this wsdl: http://www.nws.noaa.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php?wsdl Notice in the schema section there are two import statements with namespace attributes, but no schemaLocation attributes. This is perfectly legal per the XML Schema spec. However, when using the XMLGrammarP