Android: Handler returns empty string parsing XML with SAX Parser
问题 I have been trying to use the SAX parser on Android to display some xml that is the result of a query to a DB. I get the right answer from the DB, but when I want to parse the xml and dump the content into a Text view, the ExampleHandler (ParsedExampleDataSet) returns an Object with an empty string. I have been trying to trace where the problem is but it eludes me. So far I know the data is parsed correctly in the characters method, I managed to print the content out to the Log file, but I