Re: Accessing the output of a modular db action in xsl]

2002-11-11 Thread pwcml
I tried that as well, and only row-count would come through, I was unable to get the selected parameters even though I used map:parameter name= value= so what would the correct map:parameter look like to get at the output of a mod-db select. Just to reiterate I appologize for being dense and

Re: Accessing the output of a modular db action in xsl

2002-11-09 Thread Phil Craven
I tried that as well, and only row-count would come through, I was unable to get the selected parameters even though I used map:parameter name= value= so what would the correct map:parameter look like to get at the output of a mod-db select. Just to reiterate I appologize for being

Re: Accessing the output of a modular db action in xsl

2002-11-05 Thread Christian Haul
On 04.Nov.2002 -- 07:43 PM, Phil Craven wrote: here is the sitemap segment that shows what I am trying to do. map:match pattern=group2.xsp map:act type=mod-db-sel action=sel-ci map:parameter name=table-set value=content_item/ map:generate type=serverpages

Re: Accessing the output of a modular db action in xsl

2002-11-05 Thread Phil Craven
I tried that as well, and only row-count would come through, I was unable to get the selected parameters even though I used map:parameter name= value= so what would the correct map:parameter look like to get at the output of a mod-db select. Just to reiterate I appologize for being dense and

Re: Accessing the output of a modular db action in xsl

2002-11-04 Thread Christian Haul
On 03.Nov.2002 -- 12:03 PM, Phil Craven wrote: because that is going the wrong way, I don't want one level up, I want one level down. Also I would be just as happy getting the values out of the request attributes (in the xsl), but I cannot seem to figure out how to do so. If anyone has

Re: Accessing the output of a modular db action in xsl

2002-11-04 Thread Phil Craven
here is the sitemap segment that shows what I am trying to do. map:match pattern=group2.xsp map:act type=mod-db-sel action=sel-ci map:parameter name=table-set value=content_item/ map:generate type=serverpages src=group2.xsp/ map:transform

Re: Accessing the output of a modular db action in xsl

2002-11-04 Thread Phil Craven
here is the sitemap segment that shows what I am trying to do. map:match pattern=group2.xsp map:act type=mod-db-sel action=sel-ci map:parameter name=table-set value=content_item/ map:generate type=serverpages src=group2.xsp/ map:transform

Re: Accessing the output of a modular db action in xsl

2002-11-03 Thread Phil Craven
because that is going the wrong way, I don't want one level up, I want one level down. Also I would be just as happy getting the values out of the request attributes (in the xsl), but I cannot seem to figure out how to do so. If anyone has any help on either getting at those values in xsl I

Re: Accessing the output of a modular db action in xsl

2002-11-02 Thread Phil Craven
When I try and get the bulk of the params that I am looking for, it seems as if they are lost between level 3 and level 2. I believe that my stylesheet is trying to access the params at level 2. How do I force the propagation of the values from level 3 to level 2? Any help greatly

Re: Accessing the output of a modular db action in xsl

2002-11-02 Thread Christian Haul
On 02.Nov.2002 -- 07:22 AM, Phil Craven wrote: When I try and get the bulk of the params that I am looking for, it seems as if they are lost between level 3 and level 2. I believe that my stylesheet is trying to access the params at level 2. How do I force the propagation of the values

Re: Accessing the output of a modular db action in xsl

2002-11-01 Thread Christian Haul
On 31.Oct.2002 -- 01:08 PM, [EMAIL PROTECTED] wrote: Is there an example of how to do this available? From XSL? I don't think so. At least not specifically with database actions. There sure is one on accessing request attributes from xsl -- although I don't know off head. Chris. -- C h

Re: Accessing the output of a modular db action in xsl

2002-11-01 Thread Antonio Gallardo Rivera
Dont know if this can helps you, but maybe XSP session can help you. Antonio Gallardo. El Viernes, 01 de Noviembre de 2002 02:37, Christian Haul escribió: On 31.Oct.2002 -- 01:08 PM, [EMAIL PROTECTED] wrote: Is there an example of how to do this available? From XSL? I don't think so. At

Accessing the output of a modular db action in xsl

2002-10-31 Thread pwcml
I am struggling with the dbselect action. When I check the sitemap, I am able to see that the select is working and dumping the values to the sitemap. My problem is how to access the values from within an xsl. Are there any examples of this around, I seem to be able to find examples of the

Re: Accessing the output of a modular db action in xsl

2002-10-31 Thread Christian Haul
On 31.Oct.2002 -- 07:57 AM, [EMAIL PROTECTED] wrote: I am struggling with the dbselect action. When I check the sitemap, I am able to see that the select is working and dumping the values to the sitemap. My problem is how to access the values from within an xsl. Are there any This

Re: Accessing the output of a modular db action in xsl

2002-10-31 Thread pwcml
Is there an example of how to do this available? On 31.Oct.2002 -- 07:57 AM, [EMAIL PROTECTED] wrote: I am struggling with the dbselect action. When I check the sitemap, I am able to see that the select is working and dumping the values to the sitemap. My problem is how to access the