Spry is a JavaScript framework for creating Ajax applications, a library that makes it easy to incorporate XML data into HTML pages using HTML, CSS, and JavaScript.
Want to learn more? Paul Gubbay has written an introduction to Spry. Spry examples are posted on Labs. And you can download Spry from Labs.
@spryrepeat? @spryregion? Yikes! People who care about valid HTML are gonna run far and fast. And throw rocks once they're at a safe distance. :)
Now, accessibility is a different issue and exactly how you cater to non-Javascript enabled user-agents will depend on your application, intended audience and legal requirements.
I like the XSLT framework, but its code doesn't seem to have a open source license.
Ben,
I like another reader would like to know how the lisc. on this library is going to run. Will this be an open community project or what?
--- Ben
var dsEmployees = new Spry.Data.XMLDataSet("emp.xml", "employees/employee");
I would like to have an asp page dynamically create the xml based on a query at runtime and use
var dsEmployees = new Spry.Data.XMLDataSet("emp.asp", "employees/employee");
I tried this but my test page won't read teh asp page even though it is identical to the xml page.
Thanks -