tmt.spry.XMLDataSet

tmt.spry.XMLDataSet is JavaScript library that extends Spry's Spry.Data.XMLDataSet. The only, indeed relevant, difference is that tmt.spry.Dataset uses browser's native XPath capabilities to extract data from XML. The main benefits are:

Please be advised this is library is mainly an experiment, results may vary, I recommend to test it carefully before using it in a production environment. You could face the following issues:

In order to use this library you need tmt_spry_xmldataset.js and SpryData.js from Spry

Samples

API

API are the same as Spry.Data.XMLDataSet plus the additional methods listed below
isSupported() Returns true if the current browser supports native XPath and can use this library, false otherwise