That Javascript only seems to handle the nodeName (and nodeType?) and makes no attempt to handle the nodeValue... but then I am not a JS aficionado and we cannot see showRequestInfo().
That Javascript only seems to handle the nodeName (and nodeType?) and makes no attempt to handle the nodeValue... but then I am not a JS aficionado and we cannot see showRequestInfo().
Dear wysota and ChrisW67,
Thanks a lot for your fast answers.
I posted this question in this forum since I wasn't sure whether I shouldn't e.g use QNetworkAccessManager or similar neat qt features.
Would you be so kind to help me fix that problem with showRequestInfo() ?
But besides that I am aware that this code can not handle any values since I don't know how to implement that yet,
Thanks!
Kind regards,
Plox
Have you tried accessing anything else of a.childNodes[ii]?
Maybe it has a.childNodes[ii].text?
Cheers,
_
Bookmarks