You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by ZhiHai Liu <Zh...@dyncorp-bksd.com> on 2000/09/09 00:32:45 UTC

SQL Processor examples

Hi,

I want to transfer the resultset of a sql query into XML document. I have 
used Oracle XML SQL Utility, like

...
OracleXMLQuery xq = new OracleXMLQuery(conn, query);
xmlDoc = (XMLDocument) xq.getXMLDOM();
...

I found the examples for Cocoon SQL Processor are like Oracle XSQL Servlet, 
that is, embedding query in an XML document. Where can I find some Cocoon 
SQL Processor examples for Java application, like the code above?

Thanks,
Zhihai