Re: SQL query cannot be read.

2002-12-08 Thread Gabriele Domenichini
Don't Know try to use the same namespace qualifiers (sql:)... Jin Wei Yong wrote: Hi, I am still exploring the use of SQLTranformer. I am using a book, Cocoon:Building XML Application by Matthew Langham and Carsten Ziegeler. If you have the book, you can refer to Chapter 7. The this SQL-related

SQL query cannot be read.

2002-12-07 Thread Jin Wei Yong
Hi, I am still exploring the use of SQLTranformer. I am using a book, Cocoon:Building XML Application by Matthew Langham and Carsten Ziegeler. If you have the book, you can refer to Chapter 7. The this SQL-related example does not use XSP at all. The query is written in the xsl file. In the examp

Re: xml output from sql query

2002-04-15 Thread Andrew Savory
On Mon, 15 Apr 2002, Muhammad Irfan wrote: > I am trying to execute SQL query and want to get the output/display in xml. > I have written my SQL query in a xml file according to the > docs/samples/sql/sql-page but getting the exptions What exceptions are you getting? Is there an

RE: xml output from sql query

2002-04-15 Thread Argyn Kuketayev
I use xml-serializer when want to debug the xml between components of pipeline > -Original Message- > From: Muhammad Irfan [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 6:12 PM > To: [EMAIL PROTECTED] > Subject: xml output from sql query > > > >

xml output from sql query

2002-04-15 Thread Muhammad Irfan
Dear All, I am trying to execute SQL query and want to get the output/display in xml. I have written my SQL query in a xml file according to the docs/samples/sql/sql-page but getting the exptions This may be beause my sitemap entries are not correct or the way I reffer to the URL is

Re: sql query

2002-01-03 Thread Ferran Urgell
n - Original Message - From: "David Rosenstrauch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 02, 2002 3:16 PM Subject: Re: sql query > At 12:48 PM 12/28/01 +0100, you wrote: > >I'm using cocoon2, and I&#

Re: sql query

2002-01-02 Thread Ling Kok Choon
Hi, you may try to use xsp and the esql taglib : http://apache.org/xsp"; xmlns:esql="http://apache.org/cocoon/SQL/v2"; > tpConnection SELECT GROUP_ID, LABEL, PATH FROM GROUP_EXT

Re: sql query

2002-01-02 Thread David Rosenstrauch
At 12:48 PM 12/28/01 +0100, you wrote: >I'm using cocoon2, and I've used sql queries, with the next query: > > >http://apache.org/cocoon/SQL/2.0"; > xmlns:xsl="http://www.w3.org/1999/XSL/Transform";> > > > > http://apache.org/cocoon/SQL/2.0";> > > select id,numero,url

sql query

2001-12-28 Thread Ferran Urgell
I'm using cocoon2, and I've used sql queries, with the next query:     xmlns:xsl="http://www.w3.org/1999/XSL/Transform">             select id,numero,url from bioquimica          But I don't know how can I get the attribute of the query. (it's called  "bioquimica")     thanks

RE: Possible to assign SQL query result to XSP variable?

2001-08-20 Thread Chris Newland
arsson [mailto:[EMAIL PROTECTED]] > Sent: 20 August 2001 12:24 > To: [EMAIL PROTECTED] > Subject: AW: Possible to assign SQL query result to XSP variable? > > > Hi, > > try to wrap it in a xsp:logic block: > > ... > > &

AW: Possible to assign SQL query result to XSP variable?

2001-08-20 Thread Max Larsson
Gesendet: Montag, 20. August 2001 13:21 > An: Cocoon-Users > Betreff: Possible to assign SQL query result to XSP variable? > > > Hi All, > > I'm trying to test for the presence of a key in an SQL table > by performing > an SQL query and having the result (or null) set in a

Possible to assign SQL query result to XSP variable?

2001-08-20 Thread Chris Newland
Hi All, I'm trying to test for the presence of a key in an SQL table by performing an SQL query and having the result (or null) set in an XSP variable: checking for username = username String got_uname = "dummy"; my_jdbc