Antw: [xsl] XSL based report management

Subject: Antw: [xsl] XSL based report management
From: "B. van Hest" <b.vanhest@xxxxxx>
Date: Wed, 04 Jul 2001 08:37:23 +0200
Hi, 

Oracle provides a "Web Publishing Framework" which does just what you want:
 jdbc--> query --> xml --> xsl --> (PDF, RTF, SVG, etc)

You create XML documents with query-elements which contain the SQL queries. The results of these queries are returned as a XML tree eand replace the original query-elements. The XML can be transformed depending on the media type of the requester (browser, wap phone, etc.).

See for information: http://technet.oracle.com/docs/tech/xml/xdk_java/doc_library/Production9i/xsql/readme.html

License: query-elements http://technet.oracle.com/docs/tech/xml/xdk_java/doc_library/Production9i/license.html

Download: http://technet.oracle.com/tech/xml/xdk_java/ 



> Has anyone built an online report management tool around xsl? Something
> would allow for stored reports and java/web customized report design?
> 
> jdbc/odbc --> query --> xml --> xsl --> (PDF, RTF, SVG, etc)
> 
> Maybe, something using fop?



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread