I do not exactly know what you are asking here, shouldn't you just read some documentation about cocoon stuff?
Anyway, if you are familiar with xsl, and you try to transform your results form the sqltransformer, do not forget the sql namespace. For example : <xsl:value-of select="/sqlpart/sql:rowset/sql:row/sql:thisfield"/> Probably you forgot the namespace AS > > > Hi, > > I am trying to create an XSL page > showing rowsets from several queries from SQLTransformer > (Cocoon 2.0.4 with sitemap actions), > but so far can't see anything on the screen. > > 1) Could you please point me to some good example > of such simple (select) DB report - especially XSL part ? > > > 2) I think, I can't get anything from SQL transformer > because I am trying to read its output from incorrect place: > <xsl:variable name='thedata' > select='/page/content/paging/data'/> > > Is there a standard place for the output of SQL Transformer? > Or how and where is it specified (if you give query a name)? > Maybe it should be: /page/content/paging/data/cust_data > or /root/?/page/content/paging/data/cust_data ? > (where cust_query is a query name). > > > TIA, > Oleg. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
