XML parser for RSS reader

T

thecoder

Hello
I want to write an RSS reader, I found the TinyXml as an XML parser.
my question is can I use this library or I should use another one more
sophisticated like expat and xerces-c.
Thanks
 
J

Juergen Kahrs

J

Juergen Kahrs

thecoder said:
Thanks for the link, I'm planning to use a GUI for this application

OK, but remember that you can always write a GUI on top
of a command line tool.
 
T

thecoder

you're right, but I don't see any utility to implement an new rss
reader as command line.
 
?

=?ISO-8859-1?Q?J=FCrgen_Kahrs?=

thecoder said:
you're right, but I don't see any utility to implement an new rss
reader as command line.

Have a look at the way how such GUIs are implemented.
For example:

k3b, a CD and DVD creation tool
TaskJuggler, a project management tool
MS Visual Studio or Eclipse

The most important advantage for seems to be that the
command line tool can be _tested_ automatically.
Especially in regression tests.
 
T

thecoder

a CD and DVD creation tool is very more complicated than RSS reader and
I think it will be very useful to have a command line tool, for the
developper or for the user as well.
I understand your point, but the main functionality of an RSS reader
will be interpret the xml and then display its content to the users,
which is a graphical action.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top