Tagged Questions

1
vote
2answers
97 views

XML Parser Android

I have a huuge HTML File, somthing like this: <html> <head> </head> <body> <div id="wraper"> <div id="..."> </div> <div id="..."> ...
0
votes
2answers
815 views

Umlaut in Java SAX Parser

I am currently having trouble with German umlaut values in a XML document I received. It displays / saves the value as a "ü" instead of a "ü". The XML Encoding is set to UTF-8 which should be ...