Similar XML lib in PB for C?

For everything that's not in any way related to PureBasic. General chat etc...
codemaniac
Enthusiast
Enthusiast
Posts: 289
Joined: Mon Apr 02, 2007 7:22 am
Location: Finland

Similar XML lib in PB for C?

Post by codemaniac »

Hello!

I am currently having a lot of part-time in my hands and I would like to continue an older project of min which is in C. To make it even a bit usable, I need to use XML functions like those found in the new PB.. does anybody know of such a lib for C? Note that it's C, not C++!

Thanks!
Cute?
Fred
Administrator
Administrator
Posts: 18557
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Expat ? Note than unlike what has been said in a thread, the PB lib is much more than only a "wrapper" around expat, so don't expect to found everything in it..
codemaniac
Enthusiast
Enthusiast
Posts: 289
Joined: Mon Apr 02, 2007 7:22 am
Location: Finland

Post by codemaniac »

Thanks, AlphaSND :D
Cute?
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

LibXML2 is also a good and free alternative, and usable with purebasic on any OS.

http://xmlsoft.org/examples/index.html


...with xpath support.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Post Reply