Changes between Initial Version and Version 1 of Ticket #13388, comment 1
- Timestamp:
- Feb 5, 2013, 8:36:45 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13388, comment 1
initial v1 1 1 Confirmed, the xml is parsed and accessible in the success handler though, so no need to move to text data. The following works: 2 {{{ !js2 {{{ 3 3 success: function( xml ) { 4 4 alert(xml.getElementsByTagName("test")[0].childNodes[0].nodeValue);