[android-developers] XML (RSS) Ignores quotation marks

2011-10-12 Thread r6900
Im having a problem with SAX XML parser. It DOES parse everything, except quotation marks ("). For example, if the text is hell"3o in a node, the result is hell. Here are my codes: **XML Handler:** public class MyXMLHandler extends DefaultHandler { Boolean currentElement = false; Stri

[android-developers] XML (RSS) Ignores quotation marks

2011-10-12 Thread r6900
Im having a problem with SAX XML parser. It DOES parse everything, except quotation marks ("). For example, if the text is hell"3o in a node, the result is hell. Here are my codes: **XML Handler:** public class MyXMLHandler extends DefaultHandler { Boolean currentElement = false;