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.

jQuery XML Parse

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.

WebResourcesDepot Feed