xmlObjectifier

程序名称:xmlObjectifier

授权协议: 未知

操作系统: 未知

开发语言:

xmlObjectifier 介绍

The end of DOM Tree walking is here!

This small and fast utility converts an XML file fetched through $.ajax to a
JavaScript Object, completely eliminating a need to use DOM Tree walking to
extract data. All attributes and values are accessible using dot (.) notation.
Besides simplifying the way you access data you can also sort nodes prior
further processing. This component can be easily used to write a SOAP or RSS
client.

How JSON object is assembled? - this utility is a recursive walker that
starts off at the root of your document and creates a new object for each
node, and new field for each node attribute. Whenever a a tree walker
encounters a text node or a CDATA within your node, it assigns it’s value to a
.Text field of that js object (object that represents a node). Ex: <
node1>Hello World
would be stored at node1.Text

xmlObjectifier 官网

http://plugins.jquery.com/project/xmlObjectifier

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...