Page 1 of 1
XML - Current thinking
Posted: Thu Dec 06, 2007 3:57 pm
by TimStone
In the past there have been some articles on using XML with FWH / xHarbour. I now have to include this capability in my program. I must make calls to a DLL in XML format, and the data will be returned in the same manner.
What is the current methodology used by FWH programmers for working with XML ?
You input or links to articles would be appreciated.
Tim
Posted: Thu Dec 06, 2007 5:05 pm
by Otto
Hello Tim,
http://reportdesigner.info/
Freeware
XMLRead - a class for reading XML files
1.0.2
554 KB
Regards,
Otto
Ok ....
Posted: Thu Dec 06, 2007 7:44 pm
by TimStone
I downloaded and ran the test ... it failed on the 2nd and 3rd example. I tried to look at the help file and it said the links are not valid.
Any other thoughts on XML ?
Thanks.
Posted: Thu Dec 06, 2007 8:18 pm
by Gale FORd
It can be manipulated by xHarbour XML routines.
Check out \xHarbour\tests\xmltests.prg and \xHarbour\doc\hbxml.txt
Links
Posted: Thu Dec 06, 2007 9:51 pm
by TimStone
Sorry Gale. I have xHarbour from xHarbour.com ... those links are not valid references ...
Posted: Thu Dec 06, 2007 10:13 pm
by Gale FORd
I use the commercial version also, but I always download and install the source code for reference and examples.
If you need an example let me know.
Posted: Thu Dec 06, 2007 10:17 pm
by Gale FORd
I just looked in the xHarbour Language Reference Guide in the commercial version. There you will find information for TXmlDocument(), TXmlNode(), TXmlIterator(), etc.
Gale
Posted: Fri Dec 07, 2007 12:10 am
by TimStone
Thanks. I had already done that. My mind is rather impacted today. My mother has rapidly declined in the past few months and its constant trips regarding her care/needs. However, I did do the XML search, found the references, and will build some test to work with the product ASAP. I appreciate the focus toward the right place.