Hello!
Is there an XML reader for Harbour/FWH available?
Maybe something like PHP XMLReader pull parser:
http://www.ibm.com/developerworks/libra ... ngphp.html
Thanks, Roman
Description
The TXmlDocument() class provides objects for reading and creating XML files. XML stands for eXtensible Markup Language which is similar to HTML, but designed to describe data rather to display it. To learn more about XML itself, the internet provides very good free online tutorials. The website http://www.w3schools.com is is a good place to quickly learn the basics on XML.
A TXmlDocument object maintains an entire XML document and builds from it a tree of TXmlNode() objects which contain the actual XML data. The first XML node is stored in the Root instance variable, which is the root node of the XML tree. Beginning with the root node, an XML document can be traversed or searched for particular data. The classes TXmlIteratorScan() and TXmlIteratorRegEx() are available to find a particular XML node, based on its tag name, attribute or data it contains.
frose wrote:I'm using TXmlDocument() to read from a XML file.
frose wrote:But it's an extension for xHarbour not for Harbour
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 30 guests