hi, how do i use oxf debugger for the following .xpl to check if the data was returned from oracle DB ?
---------------------- start of populate.xpl ------------------------- <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:sql="http://orbeon.org/oxf/xml/sql"> <p:processor uri="oxf/processor/sql"> <p:input name="data"><dummy/></p:input> <p:input name="config"> <sql:config xmlns:sql="http://orbeon.org/oxf/xml/sql"> <auctions> <sql:connection> <sql:datasource>db</sql:datasource> <sql:execute> <sql:query> select * from auction </sql:query> <sql:results> <sql:row-results> <row> <sql:get-columns format="xml"/> </row> </sql:row-results> </sql:results> </sql:execute> </sql:connection> </auctions> </sql:config> </p:input> <p:output name="data" ref="data"/> </p:processor> </p:config> > _______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
