12/08/08
We modified SpryData.js to handle the 80% case of xpaths directly.
This will allow Spry users to not have to include the xpath.js file for basic xpaths in XML data sets.
For instance, if your XML data set uses basic xpaths like:
/gallery/photos/photo
/gallery/photos/*
gallery/photos/photo
/gallery//photo
//photo
//photo/@path
//photo/@*
then you only need this new version of SpryData.js. The xpath.js file will no longer be needed, saving some download time.
For more complicated xpath expressions, you will still need the xpath.js file included on your page.