TinyXML
-
I just wanted to add my kudos to past praises heaped at TinyXML[^] :cool:. I need to add an (XML) import/export feature to one of my legacy MFC freeware apps and TimyXML makes it so darn easy! /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com
-
I just wanted to add my kudos to past praises heaped at TinyXML[^] :cool:. I need to add an (XML) import/export feature to one of my legacy MFC freeware apps and TimyXML makes it so darn easy! /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com
Ravi, you should also check out pugXML http://www.codeproject.com/soap/pugxml.asp[^] here at CP. It is very good, and fast.:rose: Neville Franks, Author of Surfulater www.surfulater.com "Save what you Surf" and ED for Windows www.getsoft.com
-
Ravi, you should also check out pugXML http://www.codeproject.com/soap/pugxml.asp[^] here at CP. It is very good, and fast.:rose: Neville Franks, Author of Surfulater www.surfulater.com "Save what you Surf" and ED for Windows www.getsoft.com
-
Ravi Bhavnani wrote:
My only complaint is the new CP style sheet that suddenly seems to have appeared. But I doubt this has anything to do with PugXML.
I'm glad it's just not my PC going bonkers or me loosing my mind.:-D Neville Franks, Author of Surfulater www.surfulater.com "Save what you Surf" and ED for Windows www.getsoft.com
-
Ravi, you should also check out pugXML http://www.codeproject.com/soap/pugxml.asp[^] here at CP. It is very good, and fast.:rose: Neville Franks, Author of Surfulater www.surfulater.com "Save what you Surf" and ED for Windows www.getsoft.com
I found TinyXML to be a tiny bit faster when dealing with larger files. But, I like them both, so it's a toss up for me.
- S 50 cups of coffee and you know it's on!
-
I found TinyXML to be a tiny bit faster when dealing with larger files. But, I like them both, so it's a toss up for me.
- S 50 cups of coffee and you know it's on!
Steve Echols wrote:
I found TinyXML to be a tiny bit faster when dealing with larger files. But, I like them both, so it's a toss up for me.
Steve, did you try my memory mapped file (MMF) version of pugXML? It flies though large XML files. I'd be very, very surprised if a non-MMF XML parser was as fast as this. Neville Franks, Author of Surfulater www.surfulater.com "Save what you Surf" and ED for Windows www.getsoft.com
-
Steve Echols wrote:
I found TinyXML to be a tiny bit faster when dealing with larger files. But, I like them both, so it's a toss up for me.
Steve, did you try my memory mapped file (MMF) version of pugXML? It flies though large XML files. I'd be very, very surprised if a non-MMF XML parser was as fast as this. Neville Franks, Author of Surfulater www.surfulater.com "Save what you Surf" and ED for Windows www.getsoft.com
No, haven't tried the MMF version, and the one I am using is pretty old, so maybe my adhoc speed tests weren't very accurate. I'll have to give it a try. Do you have a link where I can download it, or is it on CP?
- S 50 cups of coffee and you know it's on!
-
No, haven't tried the MMF version, and the one I am using is pretty old, so maybe my adhoc speed tests weren't very accurate. I'll have to give it a try. Do you have a link where I can download it, or is it on CP?
- S 50 cups of coffee and you know it's on!
Steve Echols wrote:
Do you have a link where I can download it, or is it on CP?
There is a link in the article comments which is: http://www.getsoft.com/padinfo/pugxml.zip[^] You need to #define PUGOPT_MEMFIL to utilize MMF support. See pugxml.h Neville Franks, Author of Surfulater www.surfulater.com "Save what you Surf" and ED for Windows www.getsoft.com -- modified at 18:45 Sunday 9th July, 2006
-
Steve Echols wrote:
Do you have a link where I can download it, or is it on CP?
There is a link in the article comments which is: http://www.getsoft.com/padinfo/pugxml.zip[^] You need to #define PUGOPT_MEMFIL to utilize MMF support. See pugxml.h Neville Franks, Author of Surfulater www.surfulater.com "Save what you Surf" and ED for Windows www.getsoft.com -- modified at 18:45 Sunday 9th July, 2006
Ahhh, didn't see that, thanks. All I'm seeing right now is orange and green interlaced bars burned onto my retinas. :)
- S 50 cups of coffee and you know it's on!
-
I just wanted to add my kudos to past praises heaped at TinyXML[^] :cool:. I need to add an (XML) import/export feature to one of my legacy MFC freeware apps and TimyXML makes it so darn easy! /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com
The only drawback is that it does not support UNICODE.:sigh:
-
The only drawback is that it does not support UNICODE.:sigh: