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" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <xerces-j-dev@xml.apache.org> 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 > >