[android-developers] xml parsing error

2012-11-22 Thread Ananda Krishna
Hi I am trying to parse an xml file.But I am getting an exception. error Message :org.apache.harmony.xml.dom.TextImpl cannot be cast to org.w3c.dom.Element *Code is as follows:* *Xml File:* Which are the right words to greet someone? Hello Hai Bye When do you use the word

[android-developers] XML Parsing Error

2008-10-18 Thread JavaAndroid
Hi All, I m just tried XML parsing in Android activity class...When i run the application i m getting unKnown Error in Screen... This is my Activity Class import java.net.URL; import javax.xml.parsers.SAXParser; import javax.xml.parsers.SAXParserFactory; import org.xml.sax.InputSource; import o