sax xml
hi all i got another matter in the content handler,at the startelement method when i try to print attributes "System.out.println(attributes.toString)" it gave the
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$AttributesProxy@7fdcde
rather giving the attribute of the xml document.
could you GIVE ME A SOLUTION.
System.out.println("start element:"+localname+"\nAttributes:"+attr.toString());

