hi, I replaced the code in populate.xpl (attached) from the "Address Book". What do i need to do with the model.xpl to display on screen ?
Does anyone have a working example for oracle 8i ? ---------------------- 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> ---------------------------- End of populate.xpl -------------------- _______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
