RE: SAXException

2000-10-05 Thread Jeffrey Rodriguez
a legal URI." Hope this helps, Jeffrey Rodriguez Xerces-J Developers From: "Allison Chew (LMC)" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: SAXException Date: Thu, 5 Oct 2000 10:16:32 -0400 Hi there, I'm in the process of

RE: SAXException

2000-10-05 Thread Allison Chew (LMC)
thank you! :) > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 05, 2000 10:26 AM > To: [EMAIL PROTECTED] > Subject: RE: SAXException > > > > I ran into a similar problem when i first started using Xer

RE: SAXException

2000-10-05 Thread rohit . srivastava
helps. Rohit. "Allison Chew (LMC)" <[EMAIL PROTECTED]> on 10/05/2000 10:16:32 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: SAXException Hi there, I'm in the process of trying to convert a programme from using many different parse

RE: SAXException

2000-10-05 Thread Allison Chew (LMC)
To: [EMAIL PROTECTED] > Subject: Re: SAXException > > Rohit, > > You have classpath problem. > > I had the same problem, my test project has this classpath > parser.MyContentHandler > and the command I use to run the class SaxParserDemo is: > c:\..\theFolder whe

Re: SAXException

2000-09-11 Thread giuseppe laricchiuta
Rohit, You have classpath problem. I had the same problem, my test project has this classpath parser.MyContentHandler and the command I use to run the class SaxParserDemo is: c:\..\theFolder where the contents.xml file is parser.MyContentHandler contents.xml first to run this make sure you hav

Re: SAXException

2000-09-08 Thread rohit . srivastava
Hello, Please don't bother about this problem. I went to the book's website and found out that in Xerces 1.1.3, the file name needs to be specified in the form of complete URI: file:///c:/xml/xerces-1_1_3/contents.xml Thanks, Rohit. [EMAIL PROTECTED] on 09/08/2000 02:50:49 PM Please re