RE: [xsl] Processing rowsets of multiple queries

Subject: RE: [xsl] Processing rowsets of multiple queries
From: "Haarman, Michael" <mhaarman@xxxxxxxxx>
Date: Fri, 11 Nov 2005 13:34:17 -0600
> -----Original Message-----
> From: Oleg Konovalov

> <xsl:variable name='custdata'
> select="/page/content/sql:rowset[@sql:name='query1']"/>

Aspects of this selection are namespace qualified, but your data sample is
not.  

sql:rowset != rowset

>     <xsl:with-param name='therow' select='.'/>x

Just name the thing your asking for.  Select="." is selecting self::node(),
not child::node() as you seem to think.

<xsl:with-param name="therow" select="row"/>


HTH,

Mike


-----------------------------------
Mike Haarman,
XSL Developer,
Internet Broadcasting Systems, Inc.

Current Thread