Designing Your Own Reporting Service: A Web Service to Convert XML to HTML Using XSL - Improvements to the solution
(Page 7 of 7 )
The above web service is meant only to give a basic idea on which you can start developing highly efficient reporting solutions using XSLT transformations. Not only can you use XSLT transformations for HTML, but also for transforming to PDF, XSL-FO, and so on.
Just to keep this article simple, I didn’t make much use of XPath, XPointer, XQuery and other XML related technologies. I strongly recommend that you learn XPath and XQuery before designing or developing the reporting solutions with respect to XSL.
You can further extend the web service by designing and linking up your own “engine” using “windows services” to handle heavy load balances and processing power. In that way you can lessen the heavy burden to the IIS web server (as web services work with IIS).
At this point, I didn’t really touch the database related issues. You can come up with an idea for transforming “database related queries to XSL report” using the method I covered in this article along with some of the tricks I demonstrated in my previous article “Applying XSLT to XML Using ASP.NET”.
Now, I think you should agree with me that developing a simple reporting service should not be difficult!
Any comments, suggestions, improvements, bugs, errors, feedback etc. are highly appreciated at jag_chat@yahoo.com.
| DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware. |