You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Sam <sa...@rediffmail.com> on 2004/05/17 06:47:16 UTC

Query wrt rows returned from a database???

Hi List...

I can retreive rows from a MySQL database with no problems, only that the rows returned have no newline character, ie the SQL transformer ignores or escapes (I am not sure) the newline characters and I get rows fetched from the database as one single line.

Now how do I keep the newline character after every row that is been fetched through SQL transformer so that I can display it on the browser in a nice table format ???

Does anybody know why & how can I avoid that ???

Regards