Re: Xerces Writer.java - bugs

2007-12-20 Thread Michael Glavassevich
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

Xerces Writer.java - bugs

2007-12-20 Thread Nelson Deogracias
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