Search:

Type: Posts; User: mike_morley

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    11,854

    Thanks for all the replies. I know I could...

    Thanks for all the replies.

    I know I could display the file by throwing a XSLT Style Sheet at it... If I was doing this for a project that had a deadline that is how I would do it.

    I am doing...
  2. Replies
    13
    Views
    11,854

    The Plan...

    The plan is:

    Not a scooby doo:

    Parse the data from multiple files that are entered onto the command line.

    Easy:

    Store the data in a data structure write this as a binary file to disk.
  3. Replies
    13
    Views
    11,854

    waste of memory

    You're right.

    I have been thinking the same thing, but I wanted to get the parsing of the XML out the way before I tackled that.

    I am doing this as an exercise in re-learning C programming. I...
  4. Replies
    13
    Views
    11,854

    Hi, The following is the beginning of the file...

    Hi,

    The following is the beginning of the file to the end of the first entry of the xml file.



    <?xml version="1.0" encoding="UTF-8"?>
    <kml xmlns="http://www.opengis.net/kml/2.2">...
  5. Replies
    13
    Views
    11,854

    Parsing XML with C without 3rd party libs

    I am having real problems parsing an XML file. Can anybody point me in the right direction for an algorithm to enable me to do this?

    Whilst I am not new to programming it has been over 12 years...
Results 1 to 5 of 5