You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Nicki Møller <ni...@yahoo.dk> on 2000/07/12 16:39:52 UTC

How do I manipulate data from a DB with xsp using the SQL-processor

Hi All,

I need to represent a date-field in a DB in a special
format with the use of sql-processor before processing
it with xslt.

Is this possible at all and if it is how??

Any help is appreciated

-Nicki

______________________________________________________
Do You Yahoo!?
Få en gratis @yahoo.dk-adresse på http://mail.yahoo.dk

XML -> PDF : Tables (borders)

Posted by Rajashree Patil <ra...@insage.com>.
Hi all,
  I was trying to construct tables with border for rendering to PDF file(in
cocoon). I am able to display the tables but not successful in enclosing it
with borders.
  Was anybody successful in displaying the borders & any kind of boxes?
Any help is appreciated.

-Rajashree


Re: How do I manipulate data from a DB with xsp using the SQL-processor

Posted by sudhi <su...@insage.com>.
Nicki Møller wrote:
> 
> Hi All,
> 
> I need to represent a date-field in a DB in a special
> format with the use of sql-processor before processing
> it with xslt.
> 
> Is this possible at all and if it is how??
> 
Use sql taglib and use sql column format...
or read...

http://xml.apache.org/cocoon/sqltaglib.html

if u still need example, ask, i'll send one.
HTH
Sudhi

Re: How do I manipulate data from a DB with xsp using the SQL-processor

Posted by Donald Ball <ba...@webslingerZ.com>.
On Wed, 12 Jul 2000, [iso-8859-1] Nicki M�ller wrote:

> Hi All,
> 
> I need to represent a date-field in a DB in a special
> format with the use of sql-processor before processing
> it with xslt.
> 
> Is this possible at all and if it is how??

yes. read the column formatting section of the sql logicsheet
(taglib) page on the cocoon web site.

- donald