tinyxml parses GPS files nicely

About Monkey 2 Forums Monkey 2 Projects tinyxml parses GPS files nicely

This topic contains 2 replies, has 2 voices, and was last updated by  monkeyplotter2 2 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6037

    monkeyplotter2
    Participant

     

    Modified the tinyxml parser demo code in no time at all to be able to parse a GPS (Garmin) file type, ostensibly XML.

    For GPS type files, read Garmin’s bespoke .tcx file types:-

    http://www.wishingwellsoftware.co.uk/tcxgood.png

    Interesting stuff, for moi anyhow 😉

    [EDIT]

    The aspiration is to port my MonkeyX project over to Monkey 2…..

    #6091

    cocon
    Participant

    Looks like there is something interesting going there. 🙂

    #6096

    monkeyplotter2
    Participant

    Cheers cocon, I was kinda lazy programming serially instead of an OO approach within my Monkey X incarnation of my recent project. Using an XML parser such as this example I imagine will be a ‘cleaner’ way to go about parsing the data co9mpared to my character by character manipulation.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.