Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6362769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:57:07+00:00 2026-05-24T23:57:07+00:00

I am parsing a XML file and wrap it into a DOM object. But

  • 0

I am parsing a XML file and wrap it into a DOM object. But I encountered a problem while parsing the tags(of the XML file) with the following format:

<Teaser><p>String Content Here</p></Teaser>

I viewed the source code of the tag, it’s:

<Teaser>&lt;p&gt;String Content Here&lt;/p&gt;</Teaser>

Here’s my code:

NodeList teaserList = list.getElementsByTagName("Teaser");
teaserLen=teaserList.getLength();
String [] newsTeaser = new String[teaserLen];
for(int n2=0;n2<teaserLen;n2++){
newsTeaser[n2]=teaserList.item(n2).getFirstChild().getNodeValue();

 }

But I am only getting “<” for each tag.
Because there is a pair <p></p> inside <Teaser></Teaser>, I wonder if android takes <p></p> as another tag, so I try:

newsTeaser[n2]=teaserList.item(n2).getChildNodes().item(0).getFirstChild().getNodeValue();

But I am getting an error. So android is not taking <p></p> as another tag.
Does anyone know what to do?? I would like to get all the text insider <Teaser>, thus getting: <p>String Content Here</p>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T23:57:07+00:00Added an answer on May 24, 2026 at 11:57 pm

    Shouldn’t it be :

    newsTeaser[n2]=teaserList.item(n2).getChildNodes().item(1).getNodeValue();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an xml file and I can NSLog the parsing, but my problem
I am having a problem while parsing XML file,i used newsRSS parser as a
I am parsing a XML file in Java using the W3C DOM. I am
I am using feedparser for parsing from XML file.But I couldn't parse <geo:lat> ,
I am parsing an xml file successfully in PHP, but having difficulty parsing a
I am doing this tutorial but with a diferent xml http://blog.insicdesigns.com/2009/03/parsing-xml-file-using-codeigniters-simplexml-library/ , but I
how to parse HTML tag using XML parsing I am parsing XML file but
I'm getting EXC_BAD_ACCESS while parsing XML file in my Xcode4 iPhone app Although I
I am using the following code by the Android-people-XMLParsing example for parsing XML file
I'm parsing big XML file with XPathExpression selection for some nodes existing at various

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.