XML reporting tools

Does anybody know of XML based reporting tools that would produce html output from an xml input?

Thanks
 

Punamo

Senior member
Jan 28, 2001
302
0
0
Check out the Xalan (2 versions: Java or C++ based). It's freeware but will require you to spend some time to make it work for you. You would write an stylesheet using XSL and run the supplied XSLT tool (using your style sheet and the xml file as the input) and it would spit out html, or any other format that you like (all depends on how you write your stylesheet). Check out the samples that come with it.

I haven't played with it that much though...

http://xml.apache.org/

 

Right, xalan will take my xml and xslt and produce an html or whatever.
But can I use xalan to design report-like xslt?