Nelson,
When you're compiling quite likely you're leaving out one of the source
files from the samples specifically sax/helpers/AttributesImpl.java. Note
that this is a completely different class than the one (
org.xml.sax.helpers.AttributesImpl) in xml-apis.jar.
Thanks.
Michael Glavassevich
XML
Hi!
I tried compiling the Writer.java at your SAX sample
and it's giving me an error like this:
cannot find symbol : method insertAttributeAt( ...
I look at xml-apis.jar and the class AttributesImpl is
there but how come that the method insertAttributeAt
says it's not there. Am I using the right