Hi,
> ////////////////////////////////////////////////////
> // xml1.prg
> ////////////////////////////////////////////////////
>
> #include "/home/ivan/src/harbour/contrib/xhb/hbxml.ch"
Rather use -i option or point to xhb.hbc file.
(or simply copy your sample to contrib/xhb/tests/ dir
and issue hbmk2 from there)
> function main()
> local cFile:="./test.xml", cString
> local cNote, cDiscount
> local oDoc, oBook, oIterator, oCurrent
>
> cString:=memoread( cFile )
> if !( len(cString) > 0 )
> wait "xml file unavailable"
> return NIL
> endif
> oDoc:=TXmlDocument( cString, HBXML_STYLE_NOESCAPE )
You need to replace 'TXmlDocument(' with 'TXmlDocument:New('
Viktor
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour