Return-Path: Mailing-List: contact xerces-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list xerces-dev@xml.apache.org Received: (qmail 80470 invoked from network); 13 Oct 2000 03:01:13 -0000 Received: from enterprise.completeis.com (root@206.144.247.9) by locus.apache.org with SMTP; 13 Oct 2000 03:01:13 -0000 Received: from A20P (gbu-44.completeis.com [206.10.149.44] (may be forged)) by enterprise.CompleteIS.com (8.9.2/8.9.2) with SMTP id WAA00154 for ; Thu, 12 Oct 2000 22:01:03 -0500 (CDT) Message-ID: <00bf01c034c2$32486940$2c950ace@A20P> From: "Gary Udstrand" To: References: <39E66D67.355263FF@rcn.com> Subject: Re: "Newbie" here, so be kind... Date: Thu, 12 Oct 2000 22:03:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I have Apache xerces 1.2 and the jar file does have those classes. I can send it to you if you like.... -Gary ----- Original Message ----- From: "patrick j. lynch" To: Cc: Sent: Thursday, October 12, 2000 9:03 PM Subject: "Newbie" here, so be kind... > Good evening, > > I'm working thru the book "Java and XML" by Brett McLaughin... > > In chapter 3, he gives an example that imports the following: > import org.xml.sax.Attributes; > import org.xml.sax.ContentHandler; > import org.xml.sax.ErrorHandler; > import org.xml.sax.Locator; > import org.xml.sax.SAXException; > import org.xml.sax.SAXParseException; > import org.xml.sax.XMLReader; > import org.xml.sax.helpers.XMLReaderFactory. > > These, I think, should be in the jar file: xerces.jar...It's what I downloaded > the Apache Xerces parser....However, they are not in the jar file.... > > I'd appreciate any help... > > THanks, > Pat > >