Showing posts with label xlst. Show all posts
Showing posts with label xlst. Show all posts

Thursday, December 21, 2006

Reporting with REST webservices

The Collegenet R25 application our campus runs now provides REST style webservices that look promising for developing reports. XML.com has a brief but decent article on REST Reporting that I think provides a decent overview.

I like the idea of using standard XML along with XSLT in order to produce web-based reports and is definitely an improvement over non-standard reporting tools like Crystal Reports. The best is that XSLT can be applied in other areas so learning it will be applicable in a wider range of applications (as opposed to being a Crystal Reports guru). Found a decent XSLT tutorial article also at XML.com.