Can anyone point me to some good documentation on xHarbour's
TXmlDocument() and related functions? Some examples would be helpful.
I have looked at and compiled xmliter.prg and xmltest.prg, but
unfortunately I am not smart enough to divine the proper usage from
that.
Here is my problem: I have a properly formed xml file which contains
data much like a dbf. I know the names of all the nodes/labels that I
need to read and extract the data so it can be saved into a dbf.
Thanks,
-- Robert
Seek file xbxml.txt in \doc
It's good described :-)
I writing application to sending data to government institution, and it description
was helpful for me.
In read data from xml file I using object oNode from XmlDocument and method
:GetAttribute( cNameAttribute )
With redgards
Jacek K.
--
"Serce rozważne szuka mądrości, usta niemądrych sycą się głupotą."
(Prz 15:14)
"The heart of him that hath understanding seeketh knowledge: but the mouth of fools
feedeth on foolishness."
( Proverbs 15:14)
Unfortunately there is no file named "xbxml.txt" anywhere on my hard-
disk. Would you be kind enough to send it to my private address
drrobert at sturec dot com
Thanks,
-- Robert
the name of the document is hbxml.txt.
Stefan