XML - Current thinking

Post Reply
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

XML - Current thinking

Post 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 :D
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

Hello Tim,

http://reportdesigner.info/
Freeware

XMLRead - a class for reading XML files
1.0.2
554 KB
Regards,
Otto
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Ok ....

Post 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.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
Gale FORd
Posts: 663
Joined: Mon Dec 05, 2005 11:22 pm
Location: Houston
Contact:

Post by Gale FORd »

It can be manipulated by xHarbour XML routines.
Check out \xHarbour\tests\xmltests.prg and \xHarbour\doc\hbxml.txt
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Links

Post by TimStone »

Sorry Gale. I have xHarbour from xHarbour.com ... those links are not valid references ...
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
Gale FORd
Posts: 663
Joined: Mon Dec 05, 2005 11:22 pm
Location: Houston
Contact:

Post 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.
Gale FORd
Posts: 663
Joined: Mon Dec 05, 2005 11:22 pm
Location: Houston
Contact:

Post 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.
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Gale

Post 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.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
Post Reply