Thread: read XML file

  1. #1
    Registered User
    Join Date
    Apr 2011
    Posts
    12

    read XML file

    Hi,

    I am thinking about the possibility of reading data stored in an XML file and using it in my C program... I havent had much luck finding others who have done this.

    Does anyone know of anything like this being done before and maybe if there is even code that exists that does this or will I need to write my own program? If so can anyone give me ideas as to a good strategy for this?

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336

  3. #3
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by predator887 View Post
    Hi,

    I am thinking about the possibility of reading data stored in an XML file and using it in my C program... I havent had much luck finding others who have done this.

    Does anyone know of anything like this being done before and maybe if there is even code that exists that does this or will I need to write my own program? If so can anyone give me ideas as to a good strategy for this?
    Tabstop has your answer... dozens of them.

    Has this been done before? *Of course* it has... where do you think XML comes from? It's not magic.

    Will you have to code this yourself? YES, you should do that. It would be a valueable learning exercise.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Basic file read, file write program
    By starwarsyeah in forum C++ Programming
    Replies: 5
    Last Post: 02-28-2011, 03:23 PM
  2. Open a file, read it ... and ... read it again
    By Tiago in forum C Programming
    Replies: 1
    Last Post: 04-17-2010, 03:32 AM
  3. How can I know the actual bytes read in a file read
    By pliang in forum C++ Programming
    Replies: 1
    Last Post: 06-08-2005, 04:23 PM