jParse is a jQuery plugin that allows you to parse XML that was fetched with the jQuery .ajax method (making it fully customizable). It's compatible with jQuery 1.4+, easy to use and ultra lightweight at only 2.18KB! Best of all, it's compatible with all major browsers:

Features

  • Select the value of any XML node or the value of a node's parameter.
  • Fully customizable HTML output.
  • Run callback functions before jParse starts and after it finishes.
  • Limit the number of <items> jParse processes.
  • Exclude XML nodes with certain words, numbers, or symbols.
  • Output the number of <item>'s in a feed anywhere in your document.

Latest News

February 20th, 2010

jParse Beta 0.3.2 Released

Two bug fixes in this version. The first is was a line of code that referenced a variable that had not yet been initialized and thus caused script errors. The second is that some "console.log" Firebug dev code was left in the code of the last release.