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 4097356
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T20:09:49+00:00 2026-05-20T20:09:49+00:00

I am parsing an XML file for an Android app I am writing and

  • 0

I am parsing an XML file for an Android app I am writing and have noticed that without a leading space the first char is replaced with a blank space.

  public void characters(char ch[], int start, int length) { //extends DefaultHandler
if(this.in_mytag || this.in_user_id){
  myXMLParser.setExtractedString(new StringBuffer().append(ch).toString());
}
  }

I am wanting to use the following format in my XML…

<user_id>123</user_id> 

The string that is returned is ” 23″ (with the 1 lost and an empty space in the string).
If I use

<user_id> 123</user_id>

the result is the expected ” 123″. What am I missing here? Or is this typical and I will need to alter my XML file.

  • 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-20T20:09:49+00:00Added an answer on May 20, 2026 at 8:09 pm

    All the SAX characters() method implementations I’ve seen have observed the offset and length parameters.

    Does this version make any difference?

    myXMLParser.setExtractedString(new String(ch, start, length));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am parsing an XML file through Android Pull Parser technique. First, have a
I am parsing an xml file with jquery and ajax. I noticed that it
I'm writing an Android app that is parsing RSS feeds from different sources. What
I have to read a XML file with about ~4000 lines on Android. First
I'm writing an app for android that needs to parse data from an XML
I'm building an Android app that parses a pretty big XML file (around 500
When parsing an xml file in android, I'm doing like this: try { InputStream
I want to use DOM4j for parsing xml file in Java. I have this
I have sample code written for parsing xml file using javax.xml package. it uses
Here is my code: (source: http://www.androidhive.info/2011/11/android-xml-parsing-tutorial/ ) Here is my XML file: removed On

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.