... I have explained in the previous post we need to implement a way to detect if there is an error in the XML file or check if it is a Harbour (Class TXmlIterator) bug. When I load a file created not read good Please try it < ?xml version = "1.0" encoding = "ISO-8859-1" ? > ...
... try pim.exe first with the included xml files in pim.zip. Open them from pim.exe. They should read fine. * We have noticed that Harbour Class TXmlIterator seems to fails when numbers are used instead of chars, i.e.: <1></1>. This is something to be confirmed, fixed and reported ...
... Included is a file \harbour-3.0.0\contrib\xhb\txml.prg which provides full source code for the classes TXMLNode and TXMLIterator (and some more). There you can find all methods and properties, maybe this can help you. I'm no expert on xml file handling, but I suggest, ...
I have a XML with this structure: The TXML classes dont have a sample with multiple nodes with the same name with Iterators in each. <Tributacoes> -> Multiple <Segmento> Each <Segmento> have Multiple nodes, each with Multiple tags. How I can read this file to an array? Sample: a...