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