Attributes Not being picked up by SAX parser
843834Aug 31 2001 — edited Sep 10 2001Hi,
I am having trouble getting my SAX parser to accurately determine the attributes attached to my XML tags.
My XML tag looks like:
<question type="multiplechoice">
The parser comes to this element and calls the startElement method. When I System.out the attributes.getLength() it returns 0. I can't figure out why the value stored in the 'type' attribute isn't in this Attributes object.
Any insight or suggestions you could provide would be most appreciated!!
Chris
latimec@nationwide.com