RTF to XML
-
Not sure whether I should post this in the VC++ section or XML, but since I request code, VC++ seemed the best place to me. I'm searching for a piece of sourcecode that will convert RTF data to XML. Preferrably plain C++, not using MFC or anything else. Any hints on how to do this would be just as great. The goal is to save a piece of RTF formatted data between a single XML tag. -- Alex Marbus www.marbus.net But then again, I could be wrong.
-
Not sure whether I should post this in the VC++ section or XML, but since I request code, VC++ seemed the best place to me. I'm searching for a piece of sourcecode that will convert RTF data to XML. Preferrably plain C++, not using MFC or anything else. Any hints on how to do this would be just as great. The goal is to save a piece of RTF formatted data between a single XML tag. -- Alex Marbus www.marbus.net But then again, I could be wrong.
Hi Alex, I've just downloaded and tried IRun RTF Converter 1.11. It comes with an utility program that seems to work just fine. Also, it provides a .DLL you can use in your apps (not exactly source code, but it's probably the next best thing.) The whole thing is freeware. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
Hi Alex, I've just downloaded and tried IRun RTF Converter 1.11. It comes with an utility program that seems to work just fine. Also, it provides a .DLL you can use in your apps (not exactly source code, but it's probably the next best thing.) The whole thing is freeware. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
Thanks Joaquín. The main issue is that is really must be platform independent (thus, standard C++). However, I read on the website (http://www.pilotltd.com/irun/) that the sourcecode is available on request. I think I might contact them (unless somebody else knows a better solution?) -- Alex Marbus www.marbus.net But then again, I could be wrong.