Página 1 de 1

TXMLDocument() class ....

Publicado: Mar Mar 11, 2014 12:28 pm
por ChrisGillard
Hi,
In BTS sample code you use TXMLDocument class. I do not find this in the documentation or the source folder.
Is this something we can use in our programs?
Is this your own code or something related to the Harbour xml implementation.?
xHarbour had a documented XML class but harbour only has a wrapper to a library and some people are not certain that it is 100% OK.
Might there be some simple docs but maybe all can be understood from the BTS code?
Chris


TXMLDocument() class ....

Publicado: Mar Mar 11, 2014 7:51 pm
por ignacio
ChrisGillard escribió el mar, 11 marzo 2014 12:28Hi,
In BTS sample code you use TXMLDocument class. I do not find this in the documentation or the source folder.
Is this something we can use in our programs?
Is this your own code or something related to the Harbour xml implementation.?
xHarbour had a documented XML class but harbour only has a wrapper to a library and some people are not certain that it is 100% OK.
Might there be some simple docs but maybe all can be understood from the BTS code?
Chris


Hello Chris,
We are using XML xHarbour class since we have ported to Harbour (with some work on our side).
Regards,

TXMLDocument() class ....

Publicado: Dom Mar 16, 2014 6:08 pm
por ChrisGillard
Hi Ignacio,
Thanks for the info.
Chris