c++ write own xml parser vs using tinyxml
Posted
by
AdityaGameProgrammer
on Programmers
See other posts from Programmers
or by AdityaGameProgrammer
Published on 2011-03-14T05:28:55Z
Indexed on
2011/03/14
8:18 UTC
Read the original article
Hit count: 653
Hi , I am currently in a task to generate an XML file for an srt text file containing timestamps and corresponding text. To generate an exe file which accepts file name input and outputs the relevant XML file to be used as part of an automated script.
Is it Advisable to use Tinyxml for this? Is this a very simple task that can be done with minimal programming? Is this one of those things which are very basic to c++ programmers?
reason i am asking this is I have recently made a shift into c++ programming after over 3 years of action script development.
Edit:
your comments regarding this are very much appreciated what's the easiest way to generate xml in c++?
© Programmers or respective owner