Okay, thanks for the tip. I'll ask on the xerces list...
Thanks! Jon Brisbin ======================================= Development Programmer NPC International (620) 235-7726 -----Original Message----- From: Paul Libbrecht [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 3:47 PM To: Jakarta Commons Users List Subject: Re: Forgot the traceback Jon, "cvc-elt.1: Cannot find the declaration of element 'x:action'." is the error of Xerces saying it can't find a definition of your document... i.e. the Schema can't be loaded. Did you try putting a "file:" on the back ? (with some slashes... don't remember how much on Windows, not two). paul Le 23 juil. 04, � 22:06, Jon Brisbin a �crit : > Forgot to put in the traceback for that last post: > > 328 [main] ERROR org.apache.commons.jelly.parser.XMLParser - Parse > Error > at line 2 column 247: cvc-elt.1: Cannot find the declaration of element > 'x:action'. > org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration > of > element 'x:action'. > at > org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unkn > own > Source) > at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source) > at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) > at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) > at > org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown > Source) > at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown > Source) > at > org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknow > n > Source) > at > org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.sca > nRoot > ElementHook(Unknown Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDi > spatc > her.dispatch(Unknown Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unkn > own > Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) > at org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:328) > at com.npci.xportal.Test.main(Test.java:54) > > > Thanks! > > Jon Brisbin > ======================================= > Development Programmer > NPC International > (620) 235-7726 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
