User Tools

Site Tools


wap:wap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wap:wap [2017/02/20 15:44] georgewap:wap [2017/02/20 15:57] (current) george
Line 38: Line 38:
         var result = nodes.iterateNext();         var result = nodes.iterateNext();
         while (result) {         while (result) {
-            txt += "<b>" + result + "</b></br>"+            txt += "<b>" + result + " : " + result.tagName + "</b></br>"
             txt += result.childNodes[0].nodeValue + "<br>";             txt += result.childNodes[0].nodeValue + "<br>";
             txt += s.serializeToString(result) + "<br><br>";             txt += s.serializeToString(result) + "<br><br>";
wap/wap.1487601878.txt.gz · Last modified: 2017/02/20 15:44 by george

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki