• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

XML reporting tools

  • Thread starter Thread starter
  • Start date Start date

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

Thanks
 
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?
 
Back
Top