Android Sax Xml Parser



I am having some problems with using sax xml parser




  1. Not all of the information is being parsed such as characters such as " and ' show up in the xml file as /p> and this I believe also breaks the link that are parsed. The file that I am trying to parse is:


    <item> <title>A Conversation on Race and Justice in America</title> <link>http://ift.tt/1a2RbOQ; <description>&#x3C;p&#x3E; Andrews University invites you to attend its fourth annual Summit for Social Consciousness from Wednesday, April 8, through Saturday, April 11. This year&#x26;rsquo;s symposium will focus on the theme of &#x26;ldquo;A Conversation on Race and Justice in America.&#x26;rdquo; The objective will be to inform the community of the injustices and racial prejudices still alive in our nation, 51 years after the civil rights movement, and also provide a means for students and community leaders to engage in social action regardless of background. All events are free and open to the public.&#x3C;/p&#x3E; &#x3C;p&#x3E; Please note the following schedule highlights:&#x3C;/p&#x3E; &#x3C;p&#x3E; &#x3C;strong&#x3E;Wednesday, April 8&#x3C;/strong&#x3E;&#x3C;br /&#x3E; Panel Discussion&#x3C;br /&#x3E; 7 p.m., Seminary Chapel&#x3C;/p&#x3E; &#x3C;p&#x3E; &#x3C;strong&#x3E;Thursday, April 9&#x3C;/strong&#x3E;&#x3C;br /&#x3E; Documentary Screening of &#x26;ldquo;The New Jim Crow&#x26;rdquo;&#x3C;br /&#x3E; 7 p.m., Seminary Chapel&#x3C;/p&#x3E; &#x3C;p&#x3E; &#x3C;strong&#x3E;Friday, April 10&#x3C;/strong&#x3E;&#x3C;br /&#x3E; University Vespers: Race, Justice and Adventism&#x3C;br /&#x3E; 7 p.m., Pioneer Memorial Church&#x3C;/p&#x3E; &#x3C;p&#x3E; &#x3C;strong&#x3E;Saturday, April 11&#x3C;/strong&#x3E;&#x3C;br /&#x3E; Keynote Address: Paul Buckley&#x3C;br /&#x3E; 4 p.m., Seminary Chapel&#x3C;/p&#x3E; &#x3C;p&#x3E; The keynote presentation will be followed by breakout sessions at 6 p.m. The breakouts are designed to provide an informal setting to let everyone join the conversation on these important issues. These sessions will explore topics related to race and justice in the U.S., including health outcomes, white privilege, minority youth issues and more.&#x3C;/p&#x3E; &#x3C;p&#x3E; Michelle Alexander, associate professor of law at Ohio State University and civil rights advocate, author of &#x26;ldquo;The New Jim Crow: Mass Incarceration in the Age of Colorblindness,&#x26;rdquo; says, &#x26;ldquo;The fate of millions of people&#x26;mdash;indeed the future of the black community itself&#x26;mdash;may depend on the willingness of those who care about racial justice to reexamine their basic assumptions of the role of the criminal justice system in our society&#x26;rdquo; (Alexander, 2009).&#x3C;br /&#x3E; Regardless of background, issues related to race and injustice have a wide societal impact and should be a concern to members of any community.&#x3C;/p&#x3E; &#x3C;p&#x3E; The Summit on Social Consciousness is designed to bring both awareness and public education to the subject through the knowledge of different speakers and the opportunity to serve the surrounding community.&#x3C;/p&#x3E; </description> <pubDate>Thu, 02 Apr 2015 22:48:00 EST</pubDate> </item> </channel> </rss>




How would I go about make the characters go away or stop my code from working.


No comments:

Post a Comment