Computer Science Canada

Do you guys have any ideas for making a XML parser for Turing?

Author:  Linksku [ Wed May 11, 2011 5:05 pm ]
Post subject:  Do you guys have any ideas for making a XML parser for Turing?

What is it you are trying to achieve?
Easily and efficiently parse XML using Turing.


What is the problem you are having?, Describe what you have tried to solve this problem, Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
I didn't start yet, just want some ideas.

Please specify what version of Turing you are using
4.1

PS. Why doesn't Net.OpenURLConnection work with 4.1.1?

Author:  Tony [ Wed May 11, 2011 5:15 pm ]
Post subject:  Re: Do you guys have any ideas for making a XML parser for Turing?

Linksku @ Wed May 11, 2011 5:05 pm wrote:
I didn't start yet, just want some ideas.

So... what kind of ideas do you have so far?

Author:  Linksku [ Wed May 11, 2011 10:16 pm ]
Post subject:  Re: Do you guys have any ideas for making a XML parser for Turing?

I can make a RSS reader. I'll have a text file with the RSS feed URLs, and the Turing program gets the feeds and outputs them. When a feed is clicked, the feed item will be opened in a browser using Sys.Exec.

Right now I having trouble getting the feed. The other topic is here: http://compsci.ca/v3/viewtopic.php?p=237241


: