Results 1 to 4 of 4

Thread: xml parser

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    23

    Angry xml parser

    i download dom parser to parse the doc but it always give me error that document is invalid
    i make the xml schema like that

    <userName>ahmed
    <nickName>ahmed</nickName>
    <says>hi every body </says>
    <atTime>Tue Jun 27 00:01:00 EEST 2006</atTime>
    <inRoom>tennis</inRoom>
    </userName>
    i try to find parser accept that foramt of data but i fail
    i want to know how i can get the elements and attribute only
    thanx

  2. #2
    Lively Member
    Join Date
    Jul 2005
    Location
    Belgium
    Posts
    68

    Re: xml parser

    Try adding
    VB Code:
    1. <?xml version="1.0"?>
    At the top of the file.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    23

    Re: xml parser

    thank you very much for your reply i solve the problem thank you again

  4. #4
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: xml parser

    You can now go to the Thread Tools menu at the top of the thread and select the Mark Thread Resolved menu item to show that your question has been answered.

    Thanks


    Has someone helped you? Then you can Rate their helpful post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width