Hello,
I'm currently coding my own xml data editor in VB6.0 and was wondering how to load any xml file into a textbox array.
The problem I face is that the .hasChildNodes returns true on the<#text> node if the node has data. Is there a better way to use it, a trick maybe? Or is there a better method?
TIA
I'm currently coding my own xml data editor in VB6.0 and was wondering how to load any xml file into a textbox array.
The problem I face is that the .hasChildNodes returns true on the<#text> node if the node has data. Is there a better way to use it, a trick maybe? Or is there a better method?
TIA