Re: Using Cocoon's ESQL as replacement for Oracle's XSQL servlet

2006-11-23 Thread Alexander Shopov
Thank you very much for the help. al_shopov - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Using Cocoon's ESQL as replacement for Oracle's XSQL servlet

2006-11-21 Thread Varga, Zsombor
This will produce the same XML esql:connection esql:poolyour_pool_name/esql:pool esql:execute-query esql:query SELECT ID, DESCRIPTION, COUNTRY_ID FROM LANGUAGE_TYPE ORDER BY ID /esql:query esql:results languages esql:row-results language

Re: Using Cocoon's ESQL as replacement for Oracle's XSQL servlet

2006-11-21 Thread Alexander Shopov
Thank you very much for the helpful answer. How do I make sure that I am getting the raw XML - without any XSLT transformations? Kind regards: al_shopov - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Using Cocoon's ESQL as replacement for Oracle's XSQL servlet

2006-11-21 Thread Alfred Nathaniel
On Tue, 2006-11-21 at 18:28 +0200, Alexander Shopov wrote: How do I make sure that I am getting the raw XML - without any XSLT transformations? Could be more specific about what you mean by this question? Cheers, Alfred. -

RE: Using Cocoon's ESQL as replacement for Oracle's XSQL servlet

2006-11-21 Thread Varga, Zsombor
the my_esql_test.xml from your browser, and it will show the generated xml. Zsombor -Original Message- From: Alexander Shopov [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 21, 2006 5:28 PM To: users@cocoon.apache.org Subject: Re: Using Cocoon's ESQL as replacement for Oracle's