Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 8 of 8

Thread: VERY URGENT!!!! (XML Parsing)

  1. #1
    Junior Member
    Join Date
    Oct 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default VERY URGENT!!!! (XML Parsing)

    how can I return the values in this XML page and display them in Strings as:
    Count:
    Address:
    Body:


    XML Page:


    <smses count="1">
    <sms protocol="0" address="+102000000" date="1351448750683" type="1" subject="null"
    body="85 N Main St, NY, US" toa="null" sc_toa="null" service_center="+488888" read="1" status="-1" locked="0" date_sent="null"
    readable_date="Oct 28, 2012 8:25:50 PM" contact_name="(Unknown)" />
    </smses>


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: VERY URGENT!!!! (XML Parsing)

    Suggested reading: How To Ask Questions The Smart Way
    In other words, what's urgent for you is urgent for you. It has no bearing on your question, and in fact can hurt your chances of receiving help. Further, you've shown no effort to try and parse the data. We have no clue if you are familiar with regular expressions, DOM parsers, or even the String class, or what you've tried or researched. This vagueness does little in the way of providing context, as well as showing an effort on your part if you wish to receive an effort in return. I recommend providing this information to help your chances of receiving help

  3. #3
    Junior Member
    Join Date
    Oct 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: VERY URGENT!!!! (XML Parsing)

    I am not waiting for you to tell me whether my question is smart or no... you are not a credible rate person ...
    I am working on a v important proj and I needed help.. choose your words carefully because it may harass others..
    I don't need to "learn" because I am not an undergrad ... anw thx for not helping

    Regards

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: VERY URGENT!!!! (XML Parsing)

    Quote Originally Posted by killarjay View Post
    I am not waiting for you to tell me whether my question is smart or no... you are not a credible rate person ...
    I am working on a v important proj and I needed help.. choose your words carefully because it may harass others..
    I don't need to "learn" because I am not an undergrad ... anw thx for not helping

    Regards
    Evidently you don't understand that my post above was to help, not to offend. Feel free to choose to ignore it, and my apologies since you seem to take offense, but if your question is that urgent, I'd think you might want some advice as to how to get your question answered quickly. Evidently not. Best of luck to you.
    Last edited by copeg; October 29th, 2012 at 11:53 AM.

  5. #5
    Junior Member
    Join Date
    Oct 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: VERY URGENT!!!! (XML Parsing)

    okay thanks anw

  6. #6
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: VERY URGENT!!!! (XML Parsing)

    Quote Originally Posted by killarjay View Post
    I am not waiting for you to tell me whether my question is smart or no... you are not a credible rate person ...
    I am working on a v important proj and I needed help.. choose your words carefully because it may harass others..
    I don't need to "learn" because I am not an undergrad ... anw thx for not helping
    Golly, this makes me want to go rush out and help you right now! Too bad it's probably too late to help you since this was urgent.

  7. #7
    Junior Member
    Join Date
    Oct 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: VERY URGENT!!!! (XML Parsing)

    Quote Originally Posted by curmudgeon View Post
    Golly, this makes me want to go rush out and help you right now! Too bad it's probably too late to help you since this was urgent.

    You don't have the skills needed.. it's not a rookie thing, sry bro... anw it was solved thank you

  8. #8
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: VERY URGENT!!!! (XML Parsing)

    Quote Originally Posted by killarjay View Post
    I am not waiting for you to tell me whether my question is smart or no... you are not a credible rate person ...
    Personal attacks cause locked threads.




    Quote Originally Posted by killarjay View Post
    I am working on a v important proj and I needed help.. choose your words carefully because it may harass others..
    Threats also cause locked threads.




    Quote Originally Posted by killarjay View Post
    I don't need to "learn" because I am not an undergrad ...
    I have not been an undergrad for more years than most undergrads have been alive, and I still need to "learn". Even if I forget it by morning...





    Quote Originally Posted by killarjay View Post
    You don't have the skills needed.. it's not a rookie thing, sry bro... anw it was solved thank you
    ...and 3 strikes thread locked

  9. The Following 2 Users Say Thank You to jps For This Useful Post:

    copeg (October 29th, 2012), curmudgeon (October 30th, 2012)

Similar Threads

  1. Help with XML Parsing
    By ur2cdanger in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: October 1st, 2011, 07:58 AM
  2. Parsing XML
    By jrookie in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 17th, 2011, 10:04 AM
  3. Java XML Parsing
    By nimilc2002 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 9th, 2011, 11:00 AM
  4. java xml-rpc response parsing to xml
    By kievari in forum File I/O & Other I/O Streams
    Replies: 0
    Last Post: November 19th, 2009, 02:36 PM
  5. Printing xml to the console from .wmdb without printing junks
    By John in forum File I/O & Other I/O Streams
    Replies: 9
    Last Post: April 24th, 2009, 03:44 AM