You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by David <da...@nmp.es> on 2000/12/04 18:34:22 UTC

tag atrributes from a query?

Hi  Cocoonians!!
 
How can I construct a tag (with attributes) from a database query? Is it
supported by Cocoon 1.8?
We have tried with the id-attribute and id-atributte-column but nothing
happened. 

Thanks folks



Re: tag atrributes from a query?

Posted by Donald Ball <ba...@webslingerZ.com>.
On Mon, 4 Dec 2000, David wrote:

> Hi  Cocoonians!!
>  
> How can I construct a tag (with attributes) from a database query? Is it
> supported by Cocoon 1.8?

you'll want to use the esql logicsheet from cvs for this. you get much
more flexibility in constructing your result tree.

- donald