Parsing XML With JavaScript: jParse
15
Nov
// php the_time('Y') ?>
jParse is a jQuery plugin for parsing XML that was fetched with the jQuery .ajax method.
It can select the value of any XML node or a node's parameter & can ouput a totally customized HTML.
The plugin is very flexible & offers features like:
- running callback functions before it starts & after it finishes
- limitting the number of <items> to be processed
- excluding XML nodes with certain words, numbers or symbols
- output the number of <item>'s in a feed anywhere in your document
As jQuery .ajax method does not allow cross domain Ajax requests, the XML must be on the same domain.
To see how easy it is to parse a XML file with jParse, check the demo.
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://jparse.kylerush.net/
Demo: http://jparse.kylerush.net/demo
Download: http://jparse.kylerush.net/download
Compatibility: All Major Browsers
Website: http://jparse.kylerush.net/
Demo: http://jparse.kylerush.net/demo
Download: http://jparse.kylerush.net/download
- Tags:
Javascript XML
- Filed under: Extras, Goodies, MIT License, Rss & Feeds, Tools
- 1 Comment
















One Response for "Parsing XML With JavaScript: jParse"
Lightweight cross browser JavaScript library for querying complex XML documents using powerful Xpath expressions.
http://softxml.com/SoftXPathDemo.htm