XSLT producing HTML using Java API's

Mevaoweme

New Member
I have a specific requirement where I have to develop XSLT scripts that produce HTML files for the output of each of the SQL queries (or sets of queries) using \[code\]javax.sql.rowset.WebRowSet.writeXml(ResultSet rs, OutputStream oStream)\[/code\].Does anyone know how to achieve this ?
 
Back
Top