Bug Tracker

Changes between Initial Version and Version 1 of Ticket #13388, comment 1


Ignore:
Timestamp:
Feb 5, 2013, 8:36:45 AM (11 years ago)
Author:
jaubourg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13388, comment 1

    initial v1  
    11Confirmed, the xml is parsed and accessible in the success handler though, so no need to move to text data. The following works:
    2 {{{!js
     2{{{
    33success: function( xml ) {
    44    alert(xml.getElementsByTagName("test")[0].childNodes[0].nodeValue);