Re: SAX Question

2020-09-09 Thread slipbits
Sorry. Ignore the post. I found my error. Sorry to waste the bandwidth! On 9/9/2020 10:05 AM, slipbits wrote: NB 12.0 JDK 14 Win7-64 I'm trying to use a SAX XML parser and found the following issue? import org.xml.sax.Attributes; public class XMLReaderHandler extends org.xml.sax.helpers.Def

SAX Question

2020-09-09 Thread slipbits
NB 12.0 JDK 14 Win7-64 I'm trying to use a SAX XML parser and found the following issue? import org.xml.sax.Attributes; public class XMLReaderHandler extends org.xml.sax.helpers.DefaultHandler {    public void startElement(String uri, String localName, String qName, Attributes attributes) thro