Página 1 de 1

What is the best XML library to include for Xailer?

Publicado: Sab Mar 26, 2011 11:40 pm
por Guest
Hi,
I've been playing with the HXMLDoc class from MiniGui, and got it
working ok after some tweaking.
However, it's not as full-featured as the Harbour TXML class. However,
there are all sorts of compilation errors when trying to port the TXML
class over to xHarbour & Xailer, like Multiple Declarations and such,
related to hash table functions.
What's the best XML class, in anyone's experience, that's relatively
easy to run in Xailer & xHarbour?

What is the best XML library to include for Xailer?

Publicado: Sab Mar 26, 2011 11:56 pm
por Guest
Never mind, it appears that TXMLDocument is already part of xHarbour.
I wasted several weeks, trying to add & test xml functionality, and it
seems to be already there. No link errors, no special include files or
anything.

What is the best XML library to include for Xailer?

Publicado: Dom Mar 27, 2011 12:15 pm
por ignacio
Childers escribió el sáb, 26 marzo 2011 23:56Never mind, it appears that TXMLDocument is already part of xHarbour.
I wasted several weeks, trying to add & test xml functionality, and it
seems to be already there. No link errors, no special include files or
anything.
Take a look at the BTS sample.
Regards,

What is the best XML library to include for Xailer?

Publicado: Dom Mar 27, 2011 11:23 pm
por Guest
It's working fine now, Ignacio, thanks for a 2007 post by Oleg.