Hello everybody, i'm using the SaxParser and the BaseHandler class to parse an xml file. In my xml file there is a tag like <tag></tag>. If i use the characters() method of the BaseHandler for this tag, i would expect to get an empty string but i get an value with some cryptical characters.
How can i get an empty string for this tag? Thanks in advanced. Best regards Mirko
