jQuery.parseXML()


jQuery.parseXML( data )Возвращает: XMLDocument

Описание: Конвертирует строку с xml-данными в xml-документ.

jQuery.parseXML uses the native parsing function of the browser to create a valid XML Document. This document can then be passed to jQuery to create a typical jQuery object that can be traversed and manipulated.

Примеры использования