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 easy to use and ultra lightweight at only 2.97KB! 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

jParse Beta 0.3.1 Released

Two bug fixes in this new version. The first is that you can now output the value of a selected node more than once in the output setting. For example: output: '

jpet0
'. Secondly, the setting to select nodes with the same name has been fixed and now works.